|
@@ -540,7 +540,7 @@ import dictMixins from '@/mixins/dictMixins';
|
|
|
import deptSelect from '@/components/CommomSelect/dept-select.vue';
|
|
import deptSelect from '@/components/CommomSelect/dept-select.vue';
|
|
|
import personSelect from '@/components/CommomSelect/person-select.vue';
|
|
import personSelect from '@/components/CommomSelect/person-select.vue';
|
|
|
import {copyObj} from '@/utils/util';
|
|
import {copyObj} from '@/utils/util';
|
|
|
-import {reviewStatus, reviewStatusEnum,lbjtList} from "@/enum/dict";
|
|
|
|
|
|
|
+import {reviewStatus,lbjtList} from "@/enum/dict";
|
|
|
import certificateQualificationsDialog
|
|
import certificateQualificationsDialog
|
|
|
from "@/views/purchasingManage/supplierManage/components/certificateQualificationsDialog.vue";
|
|
from "@/views/purchasingManage/supplierManage/components/certificateQualificationsDialog.vue";
|
|
|
import {getTableList} from '@/api/purchasingManage/purchaseOrder';
|
|
import {getTableList} from '@/api/purchasingManage/purchaseOrder';
|
|
@@ -978,7 +978,7 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 200,
|
|
minWidth: 200,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
- return reviewStatusEnum[_row.reviewStatus].label;
|
|
|
|
|
|
|
+ return reviewStatus[_row.reviewStatus];
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -1057,7 +1057,7 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 200,
|
|
minWidth: 200,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
- return reviewStatusEnum[_row.reviewStatus].label;
|
|
|
|
|
|
|
+ return reviewStatus[_row.reviewStatus];
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -1144,7 +1144,7 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 200,
|
|
minWidth: 200,
|
|
|
formatter: (_row, _column, cellValue) => {
|
|
formatter: (_row, _column, cellValue) => {
|
|
|
- return reviewStatusEnum[_row.reviewStatus].label;
|
|
|
|
|
|
|
+ return reviewStatus[_row.reviewStatus];
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|