|
@@ -52,7 +52,7 @@
|
|
|
{{ getDictValue('质检计划类型', row.qualityType) }}
|
|
{{ getDictValue('质检计划类型', row.qualityType) }}
|
|
|
</template>
|
|
</template>
|
|
|
<template v-slot:qualityMode="{ row }">
|
|
<template v-slot:qualityMode="{ row }">
|
|
|
- {{ getDictValue('质检方式', row.qualityMode) }}
|
|
|
|
|
|
|
+ {{ getDictValue('取样类型', row.qualityMode) }}
|
|
|
</template>
|
|
</template>
|
|
|
<template v-slot:accessory="scope">
|
|
<template v-slot:accessory="scope">
|
|
|
<el-link
|
|
<el-link
|
|
@@ -183,7 +183,7 @@
|
|
|
width: 120
|
|
width: 120
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: '质检方式',
|
|
|
|
|
|
|
+ label: '取样类型',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
prop: 'qualityMode',
|
|
prop: 'qualityMode',
|
|
|
slot: 'qualityMode',
|
|
slot: 'qualityMode',
|
|
@@ -289,7 +289,7 @@
|
|
|
created() {
|
|
created() {
|
|
|
this.requestDict('质检计划类型');
|
|
this.requestDict('质检计划类型');
|
|
|
this.requestDict('不良品处理类型');
|
|
this.requestDict('不良品处理类型');
|
|
|
- this.requestDict('质检方式');
|
|
|
|
|
|
|
+ this.requestDict('取样类型');
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
datasource({ page, where, limit }) {
|
|
datasource({ page, where, limit }) {
|