From 15bb6629a4cfdb03cb2544dce69ac87bfe82ccce Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 22 六月 2024 23:15:15 +0800 Subject: [PATCH] 一些优化 --- src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts b/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts index bfc97c2..f57a0eb 100644 --- a/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts +++ b/src/views/tigerprojects/mes/eng/route/typings/v-form-component.ts @@ -8,7 +8,12 @@ import { validateOptions } from 'ant-design-vue/lib/form/useForm'; import { RuleError } from 'ant-design-vue/lib/form/interface'; import { FormItem } from '/@/components/Form'; -import { MES_ROUTE, MES_ROUTE_NODE } from '/@/api/tigerapi/model/router'; +import { + MES_ROUTE, + MES_ROUTE_NODE, + MES_ROUTE_NODE_ACT, + RouteData, +} from '/@/api/tigerapi/model/router'; type LayoutType = 'horizontal' | 'vertical' | 'inline'; type labelLayout = 'flex' | 'Grid'; @@ -33,9 +38,16 @@ // Internal component size of the form size?: 'default' | 'small' | 'large'; // }; + routeData: RouteData; // 褰撳墠閫変腑椤� currentItem?: MES_ROUTE_NODE; + currentAct?: MES_ROUTE_NODE_ACT; activeKey?: PropsTabKey; + isCalcFpy?: boolean; + canSkip?: boolean; + isInput?: boolean; + isOutput?: boolean; + schemas?: Array<any>; } /** -- Gitblit v1.9.3