Browse Source

Merge remote-tracking branch 'origin/master_hella' into master_hella

master_hella_20240701
高竟松 8 months ago
parent
commit
3ee512b9fd
  1. 8
      src/views/wms/basicDataManage/orderManage/shift/shift.data.ts

8
src/views/wms/basicDataManage/orderManage/shift/shift.data.ts

@ -47,9 +47,9 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
isSearch: true, isSearch: false,
search: { search: {
show: true, show: false,
component: 'TimePicker', component: 'TimePicker',
componentProps: { componentProps: {
valueFormat: 'HH:mm:ss', valueFormat: 'HH:mm:ss',
@ -78,9 +78,9 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
isSearch: true, isSearch: false,
search: { search: {
show: true, show: false,
component: 'TimePicker', component: 'TimePicker',
componentProps: { componentProps: {
valueFormat: 'HH:mm:ss', valueFormat: 'HH:mm:ss',

Loading…
Cancel
Save