Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
b45aea55
Commit
b45aea55
authored
Nov 27, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
看板首页“已开工“改为”实施中“
parent
cf7844eb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AssembleKanban.vue
...ateComponents/components/Visualization/AssembleKanban.vue
+1
-1
ExperimentKanban.vue
...eComponents/components/Visualization/ExperimentKanban.vue
+1
-1
ProductionKanban.vue
...eComponents/components/Visualization/ProductionKanban.vue
+2
-2
No files found.
applications/dee-mes/src/privateComponents/components/Visualization/AssembleKanban.vue
View file @
b45aea55
...
...
@@ -12,7 +12,7 @@
总数
<span>
{{
info
.
aircraftSorties
.
carryCount
||
0
}}
</span>
</p>
<p>
已开工
<span>
{{
info
.
aircraftSorties
.
startCount
||
0
}}
</span>
实施中
<span>
{{
info
.
aircraftSorties
.
startCount
||
0
}}
</span>
</p>
<p>
已完工
<span>
{{
info
.
aircraftSorties
.
completeCount
||
0
}}
</span>
...
...
applications/dee-mes/src/privateComponents/components/Visualization/ExperimentKanban.vue
View file @
b45aea55
...
...
@@ -13,7 +13,7 @@
总数
<span>
{{
info
.
carryCount
||
0
}}
</span>
</p>
<p>
已开工
<span>
{{
info
.
startCount
||
0
}}
</span>
实施中
<span>
{{
info
.
startCount
||
0
}}
</span>
</p>
<p>
已完工
<span>
{{
info
.
completeCount
||
0
}}
</span>
...
...
applications/dee-mes/src/privateComponents/components/Visualization/ProductionKanban.vue
View file @
b45aea55
...
...
@@ -73,7 +73,7 @@
</div>
<p
class=
"count"
>
<label>
总数:
<span
@
click=
"routerJobPlanExecutionSummary('架次总数')"
>
{{
sortiesRow
.
aircraftSorties
.
carryCount
||
0
}}
</span></label>
<label>
已开工
:
<span
@
click=
"routerJobPlanExecutionSummary('架次已开工')"
>
{{
sortiesRow
.
aircraftSorties
.
startCount
||
0
}}
</span></label>
<label>
实施中
:
<span
@
click=
"routerJobPlanExecutionSummary('架次已开工')"
>
{{
sortiesRow
.
aircraftSorties
.
startCount
||
0
}}
</span></label>
<label>
已完工:
<span
@
click=
"routerJobPlanExecutionSummary('架次已完工')"
>
{{
sortiesRow
.
aircraftSorties
.
completeCount
||
0
}}
</span>
</label>
</p>
...
...
@@ -95,7 +95,7 @@
</div>
<div
class=
"buttom"
>
<span>
总数
</span>
<span>
已开工
</span>
<span>
实施中
</span>
<span>
已完工
</span>
</div>
<el-slider
v-model=
"stationRow.progress"
disabled
/>
...
...
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