From cb1b2612dbba416341163ff09bf8f67af18e1c3e Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 04 八月 2023 11:38:49 +0800
Subject: [PATCH] 1、对关键属性查询修改增加模板id的条件
---
Source/UBCS-WEB/src/components/template/FlowPath.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/template/FlowPath.vue b/Source/UBCS-WEB/src/components/template/FlowPath.vue
index 92bee3a..83f36ba 100644
--- a/Source/UBCS-WEB/src/components/template/FlowPath.vue
+++ b/Source/UBCS-WEB/src/components/template/FlowPath.vue
@@ -39,7 +39,7 @@
startData: [],
form: {},
option: {
- height: "auto",
+ height: 340,
border: true,
align: 'center',
menu:!this.checkStatus || this.crudLCStatus == 'Editing',
--
Gitblit v1.9.3