Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈智峰
jinfa-platform
Commits
2f0738f6
Commit
2f0738f6
authored
Sep 23, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释
parent
fae97cb9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
tranactionRoute.ts
config/routes/tranactionRoute.ts
+11
-11
index.tsx
src/pages/transaction/supplierEvaluation/analysis/index.tsx
+2
-2
index.less
...ction/supplierEvaluation/components/RecordList/index.less
+1
-0
No files found.
config/routes/tranactionRoute.ts
View file @
2f0738f6
...
...
@@ -3,7 +3,7 @@
* @Date: 2020-07-31 19:56:22
* @LastEditors: XieZhiXiong
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-2
2 20:53:52
* @LastEditTime: 2020-09-2
3 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',
//
},
],
},
]
...
...
src/pages/transaction/supplierEvaluation/analysis/index.tsx
View file @
2f0738f6
...
...
@@ -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
}
...
...
src/pages/transaction/supplierEvaluation/components/RecordList/index.less
View file @
2f0738f6
...
...
@@ -8,6 +8,7 @@
padding: 14px 16px;
line-height: 14px;
display: flex;
align-items: center;
background: #FAFBFC;
color: #303133;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment