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