新增企业认证后不可编辑
This commit is contained in:
parent
95c7d2e588
commit
4e86927b77
8268
package-lock.json
generated
8268
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user