Browse Source

bug修复

HL-4430
hella_online_20240829
bjang03 2 months ago
parent
commit
8620cb01ee
  1. 32
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

32
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -766,22 +766,22 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '盘点描述', // label: '盘点描述',
field: 'countDescription', // field: 'countDescription',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ // {
label: '备注', // label: '备注',
field: 'remark', // field: 'remark',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

Loading…
Cancel
Save