Commit 89a6f874 by yiyu.li

bug

parent 8d76945b
......@@ -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;
});
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment