Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
Project
Project
Details
Activity
Releases
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
潘自豪 Rambo Pan
shld-databoard-ui
Commits
24aa888d
You need to sign in or sign up before continuing.
Commit
24aa888d
authored
Sep 21, 2023
by
王礼鸿 Baimax Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
龙虎榜提交
parent
dfd3bd2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
winners-list.vue
src/module/databoard/components/card/winners-list.vue
+3
-0
turnover-detail.vue
src/module/databoard/databoard/turnover-detail.vue
+1
-1
index.vue
src/module/databoard/index.vue
+3
-4
No files found.
src/module/databoard/components/card/winners-list.vue
View file @
24aa888d
...
@@ -25,6 +25,9 @@ export default {
...
@@ -25,6 +25,9 @@ export default {
},
},
columnsStyle
:{
columnsStyle
:{
type
:
Object
,
type
:
Object
,
default
:
function
()
{
return
{};
}
},
},
rows
:
{
rows
:
{
type
:
Array
,
type
:
Array
,
...
...
src/module/databoard/databoard/turnover-detail.vue
View file @
24aa888d
...
@@ -40,7 +40,7 @@ export default {
...
@@ -40,7 +40,7 @@ export default {
components
:
{
ContrastCard
,
TableColumn
,
TitleContentMark
},
components
:
{
ContrastCard
,
TableColumn
,
TitleContentMark
},
data
()
{
data
()
{
return
{
return
{
today
:
'202
3-05-19
'
,
today
:
'202
2-06-26
'
,
curPageCode
:
this
.
$route
.
query
.
code
?
this
.
$route
.
query
.
code
:
"yye"
,
curPageCode
:
this
.
$route
.
query
.
code
?
this
.
$route
.
query
.
code
:
"yye"
,
currentData
:
{},
currentData
:
{},
mockDataDay
:
{
mockDataDay
:
{
...
...
src/module/databoard/index.vue
View file @
24aa888d
...
@@ -168,9 +168,8 @@ export default {
...
@@ -168,9 +168,8 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
today
:
'202
3-05-19
'
,
today
:
'202
2-06-26
'
,
// today: moment().format("yyyy-MM-DD"),
// today: moment().format("yyyy-MM-DD"),
today
:
'2023-06-19'
,
yyqk
:
{
yyqk
:
{
yye
:
{
yye
:
{
title
:
"营业额"
,
title
:
"营业额"
,
...
@@ -483,8 +482,8 @@ export default {
...
@@ -483,8 +482,8 @@ export default {
});
});
},
},
refreshData
(){
refreshData
(){
getTransportTypeOrderFinishPie
(
res
=>
this
.
transportTypeOrderFinishPie
=
res
,
"2022-06-26"
);
getTransportTypeOrderFinishPie
(
res
=>
this
.
transportTypeOrderFinishPie
=
res
,
this
.
today
);
getCustomerOrderFinishPie
(
res
=>
this
.
customerOrderFinishPie
=
res
,
"2022-06-26"
);
getCustomerOrderFinishPie
(
res
=>
this
.
customerOrderFinishPie
=
res
,
this
.
today
);
}
}
},
},
mounted
()
{
mounted
()
{
...
...
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