Răsfoiți Sursa

宝悦环境判断

2213980799@qq.com 1 an în urmă
părinte
comite
6f29e0dca8
1 a modificat fișierele cu 6 adăugiri și 2 ștergeri
  1. 6 2
      src/views/productionPlan/index.vue

+ 6 - 2
src/views/productionPlan/index.vue

@@ -298,19 +298,23 @@ export default {
         {
           prop: 'moCount',
           label: '模数',
-          align: 'center'
+          align: 'center',
+          show:this.clientEnvironmentId=='4'
+
         },
 
         {
           prop: 'blockCount',
           label: '块数',
-          align: 'center'
+          align: 'center',
+          show:this.clientEnvironmentId=='4'
         },
         {
           prop: 'noWordCount',
           label: '未排程块数',
           align: 'center',
           showOverflowTooltip: true,
+          show:this.clientEnvironmentId=='4',
           minWidth: 110
         },
         {