Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
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
jiawei.su
Laisi_AutoMES2
Commits
89a6f874
Commit
89a6f874
authored
Jan 26, 2021
by
yiyu.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
8d76945b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
lineMonitor.vue
Html/src/view/fml/statistical_analysis/lineMonitor.vue
+2
-2
taskList.vue
Html/src/view/fml/statistical_analysis/taskList.vue
+6
-4
No files found.
Html/src/view/fml/statistical_analysis/lineMonitor.vue
View file @
89a6f874
...
...
@@ -352,10 +352,10 @@ export default {
bgc
=
"#ff9900"
;
}
if
(
ele
.
status
==
2
)
{
bgc
=
"#
2db7f5
"
;
bgc
=
"#
19be6b
"
;
}
if
(
ele
.
status
==
3
)
{
bgc
=
"#
19be6b
"
;
bgc
=
"#
2db7f5
"
;
}
ele
.
bgc
=
bgc
;
});
...
...
Html/src/view/fml/statistical_analysis/taskList.vue
View file @
89a6f874
...
...
@@ -124,20 +124,22 @@
>
{{
$t
(
"1001"
)
}}
</Button
>
<!-- -->
<Button
<
!--
<
Button
type=
"warning"
class=
"twoWord"
icon=
"ios-search"
@
click=
"cancel()"
>
取消
</Button
>
<!--只有状态是待执行的可以改成取消-->
<Button
>
-->
<!--只有状态是待执行的可以改成取消-->
<!--
<Button
type=
"primary"
class=
"twoWord"
icon=
"ios-search"
@
click=
"manual()"
>
手动
</Button
>
<!--当生产线的模式是手动是才可以进行手动任务执行-->
>
-->
<!--当生产线的模式是手动是才可以进行手动任务执行-->
<Button
type=
"primary"
class=
"twoWord"
...
...
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