测试问题修复
This commit is contained in:
parent
3997ab3eaa
commit
de3674f7ec
|
@ -143,7 +143,7 @@
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-select v-model="scope.row.situation" placeholder="请选择严重级别">
|
<el-select v-model="scope.row.situation" placeholder="请选择严重级别">
|
||||||
<el-option v-for="item in yzdList" :key="item.dictCode" :label="item.dictLabel"
|
<el-option v-for="item in yzdList" :key="item.dictCode" :label="item.dictLabel"
|
||||||
:value="item.dictValue" />
|
:value="Number(item.dictValue)" />
|
||||||
</el-select>
|
</el-select>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue