From 53b9fb93d0376eb02bb996935f1720b4e95cd897 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 十月 2022 14:41:06 +0800 Subject: [PATCH] 2022-10-12 --- src/pc/quotecomponent/index.jsx | 4 ++-- src/menu/components/chart/antv-bar/index.jsx | 4 ++-- src/tabviews/custom/components/chart/antv-bar-line/index.jsx | 4 ++-- src/pc/quotecomponent/settingform/index.jsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/menu/components/chart/antv-bar/index.jsx b/src/menu/components/chart/antv-bar/index.jsx index ca91e00..afa5368 100644 --- a/src/menu/components/chart/antv-bar/index.jsx +++ b/src/menu/components/chart/antv-bar/index.jsx @@ -671,7 +671,7 @@ } view1.axis('value', yc) - view1.legend(false) + // view1.legend(false) if (plot.mutilBar !== 'stack') { let _chart = view1 @@ -798,7 +798,7 @@ view2.data(dv.rows) - view2.legend(false) + // view2.legend(false) fields.forEach(item => { if (item.chartType === 'bar' && !Bar_axis.length) { diff --git a/src/pc/quotecomponent/index.jsx b/src/pc/quotecomponent/index.jsx index 1054d31..7c35ea5 100644 --- a/src/pc/quotecomponent/index.jsx +++ b/src/pc/quotecomponent/index.jsx @@ -104,9 +104,9 @@ return ( <div className="quote-wrap"> - <Button icon="appstore" onClick={() => {this.setState({visible: true})}}>缁勪欢寮曠敤</Button> + <Button icon="appstore" onClick={() => {this.setState({visible: true})}}>鍏宠仈鑿滃崟鏍�</Button> <Modal - title="缁勪欢寮曠敤" + title="鍏宠仈鑿滃崟鏍�" visible={visible} width={500} maskClosable={false} diff --git a/src/pc/quotecomponent/settingform/index.jsx b/src/pc/quotecomponent/settingform/index.jsx index 6ab0f32..4f7b578 100644 --- a/src/pc/quotecomponent/settingform/index.jsx +++ b/src/pc/quotecomponent/settingform/index.jsx @@ -61,12 +61,12 @@ <Form {...formItemLayout}> <Row gutter={24}> <Col span={20}> - <Form.Item label="鑿滃崟"> + <Form.Item label="鑿滃崟鏍�"> {getFieldDecorator('menu', { initialValue: '', rules: [{ required: true, - message: '璇烽�夋嫨鑿滃崟!' + message: '璇烽�夋嫨鑿滃崟鏍�!' }] })( <Select> diff --git a/src/tabviews/custom/components/chart/antv-bar-line/index.jsx b/src/tabviews/custom/components/chart/antv-bar-line/index.jsx index 4cb466d..2e6524a 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.jsx +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.jsx @@ -1178,7 +1178,7 @@ view1.scale('value', c) view1.axis('value', plot.$yc) - view1.legend(false) + // view1.legend(false) let colorIndex = 0 @@ -1312,7 +1312,7 @@ } view2.data(dv.rows) - view2.legend(false) + // view2.legend(false) plot.customs.forEach(item => { if (item.chartType === 'bar' && !plot.Bar_axis) { -- Gitblit v1.8.0