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