Răsfoiți Sursa

宇信放开修改

yusheng 7 ore în urmă
părinte
comite
09a2fc89dd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/inspectionPlan/index.vue

+ 1 - 1
src/views/inspectionPlan/index.vue

@@ -57,7 +57,7 @@
             type="primary"
             :underline="false"
             @click="openEdit('edit', row)"
-            v-if="row.status == 0 || row.status == 2"
+            v-if="row.status == 0 || row.status == 2||$store.state.user.info.clientEnvironmentId == 10"
           >
             修改
           </el-link>