新增企业认证后不可编辑

This commit is contained in:
weipengfei 2023-10-09 09:09:44 +08:00
parent 95c7d2e588
commit 4e86927b77
2 changed files with 2955 additions and 5320 deletions

8268
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -213,7 +213,12 @@
>详情</router-link
>
</el-button>
<el-button v-perms="['company/add:edit']" type="primary" link>
<el-button
v-if="row.is_authentication == 0"
v-perms="['company/add:edit']"
type="primary"
link
>
<router-link
:to="{
path: getRoutePath('company/add:edit'),