From 77f6a5c70bfa97894387062ca8642a8798e5f496 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 09 八月 2024 14:42:51 +0800
Subject: [PATCH] 编写生命周期模块 && 业务类型添加查询 && 创建未编写模块的路由配置

---
 Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js
index e2d889d..8111fba 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/attributePool/option.js
@@ -2,18 +2,23 @@
   {
     label: '灞炴�у悕',
     prop: 'id',
-    search:true,
-    sortable:true,
+    search: true,
+    sortable: true,
+  },
+  {
+    label: '鏍囩',
+    prop: 'name',
+    sortable: true,
   },
   {
     label: '绫诲瀷',
     prop: 'attributeDataTypeText',
-    sortable:true,
+    sortable: true,
   },
   {
     label: '榛樿鍊�',
     prop: 'defaultValue',
-    sortable:true,
+    sortable: true,
   },
   {
     label: '鎻忚堪',

--
Gitblit v1.9.3