Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-admin
Commits
0bfde124
Commit
0bfde124
authored
Apr 21, 2023
by
honghong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报表已完成订单字段
parent
4359873e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/statement/index.vue
+3
-2
No files found.
src/views/statement/index.vue
View file @
0bfde124
...
@@ -183,6 +183,7 @@ export default {
...
@@ -183,6 +183,7 @@ export default {
startTime
:
values
&&
values
.
startTime
?
values
.
startTime
:
""
,
startTime
:
values
&&
values
.
startTime
?
values
.
startTime
:
""
,
endTime
:
values
&&
values
.
endTime
?
values
.
endTime
:
""
,
endTime
:
values
&&
values
.
endTime
?
values
.
endTime
:
""
,
}).
then
((
response
)
=>
{
}).
then
((
response
)
=>
{
console
.
log
(
response
.
data
,
'相应'
)
this
.
cache
=
response
.
data
;
this
.
cache
=
response
.
data
;
this
.
$modal
.
closeLoading
();
this
.
$modal
.
closeLoading
();
...
@@ -225,7 +226,7 @@ export default {
...
@@ -225,7 +226,7 @@ export default {
this
.
commandstatst
.
setOption
({
this
.
commandstatst
.
setOption
({
title
:
[
title
:
[
{
{
text
:
`{name|已完成订单量}\n{val|
${
this
.
cache
.
accomplish
}
}`
,
text
:
`{name|已完成订单量}\n{val|
${
this
.
cache
.
completed
}
}`
,
top
:
"center"
,
top
:
"center"
,
left
:
"center"
,
left
:
"center"
,
textStyle
:
{
textStyle
:
{
...
@@ -271,7 +272,7 @@ export default {
...
@@ -271,7 +272,7 @@ export default {
labelLine
:
{
labelLine
:
{
show
:
false
,
show
:
false
,
},
},
data
:
[{
value
:
this
.
cache
.
accomplish
,
name
:
"已完成订单量"
}],
data
:
[{
value
:
this
.
cache
.
completed
,
name
:
"已完成订单量"
}],
},
},
],
],
});
});
...
...
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