From 9c91200e1faa0e2176be6cfc08386ac4a6292998 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 20 Jun 2024 08:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=A4=96=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unplannedreceiptRecordMain.data.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts index 2ec188bb6..22cce1484 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts @@ -348,6 +348,7 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive( { label: '备注', field: 'remark', + isTable:false, sort: 'custom', table: { width: 150 @@ -357,6 +358,7 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive( label: '创建时间', field: 'createTime', formatter: dateFormatter, + isTable:false, detail: { dateFormat: 'YYYY-MM-DD HH:mm:ss' }, @@ -377,6 +379,7 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive( label: '创建者', field: 'creator', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -395,7 +398,7 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive( dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', isSearch: false, - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -468,6 +471,7 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive