Compare commits

...

2 Commits

Author SHA1 Message Date
熊飞 6778784111 1
continuous-integration/drone/push Build is passing Details
2024-02-05 09:52:06 +08:00
熊飞 6a8308fe5f 1 2024-02-05 09:51:03 +08:00
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
</div>
<el-table
: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
:prop="item.Id"
:label="item.QuestionName"