更新
This commit is contained in:
parent
27dcff5206
commit
a23e811f23
@ -239,8 +239,9 @@
|
||||
"
|
||||
>企业认证</el-button
|
||||
>
|
||||
<template v-if="row.is_authentication && row.is_contract == 0">
|
||||
<el-button
|
||||
v-else="row.is_authentication == 1"
|
||||
v-if="!row.face_create_status"
|
||||
v-perms="['company/authentication']"
|
||||
type="primary"
|
||||
link
|
||||
@ -250,9 +251,8 @@
|
||||
"
|
||||
>人脸采集</el-button
|
||||
>
|
||||
<template v-if="row.is_authentication && row.is_contract == 0">
|
||||
<el-button
|
||||
v-if="
|
||||
v-else-if="
|
||||
Array.isArray(row.contract) && row.contract.length == 0
|
||||
"
|
||||
v-perms="['company/initiate_contract']"
|
||||
|
Loading…
x
Reference in New Issue
Block a user