瀏覽代碼

管理费用附件管理

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;
               }