From 2998f413a5e196e99df887787aa4b250cd9f3b78 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 24 十二月 2024 14:56:23 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 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 aed839c..d255dc5 100644
--- a/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
+++ b/src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -673,6 +673,21 @@
     },
     {
       type: 'radio',
+      key: 'showValue',
+      label: '鏄剧ず鍊�',
+      initVal: card.showValue || 'label',
+      tooltip: '鍗曞厓鏍间笉鍙紪杈戞椂鏄剧ず鐨勪俊鎭��',
+      required: false,
+      options: [{
+        value: 'value',
+        text: '鍊悸峰瓧娈�'
+      }, {
+        value: 'label',
+        text: '鏂囨湰路瀛楁'
+      }]
+    },
+    {
+      type: 'radio',
       key: 'dropdown',
       label: '涓嬫媺瀹藉害',
       initVal: card.dropdown || 'flex',

--
Gitblit v1.8.0