Explorar el Código

管理费用附件管理

caojunjie hace 1 año
padre
commit
be27d7298e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/costManagement/index.vue

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

@@ -1820,7 +1820,7 @@ export default {
                 item.disabled = true
               }
               this.disabled = true
-              if (this.datass.fStatusName == '完成' && this.lander == 'admin') {
+              if (this.datass.fStatusName == '完成' && (this.lander == 'admin' || this.datass.applicantName == this.lander)) {
                 console.log("a")
                 this.disabled = false;
               }