From e2afee71874538e31ed57032e3ad1bba1188ab4b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 20 十月 2022 15:31:41 +0800
Subject: [PATCH] 2022-10-20

---
 src/views/tabledesign/source.jsx |   45 +++++++++++++++++++++++++++------------------
 1 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/src/views/tabledesign/source.jsx b/src/views/tabledesign/source.jsx
index 248418f..8d9b629 100644
--- a/src/views/tabledesign/source.jsx
+++ b/src/views/tabledesign/source.jsx
@@ -67,56 +67,65 @@
     {
       type: 'action',
       label: '寮圭獥锛堣〃鍗曪級',
-      subType: 'pop',
-      url: ''
+      text: '寮圭獥锛堣〃鍗曪級',
+      value: 'pop',
+      $init: true
     },
     {
       type: 'action',
       label: '鎻愮ず妗�',
-      subType: 'prompt',
-      url: ''
+      text: '鎻愮ず妗�',
+      value: 'prompt',
+      $init: true
     },
     {
       type: 'action',
       label: '鐩存帴鎵ц',
-      subType: 'exec',
-      url: ''
+      text: '鐩存帴鎵ц',
+      value: 'exec',
+      $init: true
     },
     {
       type: 'action',
       label: '瀵煎叆Excel',
-      subType: 'excelIn',
-      url: ''
+      text: '瀵煎叆Excel',
+      value: 'excelIn',
+      $init: true
     },
     {
       type: 'action',
       label: '瀵煎嚭Excel',
-      subType: 'excelOut',
-      url: ''
+      text: '瀵煎嚭Excel',
+      value: 'excelOut',
+      $init: true
     },
     {
       type: 'action',
       label: '寮圭獥锛堟爣绛撅級',
-      subType: 'popview',
-      url: ''
+      text: '寮圭獥锛堟爣绛撅級',
+      value: 'popview',
+      $init: true
     },
     {
       type: 'action',
       label: '鏍囩椤�',
-      subType: 'tab',
-      url: ''
+      text: '鏍囩椤�',
+      value: 'tab',
+      $init: true
     },
     {
       type: 'action',
       label: '鏂伴〉闈�',
-      subType: 'innerpage',
-      url: ''
+      text: '鏂伴〉闈�',
+      value: 'innerpage',
+      $init: true
     },
     {
       type: 'action',
       label: '鍔熻兘鎸夐挳',
-      subType: 'funcbutton',
-      url: ''
+      text: '鍔熻兘鎸夐挳',
+      value: 'funcbutton',
+      $init: true
     }
   ],
   columnItems: [

--
Gitblit v1.8.0