Commit 2f0738f6 authored by XieZhiXiong's avatar XieZhiXiong

注释

parent fae97cb9
......@@ -3,7 +3,7 @@
* @Date: 2020-07-31 19:56:22
* @LastEditors: XieZhiXiong
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-22 20:53:52
* @LastEditTime: 2020-09-23 09:35:27
*/
const TranactionRoute = {
......@@ -346,16 +346,16 @@ const TranactionRoute = {
name: 'analysis',
component: '@/pages/transaction/supplierEvaluation/analysis',
},
{
path: '/memberCenter/tranactionAbility/supplierEvaluation/received',
name: 'received',
component: '@/pages/transaction/supplierEvaluation/received',
},
{
path: '/memberCenter/tranactionAbility/supplierEvaluation/sent',
name: 'sent',
component: '@/pages/transaction/supplierEvaluation/sent',
},
// {
// path: '/memberCenter/tranactionAbility/supplierEvaluation/received',
// name: 'received',
// component: '@/pages/transaction/supplierEvaluation/received',
// },
// {
// path: '/memberCenter/tranactionAbility/supplierEvaluation/sent',
// name: 'sent',
// component: '@/pages/transaction/supplierEvaluation/sent',
// },
],
},
]
......
......@@ -100,7 +100,7 @@ const Analysis: React.FC = () => {
<TabPane tab="概览" key="1">
<Shelves title="评价统计">
<Row gutter={24}>
<Col span={8}>
<Col flex="399px">
<Pie
hasLegend
subTitle="累计评价"
......@@ -114,7 +114,7 @@ const Analysis: React.FC = () => {
/>
</Col>
<Col span={16}>
<Col flex="auto">
<PolymericTable
dataSource={evaluate}
columns={evaluateColumns}
......
......@@ -8,6 +8,7 @@
padding: 14px 16px;
line-height: 14px;
display: flex;
align-items: center;
background: #FAFBFC;
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