熊飞 2024-02-05 09:51:03 +08:00
parent 2a6d0faf11
commit 6a8308fe5f
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"