Browse Source

bug修复

HL-4248
hella_online_20240829
bjang03 4 months ago
parent
commit
cb44c5bf95
  1. 42
      src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

42
src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

@ -155,27 +155,27 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
}, },
{ // {
label: '生效日期', // label: '生效日期',
field: 'activeDate', // field: 'activeDate',
formatter: dateFormatter2, // formatter: dateFormatter2,
detail: { // detail: {
dateFormat: 'YYYY-MM-DD' // dateFormat: 'YYYY-MM-DD'
}, // },
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
style: {width: '100%'}, // style: {width: '100%'},
type: 'date', // type: 'date',
dateFormat: 'YYYY-MM-DD', // dateFormat: 'YYYY-MM-DD',
valueFormat: 'x', // valueFormat: 'x',
} // }
}, // },
}, // },
{ {
label: '业务类型', label: '业务类型',
field: 'businessType', field: 'businessType',

Loading…
Cancel
Save