|
@@ -180,7 +180,7 @@
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
minWidth: 110,
|
|
minWidth: 110,
|
|
|
formatter: (row, column, cellValue) => {
|
|
formatter: (row, column, cellValue) => {
|
|
|
- return this.getDictName('质检类型', cellValue);
|
|
|
|
|
|
|
+ return this.getDictName('质检计划类型', cellValue);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -224,7 +224,7 @@
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
async created() {
|
|
async created() {
|
|
|
- const res = await this.requestDict('质检类型');
|
|
|
|
|
|
|
+ const res = await this.requestDict('质检计划类型');
|
|
|
|
|
|
|
|
this.typeList = res.map((item) => {
|
|
this.typeList = res.map((item) => {
|
|
|
let values = Object.keys(item);
|
|
let values = Object.keys(item);
|