Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
a09217fd
Commit
a09217fd
authored
Aug 15, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页添加英文
parent
06469e96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
homePage.vue
src/views/homePage.vue
+6
-2
No files found.
src/views/homePage.vue
View file @
a09217fd
...
...
@@ -5,6 +5,7 @@
<el-form-item
label=
"计划开工时间"
>
<div
slot=
"label"
class=
"labelClass"
>
<div>
开始时间
</div>
<div>
Start time
</div>
</div>
<el-date-picker
v-model=
"queryParams.startDate"
...
...
@@ -43,6 +44,7 @@
<el-card
class=
"box-card"
>
<div
class=
"heightLine"
>
<div
class=
"span_middle"
>
装配生产
</div>
<div
class=
"span_middle"
>
Assembly
</div>
</div>
<el-row
style=
"margin-top: 25px"
>
<el-col
:span=
"6"
>
...
...
@@ -96,6 +98,7 @@
<el-card
class=
"box-card"
>
<div
class=
"heightLine"
>
<div
class=
"span_middle"
>
包装生产
</div>
<div
class=
"span_middle"
>
packing
</div>
</div>
<el-row
style=
"margin-top: 25px"
>
<el-col
:span=
"8"
>
...
...
@@ -140,6 +143,7 @@
<el-card
class=
"box-card"
>
<div
class=
"heightLine"
>
<div
style=
"margin-left: 7px"
class=
"span_middle"
>
生产线投入产出统计
</div>
<div
style=
"margin-left: 7px"
class=
"span_middle"
>
Input/Output statistics
</div>
</div>
<div
id=
"echarts-proLineMonitor"
class=
"span_1"
>
<div
id=
"dataCharts_proLineMonitor"
ref=
"chart_stay"
:data=
"HistoricalInvestigation"
style=
"height: 40vh"
/>
...
...
@@ -428,14 +432,14 @@ export default {
data
:
data1
},
{
name
:
'良品数量'
,
name
:
'良品数量
(OutPut)
'
,
type
:
'bar'
,
barWidth
:
18
,
barGap
:
0
,
data
:
data2
},
{
name
:
'一次良率'
,
name
:
'一次良率
(FPY)
'
,
type
:
'line'
,
yAxisIndex
:
1
,
data
:
data3
,
...
...
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