Commit 33bf46cc by xin.yang
parents b51d2c87 ba3821c1
......@@ -57,7 +57,7 @@
<div
class="stateItem"
:key="index"
:style="{ background: item.bgc }"
:style="{ background: item.bgc,color:item.status!=0?fontColor:'' }"
>
<p class="flex">
<span class="infoLabel">工位:</span>
......@@ -317,6 +317,7 @@ export default {
produceTotal: 0,
waittingTotal: 0,
},
fontColor:'#fff'
};
},
created() {
......@@ -429,6 +430,7 @@ export default {
height: 30px;
line-height: 30px;
font-size: 16px;
}
}
.stateTitle {
......
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