Explorar el Código

宇信放开修改

yusheng hace 10 horas
padre
commit
09a2fc89dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>