king
2021-12-23 abd77ca3a8013ebadec10d45f3316a19724d4fc7
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] || ''
        }
      },
      {