Browse Source

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

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

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

@ -34,7 +34,7 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
detail: {
dateFormat: 'HH:mm:ss'
},
sort: 'custom',
sort: 'custom',
table: {
width: 180,
},
@ -47,9 +47,9 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x',
}
},
isSearch: true,
isSearch: false,
search: {
show: true,
show: false,
component: 'TimePicker',
componentProps: {
valueFormat: 'HH:mm:ss',
@ -78,9 +78,9 @@ export const Shift = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x',
}
},
isSearch: true,
isSearch: false,
search: {
show: true,
show: false,
component: 'TimePicker',
componentProps: {
valueFormat: 'HH:mm:ss',
@ -249,4 +249,4 @@ export const ShiftRules = reactive({
available: [
{ required: true, message: '请选择是否可用', trigger: 'change' }
],
})
})

Loading…
Cancel
Save