Browse Source

HL-6276 页面展示两个创建者字段,隐藏一个

hella_online_20241024
陈放 6 months ago
parent
commit
85ee4409e4
  1. 20
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

20
src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

@ -612,16 +612,16 @@ export const DeliverRequestMain = useCrudSchemas(
}, },
}, },
}, },
{ // {
label: '创建者', // label: '创建者',
field: 'creator', // field: 'creator',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable: true, // isTable: true,
isForm: false // isForm: false
}, // },
{ {
label: '最后更新时间', label: '最后更新时间',
field: 'updateTime', field: 'updateTime',

Loading…
Cancel
Save