From 1e4a7720c748bc0206b02b30f4a2e0b3dafb54f3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 19 二月 2024 13:31:13 +0800
Subject: [PATCH] 2024-02-19

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

diff --git a/src/views/tabledesign/source.jsx b/src/views/tabledesign/source.jsx
index eb8691e..b324501 100644
--- a/src/views/tabledesign/source.jsx
+++ b/src/views/tabledesign/source.jsx
@@ -51,6 +51,26 @@
       type: 'search',
       label: '鏃ユ湡锛堢粍鍚堬級',
       subType: 'group'
+    },
+    {
+      type: 'search',
+      label: '鏁板�硷紙鍖洪棿锛�',
+      subType: 'range'
+    },
+    {
+      type: 'search',
+      label: '寮�鍏�',
+      subType: 'switch'
+    },
+    {
+      type: 'search',
+      label: '鍗曢�夋',
+      subType: 'radio'
+    },
+    {
+      type: 'search',
+      label: '鍕鹃�夋',
+      subType: 'check'
     }
   ],
   actionItems: [
@@ -119,6 +139,58 @@
       $init: true
     }
   ],
+  popactionItems: [
+    {
+      type: 'action',
+      label: '寮圭獥锛堣〃鍗曪級',
+      text: '寮圭獥锛堣〃鍗曪級',
+      value: 'pop',
+      $init: true
+    },
+    {
+      type: 'action',
+      label: '鎻愮ず妗�',
+      text: '鎻愮ず妗�',
+      value: 'prompt',
+      $init: true
+    },
+    {
+      type: 'action',
+      label: '鐩存帴鎵ц',
+      text: '鐩存帴鎵ц',
+      value: 'exec',
+      $init: true
+    },
+    {
+      type: 'action',
+      label: '瀵煎叆Excel',
+      text: '瀵煎叆Excel',
+      value: 'excelIn',
+      class: 'border-dgreen',
+      $init: true
+    },
+    {
+      type: 'action',
+      label: '瀵煎嚭Excel',
+      text: '瀵煎嚭Excel',
+      value: 'excelOut',
+      $init: true
+    },
+    {
+      type: 'action',
+      label: '鏍囩椤�',
+      text: '鏍囩椤�',
+      value: 'tab',
+      $init: true
+    },
+    {
+      type: 'action',
+      label: '鏂伴〉闈�',
+      text: '鏂伴〉闈�',
+      value: 'innerpage',
+      $init: true
+    }
+  ],
   columnItems: [
     {
       type: 'col',
@@ -134,8 +206,26 @@
     },
     {
       type: 'col',
+      label: '鑷畾涔夊垪',
+      subType: 'custom',
+      $init: true
+    },
+    {
+      type: 'col',
+      label: '鍏紡',
+      subType: 'formula',
+      $init: true
+    },
+    {
+      type: 'col',
       label: '鍥剧墖',
       subType: 'picture',
+      $init: true
+    },
+    {
+      type: 'col',
+      label: '瑙嗛',
+      subType: 'video',
       $init: true
     },
     {
@@ -152,32 +242,14 @@
     },
     {
       type: 'col',
-      label: '鑷畾涔夊垪',
-      subType: 'custom',
-      $init: true
-    },
-    {
-      type: 'col',
       label: '鍚堝苟鍒�',
       subType: 'colspan',
       $init: true
     },
     {
       type: 'col',
-      label: '鍏紡',
-      subType: 'formula',
-      $init: true
-    },
-    {
-      type: 'col',
       label: '搴忓彿',
       subType: 'index',
-      $init: true
-    },
-    {
-      type: 'col',
-      label: '鎿嶄綔',
-      subType: 'action',
       $init: true
     }
   ],

--
Gitblit v1.8.0