From b7ab82b77106d146462fb9f37c8910f3a86b855a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 05 Nov 2021 17:34:35 +0800
Subject: [PATCH] +许可审批修改
---
src/views/resource/attachOnce.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/resource/attachOnce.vue b/src/views/resource/attachOnce.vue
index 4054535..dc80e5d 100644
--- a/src/views/resource/attachOnce.vue
+++ b/src/views/resource/attachOnce.vue
@@ -176,7 +176,7 @@
i = 0,
ind = null;
this.$store.state.tags.tagList.forEach((item, index) => {
- if (item.label == "附件上传") {
+ if (item.label == "附件查阅") {
if (flag == false) {
ind = index;
flag = true;
--
Gitblit v1.9.3