diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index c38290b92..124281f36 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -55,6 +55,21 @@ export const CountPlanMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, + form:{ + componentProps:{ + disabled:true + } + } + }, + { + label: '执行周期',//执行周期 + field: 'crontab', + sort: 'custom', + table: { + width: 150 + }, + isForm:false, form:{ componentProps:{ disabled:true