Explorar o código

定量项目室内质控月分析总结报告(川北)

shenqilong hai 8 meses
pai
achega
a4af10ef2e
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      src/views/component/qualityControl/indexChuanBei.vue

+ 8 - 1
src/views/component/qualityControl/indexChuanBei.vue

@@ -60,7 +60,7 @@
         </el-table-column>
         <el-table-column label="是否合格" prop="shiFouHeGe" />
         <el-table-column
-          v-if="!readonly && shiFouGuoShen"
+          v-if="(!readonly && shiFouGuoShen) || daiBianZhi"
           label="操作栏位"
           fixed="right"
         >
@@ -150,6 +150,13 @@ export default {
         return true
       }
       return false
+    },
+    daiBianZhi() {
+      if (this.formData.shiFouGuoShen == '待编制') {
+        return true
+      } else {
+        return false
+      }
     }
   },
   watch: {