diff --git a/src/option/finance/WaybillAudit.js b/src/option/finance/WaybillAudit.js index 03a6a0ac..9e4a7378 100644 --- a/src/option/finance/WaybillAudit.js +++ b/src/option/finance/WaybillAudit.js @@ -778,7 +778,7 @@ export const columnList = [ { prop: 'checkStatusName', label: '审核状态', - type: 3, + type: 1, values: '', width: '150', checkarr: [ diff --git a/src/views/finance/WaybillAudit.vue b/src/views/finance/WaybillAudit.vue index 1227cd90..3d9898ec 100644 --- a/src/views/finance/WaybillAudit.vue +++ b/src/views/finance/WaybillAudit.vue @@ -2,7 +2,7 @@
-
+
@@ -329,6 +329,8 @@ const { search, query, shortcuts, selectionList, drawerShow, page } = toRefs(det const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList'])); console.log('permission :>> ', permission); +details.query.checkStatus = 0; + /** 请求页面数据 */ const onLoad = async () => { try {