From 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 02 二月 2023 17:14:16 +0800
Subject: [PATCH] 2023-02-02

---
 src/menu/components/card/cardcomponent/options.jsx |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/card/cardcomponent/options.jsx b/src/menu/components/card/cardcomponent/options.jsx
index a2faaf0..f3f79aa 100644
--- a/src/menu/components/card/cardcomponent/options.jsx
+++ b/src/menu/components/card/cardcomponent/options.jsx
@@ -103,6 +103,16 @@
       forbid: subtype !== 'propcard'
     },
     {
+      type: 'select',
+      field: 'bgField',
+      label: '鑳屾櫙鍥�',
+      initval: setting.bgField || '',
+      tooltip: '鍔ㄦ�佽儗鏅紝鑳屾櫙鍥剧墖鐢卞瓧娈靛�兼帶鍒躲�傝娉ㄦ剰璋冩暣鑳屾櫙鏍峰紡銆�',
+      required: false,
+      options: columns,
+      forbid: cardType === 'extendCard'
+    },
+    {
       type: ops.length === 0 ? 'radio' : 'select',
       field: 'click',
       label: '鐐瑰嚮浜嬩欢',
@@ -242,7 +252,7 @@
           editable: true,
           unique: true,
           required: false,
-          width: '35%'
+          width: '30%'
         },
         {
           title: '鑿滃崟',
@@ -251,7 +261,7 @@
           editable: true,
           required: true,
           extends: !appType ? 'Menu' : [{key: 'label', value: 'label'}],
-          width: '35%',
+          width: '40%',
           render: (text, record) => record.label,
           options: menulist
         }

--
Gitblit v1.8.0