1、分控车间看板设备状态增加状态值为1的待机状态
2、分控车间看板设备详细信息若数据文字长度过长则省略
| | |
| | | <img src="@/assets/page/subControlWorkshopSignage/grey.png" v-if="item.oporation===0"> |
| | | <img src="@/assets/page/subControlWorkshopSignage/green.png" v-if="item.oporation===3"> |
| | | <img src="@/assets/page/subControlWorkshopSignage/yellow.png" v-if="item.oporation===2"> |
| | | <img src="@/assets/page/subControlWorkshopSignage/yellow.png" v-if="item.oporation===1"> |
| | | <img src="@/assets/page/subControlWorkshopSignage/red.png" v-if="item.oporation===22"> |
| | | </div> |
| | | <div class="device-image-container"> |
| | |
| | | <div ref="wrap"> |
| | | <a-modal |
| | | title="" |
| | | width="65%" |
| | | width="70%" |
| | | :visible="visible" |
| | | :getContainer="() => this.$refs.wrap" |
| | | @cancel="handleCancel" |
| | |
| | | justify-content: space-evenly; |
| | | padding: 10px 0 0 20px; |
| | | |
| | | .overflow-container { |
| | | width: 200px; |
| | | & > div { |
| | | width: 100%; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | |
| | | } |
| | | |
| | | .process-info { |
| | | flex: 0.22; |
| | | width: 25%; |
| | | } |
| | | |
| | | .program-info { |
| | | flex: 0.3; |
| | | width: 30%; |
| | | } |
| | | |
| | | .axis-info { |
| | | flex: 0.45; |
| | | width: 42%; |
| | | } |
| | | } |
| | | |