Compare commits
No commits in common. "6778784111b3be995606d6017608d9f34b4f2e2a" and "227009eb3957370e4a3b1d9250babc222438fb80" have entirely different histories.
6778784111
...
227009eb39
|
@ -18,11 +18,6 @@
|
||||||
</div>
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
:data="questionForm[question.Id]">
|
:data="questionForm[question.Id]">
|
||||||
<el-table-column :label="$t('CustomizeQuestionFormItem:label:OrderMark')" width="60px" show-overflow-tooltip>
|
|
||||||
<template slot-scope="scope">
|
|
||||||
{{question.OrderMark}}{{scope.$index + 1}}
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:prop="item.Id"
|
:prop="item.Id"
|
||||||
:label="item.QuestionName"
|
:label="item.QuestionName"
|
||||||
|
|
Loading…
Reference in New Issue