This commit is contained in:
weipengfei 2023-09-08 15:10:58 +08:00
parent 27dcff5206
commit a23e811f23

View File

@ -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']"