Mr.Zhang
2023-08-22 dfd31bb2b4019a0d476ca443cd3468723114b07a
111234
已修改2个文件
4 ■■■■ 文件已修改
screen_standard/src/components/AppLayout.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen_standard/src/views/process.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen_standard/src/components/AppLayout.vue
@@ -19,7 +19,7 @@
        <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">
screen_standard/src/views/process.vue
@@ -313,7 +313,7 @@
  let option;
  option = {
    title: {
      text: '         近七日不良品总数:67',
      text: `        近七日不良品总数:${data.allBad}`,
      textStyle: {
        color: '#fff',
        fontSize: 12