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
3aa561ef
Commit
3aa561ef
authored
Sep 25, 2023
by
王礼鸿 Baimax Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除注释代码
parent
f1529c01
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
line-bar-chart.vue
src/module/databoard/components/chart/line-bar-chart.vue
+1
-1
order-proportion.vue
src/module/databoard/databoard/order-proportion.vue
+0
-7
No files found.
src/module/databoard/components/chart/line-bar-chart.vue
View file @
3aa561ef
...
@@ -112,7 +112,7 @@ export default {
...
@@ -112,7 +112,7 @@ export default {
},
},
grid
:{
grid
:{
left
:
"5%"
,
left
:
"5%"
,
right
:
"
3
%"
,
right
:
"
1
%"
,
},
},
dataset
:
{
dataset
:
{
dimensions
:
[
'x'
,
'y'
],
dimensions
:
[
'x'
,
'y'
],
...
...
src/module/databoard/databoard/order-proportion.vue
View file @
3aa561ef
...
@@ -22,13 +22,6 @@
...
@@ -22,13 +22,6 @@
</contrast-card>
</contrast-card>
</div>
</div>
<div
class=
"card-board"
v-if=
"currentBtn.subdivide !== '01'"
>
<div
class=
"card-board"
v-if=
"currentBtn.subdivide !== '01'"
>
<!--
<contrast-card
v-for=
"data in currentHeadData"
style=
"height: 100%;width: 18%;"
:class=
"
{'selectCard': currentCard === data.title}" @click.native="selectCard(data)" :style="listCardStyle">-->
<!--
<div
style=
"width: 100%; height: 100%; float:left; padding: 2%; line-height: 28px; display: flex; align-items: center; font-size: 14px;"
>
-->
<!--
<table-column
style=
"float: left;width: 20%;"
:data=
"data.data"
name=
"title"
:title=
"data.title"
:title-formatter=
"value=> value+'(万元)'"
show-head
:title-style=
"
{'font-size': '18px','padding-left':'7%','white-space': 'nowrap'}"/>-->
<!--
<table-column
style=
"float: left;width: 60%;font-size: 24px;font-weight: bold;color: #5eeef4;text-align: center;"
:data=
"data.data"
name=
"today"
:value-formatter=
"converAmont"
show-head
/>
-->
<!--
<table-column
style=
"float: left;width: 20%;"
:data=
"data.data"
name=
"yesterday"
:value-formatter=
"converAmont"
title=
"昨日"
show-head
/>
-->
<!--
</div>
-->
<!--
</contrast-card>
-->
<contrast-card
v-for=
"data in currentHeadData"
style=
"height: 100%;width: 18%;"
:class=
"
{'selectCard': currentCard === data.key}" @click.native="selectCard(data)" :style="listCardStyle">
<contrast-card
v-for=
"data in currentHeadData"
style=
"height: 100%;width: 18%;"
:class=
"
{'selectCard': currentCard === data.key}" @click.native="selectCard(data)" :style="listCardStyle">
<div
style=
"width: 100%; height: 20%; float:left; padding: 2%; line-height: 28px; display: flex; align-items: center; font-size: 14px;"
>
<div
style=
"width: 100%; height: 20%; float:left; padding: 2%; line-height: 28px; display: flex; align-items: center; font-size: 14px;"
>
<table-column
style=
"float: left;width: 80%;"
:data=
"[]"
name=
"title"
:title=
"data.title"
:title-formatter=
"value=> value+'(万元)'"
show-head
:title-style=
"
{'font-size': '18px','padding-left':'3%','white-space': 'nowrap',}"/>
<table-column
style=
"float: left;width: 80%;"
:data=
"[]"
name=
"title"
:title=
"data.title"
:title-formatter=
"value=> value+'(万元)'"
show-head
:title-style=
"
{'font-size': '18px','padding-left':'3%','white-space': 'nowrap',}"/>
...
...
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