Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
85c7ff64
Commit
85c7ff64
authored
Dec 04, 2023
by
W_Y
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制台显示
parent
19e9ac07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
control.vue
src/views/controlPlatform/control.vue
+3
-3
No files found.
src/views/controlPlatform/control.vue
View file @
85c7ff64
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
<el-card>
<el-card>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<div
class=
"controlSpan_middle"
>
近12月
入库
数量占比
</div>
<div
class=
"controlSpan_middle"
>
近12月
废弃
数量占比
</div>
</el-col>
</el-col>
<el-col
:span=
"12"
/>
<el-col
:span=
"12"
/>
</el-row>
</el-row>
...
@@ -612,7 +612,7 @@ export default {
...
@@ -612,7 +612,7 @@ export default {
legend
:
{
legend
:
{
x
:
'center'
,
x
:
'center'
,
y
:
'bottom'
,
y
:
'bottom'
,
data
:
[
'
入库
数量'
],
data
:
[
'
废弃
数量'
],
// 图例之间的间距
// 图例之间的间距
itemGap
:
20
,
itemGap
:
20
,
// 图标高度
// 图标高度
...
@@ -640,7 +640,7 @@ export default {
...
@@ -640,7 +640,7 @@ export default {
type
:
'value'
type
:
'value'
},
},
series
:
{
series
:
{
name
:
'
入库
数量'
,
name
:
'
废弃
数量'
,
data
:
this
.
numList
,
data
:
this
.
numList
,
// data: [1, 2, 3],
// data: [1, 2, 3],
type
:
'line'
type
:
'line'
...
...
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