|
@@ -248,8 +248,8 @@
|
|
<div class="modelTitle2">设备生产资源</div>
|
|
<div class="modelTitle2">设备生产资源</div>
|
|
</li>
|
|
</li>
|
|
<li v-for="(item, index) in mashingOneList.data" :key="index">
|
|
<li v-for="(item, index) in mashingOneList.data" :key="index">
|
|
- <span class="mStatus">{{ item.controlStatusCN}}</span>
|
|
|
|
- <span class="mAudit">{{item.productionStatusCN}}</span>
|
|
|
|
|
|
+ <span class="mStatus" :style="{background:item.controlStatus.background}">{{ item.controlStatusCN}}</span>
|
|
|
|
+ <span class="mAudit" :style="{background:item.productionStatus.background}" >{{item.productionStatusCN}}</span>
|
|
<img class="mashingImg" :src="item.pic" v-lazy="item.pic" />
|
|
<img class="mashingImg" :src="item.pic" v-lazy="item.pic" />
|
|
<div class="mashingDiv">
|
|
<div class="mashingDiv">
|
|
<!--<div class="mashingCode">{{ item.productionStatusCN }}</div>-->
|
|
<!--<div class="mashingCode">{{ item.productionStatusCN }}</div>-->
|
|
@@ -303,7 +303,7 @@
|
|
gaugeData: {value: 0.5, name:"效率"},
|
|
gaugeData: {value: 0.5, name:"效率"},
|
|
gaudeWidth: '100%',
|
|
gaudeWidth: '100%',
|
|
gaudeHeight: '190px',
|
|
gaudeHeight: '190px',
|
|
- percentages: [randomFloor(10,100), randomFloor(20,100), randomFloor(30,100)],
|
|
|
|
|
|
+ percentages: [randomFloor(10,23), randomFloor(20,100), randomFloor(30,100)],
|
|
allDatas: [],
|
|
allDatas: [],
|
|
resourceId: '',
|
|
resourceId: '',
|
|
orderDatas: [], // [插单订单]数据
|
|
orderDatas: [], // [插单订单]数据
|