|
@@ -229,7 +229,7 @@
|
|
|
</el-row>
|
|
|
</el-row>
|
|
|
<!-- 经办人身份证件 -->
|
|
|
- <el-row v-show="legalHandle == false" class="zap-idcard zap-margin">
|
|
|
+ <el-row v-show="!legalHandle" class="zap-idcard zap-margin">
|
|
|
<div class="zap-certification-title">
|
|
|
<div class="zap-certification-title__wrap">
|
|
|
<span class="main-title">账号管理员身份证件</span>
|
|
@@ -371,7 +371,7 @@
|
|
|
</el-row>
|
|
|
</el-row>
|
|
|
<!-- 法人授权书 -->
|
|
|
- <el-row class="zap-enclosure zap-margin">
|
|
|
+ <el-row v-show="!legalHandle" class="zap-enclosure zap-margin">
|
|
|
<div class="zap-certification-title" v-if="!legalHandle">
|
|
|
<div class="zap-certification-title__wrap">
|
|
|
<span class="main-title">法人授权书</span>
|