From e812829d83b1fd296b25fbc244f89e9b38f687a9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 28 九月 2020 09:28:15 +0800
Subject: [PATCH] 2020-09-28

---
 src/menu/components/card/cardcellcomponent/formconfig.jsx |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx
index 40fa793..082a0c0 100644
--- a/src/menu/components/card/cardcellcomponent/formconfig.jsx
+++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -23,6 +23,7 @@
         { value: 'number', text: '鏁板��'},
         { value: 'picture', text: '鍥剧墖'},
         { value: 'icon', text: '鍥炬爣'},
+        { value: 'link', text: '閾炬帴'},
         { value: 'slider', text: '杩涘害鏉�'},
         { value: 'splitline', text: '鍒嗗壊绾�'},
       ]
@@ -62,6 +63,14 @@
       required: true
     },
     {
+      type: 'select',
+      key: 'labelfield',
+      label: '鎻愮ず瀛楁',
+      initVal: card.labelfield || '',
+      required: false,
+      options: []
+    },
+    {
       type: 'text',
       key: 'prefix',
       label: '鍓嶇紑',

--
Gitblit v1.8.0