From abd77ca3a8013ebadec10d45f3316a19724d4fc7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 23 十二月 2021 15:13:13 +0800
Subject: [PATCH] 2021-12-23

---
 src/menu/components/chart/antv-bar/chartcompile/index.jsx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.jsx b/src/menu/components/chart/antv-bar/chartcompile/index.jsx
index cd66b94..16590f3 100644
--- a/src/menu/components/chart/antv-bar/chartcompile/index.jsx
+++ b/src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -206,6 +206,7 @@
         dataIndex: 'title',
         inputType: 'select',
         editable: true,
+        required: false,
         width: '12%',
         options: [
           { value: 'true', text: '鏄剧ず'},
@@ -213,7 +214,7 @@
         ],
         render: (text, record) => {
           let trans = {'true': '鏄剧ず', 'false': '闅愯棌'}
-          return trans[text] || '鏄剧ず'
+          return trans[text] || ''
         }
       },
       {

--
Gitblit v1.8.0