|
@@ -47,6 +47,11 @@
|
|
|
{{ getDictValue('质检标准类型', row.itemVO.type) }}
|
|
{{ getDictValue('质检标准类型', row.itemVO.type) }}
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <template v-slot:toolList="{ row }">
|
|
|
|
|
+ <div style="display: inline-block;" v-for="(item,idx) in row.itemVO.toolList" :key="idx">{{ item.name }} <span v-if="row.itemVO.toolList && idx != row.itemVO.toolList.length - 1">, </span></div>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<template v-slot:action="{ row }">
|
|
<template v-slot:action="{ row }">
|
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
|
class="ele-action"
|
|
class="ele-action"
|
|
@@ -165,6 +170,14 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'itemVO.toolList',
|
|
|
|
|
+ slot: 'toolList',
|
|
|
|
|
+ label: '设备名称',
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 150
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
label: '备注',
|
|
label: '备注',
|
|
|
prop: 'inspectionRemark'
|
|
prop: 'inspectionRemark'
|