616ec051ada04897dad9c0b03b9ddc5c8f4a6419..dfd31bb2b4019a0d476ca443cd3468723114b07a
2023-08-22 Mr.Zhang
111234
dfd31b 对比 | 目录
2023-08-22 Mr.Zhang
大屏标题
b9e547 对比 | 目录
已修改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">DM云工厂车间大屏</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