From f84817c3a133f7f620006b99b8ca63361a0e0b7a Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 1 Jul 2024 09:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countPlanMain/countPlanMain.data.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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