From 62fb43a7c2e14109093af94f7282820a0242d443 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 10 七月 2023 11:25:13 +0800
Subject: [PATCH] 代码整合

---
 Source/UBCS-WEB/dist/src/option/system/param.js |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/dist/src/option/system/param.js b/Source/UBCS-WEB/dist/src/option/system/param.js
new file mode 100644
index 0000000..e0b8447
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/option/system/param.js
@@ -0,0 +1,48 @@
+export default {
+  height: 'auto',
+  calcHeight: 30,
+  tip: false,
+  searchShow: true,
+  searchMenuSpan: 6,
+  border: true,
+  index: true,
+  selection: true,
+  viewBtn: true,
+  dialogClickModal: false,
+  column: [
+    {
+      label: "鍙傛暟鍚嶇О",
+      prop: "paramName",
+      search: true,
+      span: 24,
+      rules: [{
+        required: true,
+        message: "璇疯緭鍏ュ弬鏁板悕绉�",
+        trigger: "blur"
+      }]
+    },
+    {
+      label: "鍙傛暟閿悕",
+      prop: "paramKey",
+      search: true,
+      span: 24,
+      rules: [{
+        required: true,
+        message: "璇疯緭鍏ュ弬鏁伴敭鍚�",
+        trigger: "blur"
+      }]
+    },
+    {
+      label: "鍙傛暟閿��",
+      prop: "paramValue",
+      type: "textarea",
+      span: 24,
+      minRows: 6,
+      rules: [{
+        required: true,
+        message: "璇疯緭鍏ュ弬鏁伴敭鍊�",
+        trigger: "blur"
+      }]
+    }
+  ]
+};

--
Gitblit v1.9.3