@@ -165,7 +165,8 @@
watch: {},
methods: {
- open() {
+ open(categoryId) {
+ this.categoryId = categoryId;
this.visible = true;
},
@@ -57,6 +57,14 @@
{{ getDictValue('质检标准类型', row.type) }}
</template>
+
+ <template v-slot:toolList="{ row }">
+ 55
+ </template>
<!-- 操作列 -->
<template v-slot:action="{ row }">
<el-link
@@ -182,6 +190,14 @@ import dictMixins from '@/mixins/dictMixins'
minWidth: 110
+ {
+ prop: 'toolList',
+ slot: 'toolList',
+ label: '设备名称',
+ align: 'center',
+ minWidth: 110
+ },
{
label: '状态',
prop: 'status',