修改权限

This commit is contained in:
weipengfei 2023-09-14 10:21:56 +08:00
parent 751b3ca1e4
commit 93b0b1959b

View File

@ -395,7 +395,7 @@
v-if="formData?.status == 0"
:on-exceed="handleExceed"
ref="upload"
v-perms="['shop_contract/evidence']"
v-perms="['shop_contract/upload']"
>
<el-button type="primary">{{
formData.file ? "重新上传" : "上传"
@ -412,7 +412,7 @@
</el-form-item>
<el-form-item v-if="isshow || formData.status == 0">
<el-button
v-perms="['shop_contract/evidence']"
v-perms="['shop_contract/upload']"
type="primary"
@click="submitContract"
>确定</el-button