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

View File

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