Browse Source

盘点

master_hella_20240701
wangyufei 3 months ago
parent
commit
f84817c3a1
  1. 15
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

15
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

@ -55,6 +55,21 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 150
},
isTable:false,
form:{
componentProps:{
disabled:true
}
}
},
{
label: '执行周期',//执行周期
field: 'crontab',
sort: 'custom',
table: {
width: 150
},
isForm:false,
form:{
componentProps:{
disabled:true

Loading…
Cancel
Save