Преглед на файлове

管理费用附件管理

caojunjie преди 1 година
родител
ревизия
be27d7298e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
               }