From 751b3ca1e4dde3b464c153a2a8befca8a9de51b5 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 14 Sep 2023 10:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop_contract/details.vue | 6 ++++-- src/views/shop_contract/index.vue | 18 ++++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/views/shop_contract/details.vue b/src/views/shop_contract/details.vue index 8d34ac7..cd84a85 100644 --- a/src/views/shop_contract/details.vue +++ b/src/views/shop_contract/details.vue @@ -395,13 +395,14 @@ v-if="formData?.status == 0" :on-exceed="handleExceed" ref="upload" - v-perms="['contract.contract/wind_control']" + v-perms="['shop_contract/evidence']" > {{ formData.file ? "重新上传" : "上传" }} 确定