From 73c0258e4e30f1d2e407cb067feea8e79fad081d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 九月 2021 14:37:10 +0800
Subject: [PATCH] 2021-09-16

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

diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx
index 40cd6b1..5298c1f 100644
--- a/src/menu/components/card/cardcellcomponent/formconfig.jsx
+++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -308,17 +308,6 @@
     },
     {
       type: 'radio',
-      key: 'noValue',
-      label: '绌哄��',
-      initVal: card.noValue || 'show',
-      required: false,
-      options: [
-        { value: 'show', text: '鏄剧ず' },
-        { value: 'hide', text: '闅愯棌' }
-      ]
-    },
-    {
-      type: 'radio',
       key: 'link',
       label: '閾炬帴',
       initVal: card.link || '',
@@ -416,6 +405,17 @@
       placeholder: '渚嬪锛欯price@ * @number@',
       required: true
     },
+    {
+      type: 'radio',
+      key: 'noValue',
+      label: '绌哄��',
+      initVal: card.noValue || 'show',
+      required: false,
+      options: [
+        { value: 'show', text: '鏄剧ず' },
+        { value: 'hide', text: '闅愯棌' }
+      ]
+    },
   ]
 
   return forms

--
Gitblit v1.8.0