fix:检测项列表展示修正

This commit is contained in:
shijing 2024-12-19 16:07:44 +08:00
parent 8664db52b7
commit 0deb3a653c
1 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,9 @@
<span v-for="item in scope.row.mcate_tags" :key="item">{{ item }}</span>
</template>
</el-table-column>
<el-table-column label="选项" prop="options">
<el-table-column label="选项" prop="choices">
<template #default="scope">
<div v-for="item in scope.row.options" :key="item">{{ item }}</div>
<div v-for="item in scope.row.choices" :key="item">{{ item }}</div>
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="140">
@ -79,8 +79,8 @@
"input-int":"整数",
"input-number":"小数",
"input-text":"文本",
"select":"单选",
"selects":"多选",
"select-text":"单选",
"selects-text":"多选",
},
tags_:{
"first":"首件检验",