新增企业认证后不可编辑
This commit is contained in:
parent
95c7d2e588
commit
4e86927b77
7106
package-lock.json
generated
7106
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -213,7 +213,12 @@
|
|||||||
>详情</router-link
|
>详情</router-link
|
||||||
>
|
>
|
||||||
</el-button>
|
</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
|
<router-link
|
||||||
:to="{
|
:to="{
|
||||||
path: getRoutePath('company/add:edit'),
|
path: getRoutePath('company/add:edit'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user