From 73f726da25d7c6aeaf153bd3e02310796ab07609 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Sat, 20 Jul 2024 16:16:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E8=AE=B0=E5=BD=95=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshRecordMain.data.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index 471a5f41b..04a11d089 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -16,18 +16,18 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ sortSearchDefault:1, isSearch: true }, - { - label: '状态', - field: 'status', - dictType: DICT_TYPE.JOB_STATUS, - dictClass: 'string', - isTable: false, - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:1, - }, + // { + // label: '状态', + // field: 'status', + // dictType: DICT_TYPE.JOB_STATUS, + // dictClass: 'string', + // isTable: false, + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault:1, + // }, { label: '申请单号', field: 'requestNumber', @@ -160,7 +160,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ }, }, { - label: '部门', + label: '部门代码', field: 'departmentCode', sort: 'custom', table: {