| | |
| | | <img v-else src="@/assets/img/btn_back@2x.png" style="width: 108px;height: 34px; margin-top: 14px;" @click="router.go(-1)"> |
| | | </div> |
| | | |
| | | <div class="title">{{ route.name=='home' ? 'DM云工厂车间大屏' : `xxx工序数据看板` }}</div> |
| | | <div class="title">{{ route.name=='home' ? 'DM云工厂车间大屏' : `${enterprise.procedureName}工序数据看板` }}</div> |
| | | <div class="header-item right"> |
| | | |
| | | <img v-if="!isFull" src="@/assets/img/ic_fullscreen@2x.png" class="full-ic" @click="fullChange"> |
| | |
| | | let option; |
| | | option = { |
| | | title: { |
| | | text: ' 近七日不良品总数:67', |
| | | text: ` 近七日不良品总数:${data.allBad}`, |
| | | textStyle: { |
| | | color: '#fff', |
| | | fontSize: 12 |