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 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/template/FlowPath.vue b/Source/UBCS-WEB/src/components/template/FlowPath.vue
index 5bb9834..83f36ba 100644
--- a/Source/UBCS-WEB/src/components/template/FlowPath.vue
+++ b/Source/UBCS-WEB/src/components/template/FlowPath.vue
@@ -39,13 +39,15 @@
startData: [],
form: {},
option: {
- height: "auto",
+ height: 340,
border: true,
align: 'center',
+ menu:!this.checkStatus || this.crudLCStatus == 'Editing',
menuAlign: 'center',
index: true,
searchMenuSpan: 8,
searchBtn: false,
+ refreshBtn:false,
emptyBtn: false,
columnBtn: false,
editBtn:!this.checkStatus || this.crudLCStatus == 'Editing',
--
Gitblit v1.9.3