From f2a30ff604b495e3b58eaee54c6cbd8dfe836f5c Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期四, 02 一月 2025 14:57:44 +0800
Subject: [PATCH] 在线人员信息接口名称调整
---
Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/formDialog.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/formDialog.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/formDialog.vue
index 655a93b..3056f86 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/formDialog.vue
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/queryTemplate/businessTypeQuery/formDialog.vue
@@ -47,9 +47,9 @@
<div>
鏌ヨ妯℃澘瀹氫箟
<avue-select v-model="businessQueryDefineForm" :dic="businessQueryDefineDic" class="el-input--small"
- placeholder="璇烽�夋嫨鍐呭" style="width: 240px;" type="tree"
+ placeholder="璇烽�夋嫨鍐呭" style="width: 245px;" type="tree"
@change="businessQueryDefineChange"></avue-select>
- <avue-tree :data="businessTreeData" :option="treeOption" style="height: 265px"
+ <avue-tree :data="businessTreeData" :option="treeOption" style="width:335px;height: 268px"
@node-drag-start="handleDragStart" @node-drag-end="handleDragEnd">
</avue-tree>
</div>
@@ -71,7 +71,7 @@
</el-container>
</div>
<div class="dialog-footer avue-dialog__footer">
- <el-button plain size="small" type="primary" @click="submitDialog">淇� 瀛�</el-button>
+ <el-button size="small" type="primary" @click="submitDialog">淇� 瀛�</el-button>
<el-button size="small" @click="cancelDialog">鍙� 娑�</el-button>
</div>
</el-dialog>
--
Gitblit v1.9.3