Przeglądaj źródła

宇信放开修改

yusheng 9 godzin temu
rodzic
commit
09a2fc89dd
1 zmienionych plików z 1 dodań i 1 usunięć
  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>