From d2570148ec3884de3af721bd99c4b7acbbdee075 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 09 五月 2023 17:07:26 +0800
Subject: [PATCH] 前端代码提交

---
 Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js b/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js
new file mode 100644
index 0000000..2437b44
--- /dev/null
+++ b/Source/UBCS-WEB/src/const/code/selectAttrOptionDialog.js
@@ -0,0 +1,42 @@
+export default {
+    calcHeight: 30,
+    tip: false,
+    editBtn: false,
+    addBtn: false,
+    searchShow: true,
+    searchMenuSpan: 5,
+    disablePage: false,
+    border: true,
+    index: true,
+    viewBtn: false,
+    selection: true,
+    menu: false,
+    dialogClickModal: false,
+    highlightCurrentRow: true,
+    column: [
+      {
+        label: "灞炴�ц嫳鏂囧悕绉�",
+        prop: "id",
+        search: true,
+        searchLabelWidth: 100,
+        searchSpan: 7,
+      },
+      {
+        label: "灞炴�т腑鏂囧悕绉�",
+        prop: "name",
+        search: true,
+        searchLabelWidth: 100,
+        searchSpan: 7,
+      },
+      {
+        label: "灞炴�ч暱搴�",
+        prop: "attrLength",
+        search: false,
+      },
+      {
+        label: "灞炴�х被鍨�",
+        prop: "attributeDataTypeText",
+        search: false,
+      }
+    ]
+}
\ No newline at end of file

--
Gitblit v1.9.3