From 8acfcd6e349ef2d1b797a7483940a2f3f2dfcfe6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 03 二月 2024 17:49:25 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx |   31 +++++++++++++++++++++++--------
 1 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
index 9e795e5..48a01c1 100644
--- a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
+++ b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -88,6 +88,21 @@
     })
   })
 
+  editCols.push({
+    field: '$next_' + card.uuid,
+    label: card.label + '锛堜笅涓�琛岋級'
+  })
+
+  if (wrap.commit === 'change') {
+    editCols.push({
+      field: '$noActX',
+      label: '鏃犲姩浣�',
+      disabled: card.editType !== 'select'
+    })
+  } else if (card.enter === '$noActX') {
+    card.enter = '$noAct'
+  }
+
   return [
     {
       type: 'text',
@@ -600,6 +615,14 @@
       options: fields
     },
     {
+      type: 'text',
+      key: 'ctrlValue',
+      label: '绂佹鍊�',
+      initVal: card.ctrlValue || '',
+      tooltip: '澶氫釜鍊肩敤閫楀彿鍒嗛殧銆�',
+      required: false
+    },
+    {
       type: 'select',
       key: 'clearField',
       label: '娓呯┖瀛楁',
@@ -608,14 +631,6 @@
       allowClear: true,
       required: false,
       options: fields
-    },
-    {
-      type: 'text',
-      key: 'ctrlValue',
-      label: '绂佹鍊�',
-      initVal: card.ctrlValue || '',
-      tooltip: '澶氫釜鍊肩敤閫楀彿鍒嗛殧銆�',
-      required: false
     },
     {
       type: 'number',

--
Gitblit v1.8.0