From 43c3e6a010d50cdac992e8b2627eb81684579b46 Mon Sep 17 00:00:00 2001
From: DongZeLiang <2746733890@qq.com>
Date: Wed, 8 May 2024 11:44:58 +0800
Subject: [PATCH] =?UTF-8?q?feat():=20=E6=95=B0=E6=8D=AE=E6=8E=A5=E5=85=A5?=
=?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=BA=90=E6=98=AF?=
=?UTF-8?q?=E5=90=A6=E5=88=9D=E5=A7=8B=E5=8C=96=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/dataAssets/dataAccess/index.vue | 38 ++++++++++++++++++++++-
1 file changed, 37 insertions(+), 1 deletion(-)
diff --git a/src/views/dataAssets/dataAccess/index.vue b/src/views/dataAssets/dataAccess/index.vue
index 609f9a7..8d8a1da 100644
--- a/src/views/dataAssets/dataAccess/index.vue
+++ b/src/views/dataAssets/dataAccess/index.vue
@@ -74,6 +74,11 @@
+
+
+
+
+
@@ -244,6 +249,15 @@
其他信息
+
+
+ {{dict.label}}
+
+
@@ -262,6 +276,7 @@
export default {
name: "Access",
+ dicts: ["sys_yes_no"],
data() {
return {
// 遮罩层
@@ -332,6 +347,9 @@ export default {
],
maxWaitSize: [
{required: true, message: "最大等待次数不能为空", trigger: "blur"}
+ ],
+ isInit: [
+ {required: true, message: "是否初始化不可为空", trigger: "blur"}
]
},
// 条件参数内容
@@ -397,7 +415,24 @@ export default {
maxNum: 20,
maxWaitTime: 3000,
maxWaitSize: 3,
- remark: "云计算业务系统,开展云计算详细业务,教学,作业等工作"
+ isInit: "Y",
+ remark: "云计算业务系统,开展云计算详细业务、工作"
+ },
+ {
+ id: null,
+ name: "网站系统",
+ type: "MySql",
+ systemName: "网站业务系统",
+ host: "125.36.25.36",
+ port: 6536,
+ databaseName: "wangzhan-server",
+ connectionParam: "useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8",
+ initNum: 5,
+ maxNum: 20,
+ maxWaitTime: 3000,
+ maxWaitSize: 3,
+ isInit: "N",
+ remark: "网站业务系统,开展网站详细业务等工作"
}
]
}
@@ -432,6 +467,7 @@ export default {
createTime: null,
updateBy: null,
updateTime: null,
+ isInit: "N",
remark: null
};
this.resetForm("form");