Commit 89a6f874 by yiyu.li

bug

parent 8d76945b
...@@ -352,10 +352,10 @@ export default { ...@@ -352,10 +352,10 @@ export default {
bgc = "#ff9900"; bgc = "#ff9900";
} }
if (ele.status == 2) { if (ele.status == 2) {
bgc = "#2db7f5"; bgc = "#19be6b";
} }
if (ele.status == 3) { if (ele.status == 3) {
bgc = "#19be6b"; bgc = "#2db7f5";
} }
ele.bgc = bgc; ele.bgc = bgc;
}); });
......
...@@ -124,20 +124,22 @@ ...@@ -124,20 +124,22 @@
>{{ $t("1001") }}</Button >{{ $t("1001") }}</Button
> >
<!-- --> <!-- -->
<Button <!-- <Button
type="warning" type="warning"
class="twoWord" class="twoWord"
icon="ios-search" icon="ios-search"
@click="cancel()" @click="cancel()"
>取消</Button >取消</Button
><!--只有状态是待执行的可以改成取消--> > -->
<Button <!--只有状态是待执行的可以改成取消-->
<!-- <Button
type="primary" type="primary"
class="twoWord" class="twoWord"
icon="ios-search" icon="ios-search"
@click="manual()" @click="manual()"
>手动</Button >手动</Button
><!--当生产线的模式是手动是才可以进行手动任务执行--> > -->
<!--当生产线的模式是手动是才可以进行手动任务执行-->
<Button <Button
type="primary" type="primary"
class="twoWord" 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