更新
This commit is contained in:
parent
27dcff5206
commit
a23e811f23
@ -239,20 +239,20 @@
|
||||
"
|
||||
>企业认证</el-button
|
||||
>
|
||||
<el-button
|
||||
v-else="row.is_authentication == 1"
|
||||
v-perms="['company/authentication']"
|
||||
type="primary"
|
||||
link
|
||||
@click="
|
||||
auth_id = row;
|
||||
facePop = true;
|
||||
"
|
||||
>人脸采集</el-button
|
||||
>
|
||||
<template v-if="row.is_authentication && row.is_contract == 0">
|
||||
<el-button
|
||||
v-if="
|
||||
v-if="!row.face_create_status"
|
||||
v-perms="['company/authentication']"
|
||||
type="primary"
|
||||
link
|
||||
@click="
|
||||
auth_id = row;
|
||||
facePop = true;
|
||||
"
|
||||
>人脸采集</el-button
|
||||
>
|
||||
<el-button
|
||||
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