Commit 2f0738f6 authored by XieZhiXiong's avatar XieZhiXiong

注释

parent fae97cb9
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Date: 2020-07-31 19:56:22 * @Date: 2020-07-31 19:56:22
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @Copyright: 1549414730@qq.com * @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-22 20:53:52 * @LastEditTime: 2020-09-23 09:35:27
*/ */
const TranactionRoute = { const TranactionRoute = {
...@@ -346,16 +346,16 @@ const TranactionRoute = { ...@@ -346,16 +346,16 @@ const TranactionRoute = {
name: 'analysis', name: 'analysis',
component: '@/pages/transaction/supplierEvaluation/analysis', component: '@/pages/transaction/supplierEvaluation/analysis',
}, },
{ // {
path: '/memberCenter/tranactionAbility/supplierEvaluation/received', // path: '/memberCenter/tranactionAbility/supplierEvaluation/received',
name: 'received', // name: 'received',
component: '@/pages/transaction/supplierEvaluation/received', // component: '@/pages/transaction/supplierEvaluation/received',
}, // },
{ // {
path: '/memberCenter/tranactionAbility/supplierEvaluation/sent', // path: '/memberCenter/tranactionAbility/supplierEvaluation/sent',
name: 'sent', // name: 'sent',
component: '@/pages/transaction/supplierEvaluation/sent', // component: '@/pages/transaction/supplierEvaluation/sent',
}, // },
], ],
}, },
] ]
......
...@@ -100,7 +100,7 @@ const Analysis: React.FC = () => { ...@@ -100,7 +100,7 @@ const Analysis: React.FC = () => {
<TabPane tab="概览" key="1"> <TabPane tab="概览" key="1">
<Shelves title="评价统计"> <Shelves title="评价统计">
<Row gutter={24}> <Row gutter={24}>
<Col span={8}> <Col flex="399px">
<Pie <Pie
hasLegend hasLegend
subTitle="累计评价" subTitle="累计评价"
...@@ -114,7 +114,7 @@ const Analysis: React.FC = () => { ...@@ -114,7 +114,7 @@ const Analysis: React.FC = () => {
/> />
</Col> </Col>
<Col span={16}> <Col flex="auto">
<PolymericTable <PolymericTable
dataSource={evaluate} dataSource={evaluate}
columns={evaluateColumns} columns={evaluateColumns}
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
padding: 14px 16px; padding: 14px 16px;
line-height: 14px; line-height: 14px;
display: flex; display: flex;
align-items: center;
background: #FAFBFC; background: #FAFBFC;
color: #303133; color: #303133;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment