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
17ce401f
Commit
17ce401f
authored
Jul 20, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [12899,12907]
parent
b1710c11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.tsx
...omponents/detail/components/quotationDeskLayout/index.tsx
+4
-4
No files found.
src/pages/transaction/purchaseAbility/components/detail/components/quotationDeskLayout/index.tsx
View file @
17ce401f
...
...
@@ -27,8 +27,8 @@ const QuotationDesk: React.FC<QuotationDeskProps> = (props: any) => {
_obj
[
`
${
item
.
type
}
`
]
=
item
.
title
;
});
return
{
value
:
{
min
:
0
,
alias
:
''
,
type
:
'linear-strict'
},
ear
:
{
range
:
[
0
,
1
]
},
value
:
{
min
:
0
,
alias
:
''
},
// time
: { range: [0, 1] },
type
:
{
formatter
:
v
=>
{
return
_obj
[
v
]
...
...
@@ -72,10 +72,10 @@ const QuotationDesk: React.FC<QuotationDeskProps> = (props: any) => {
>
<
Axis
title=
{
{
text
:
'金额(元)'
}
}
// visible={fals
e}
visible=
{
tru
e
}
name=
'value'
// line={{ style: { stroke: "#ff0000" } }}
tickLine=
{
{
style
:
{
lineWidth
:
1
}
,
length
:
5
}
}
tickLine=
{
{
style
:
{
lineWidth
:
1
}
}
}
/>
<
Line
position=
"time*value"
color=
{
[
'type'
,
[
'#5B8FF9'
,
'#00B37A'
]]
}
/>
<
Point
position=
"time*value"
color=
{
[
'type'
,
[
'#5B8FF9'
,
'#00B37A'
]]
}
shape=
'circle'
/>
...
...
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