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
f1f3d6bc
Commit
f1f3d6bc
authored
May 25, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 采购竞价报价台 scale调整测试,修改排名样式
parent
164db64d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
index.tsx
...omponents/detail/components/quotationDeskLayout/index.tsx
+5
-7
index.less
...haseBid/readyBid/management/components/rankRow/index.less
+1
-0
No files found.
src/pages/transaction/purchaseAbility/components/detail/components/quotationDeskLayout/index.tsx
View file @
f1f3d6bc
...
@@ -26,18 +26,16 @@ const QuotationDesk: React.FC<QuotationDeskProps> = (props: any) => {
...
@@ -26,18 +26,16 @@ const QuotationDesk: React.FC<QuotationDeskProps> = (props: any) => {
chartsList
.
forEach
(
item
=>
{
chartsList
.
forEach
(
item
=>
{
_obj
[
`
${
item
.
type
}
`
]
=
item
.
title
;
_obj
[
`
${
item
.
type
}
`
]
=
item
.
title
;
});
});
return
_obj
;
return
{
},
[
chartsList
])
const
scale
=
{
value
:
{
min
:
0
,
alias
:
''
,
type
:
'linear-strict'
},
value
:
{
min
:
0
,
alias
:
''
,
type
:
'linear-strict'
},
ear
:
{
range
:
[
0
,
1
]
},
ear
:
{
range
:
[
0
,
1
]
},
type
:
{
type
:
{
formatter
:
v
=>
{
formatter
:
v
=>
{
return
scaleObj
[
v
]
return
_obj
[
v
]
}
}
}
}
}
console
.
log
(
data
)
};
},
[
chartsList
])
return
(
return
(
<
div
className=
{
styles
.
wrap
}
>
<
div
className=
{
styles
.
wrap
}
>
<
div
className=
{
styles
.
layout
}
style=
{
{
margin
:
0
}
}
>
<
div
className=
{
styles
.
layout
}
style=
{
{
margin
:
0
}
}
>
...
@@ -70,7 +68,7 @@ const QuotationDesk: React.FC<QuotationDeskProps> = (props: any) => {
...
@@ -70,7 +68,7 @@ const QuotationDesk: React.FC<QuotationDeskProps> = (props: any) => {
autoFit
autoFit
height=
{
404
}
height=
{
404
}
data=
{
data
}
data=
{
data
}
scale=
{
scale
}
scale=
{
scale
Obj
}
>
>
<
Axis
<
Axis
title=
{
{
text
:
'金额(元)'
}
}
title=
{
{
text
:
'金额(元)'
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/rankRow/index.less
View file @
f1f3d6bc
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
background-color: #EBECF0;
background-color: #EBECF0;
font-size: 12px;
font-size: 12px;
color: #909399;
color: #909399;
border: 50%;
}
}
}
}
...
...
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