【update】-会员缴费、证书缴费 打包管理中增加添加阶段的判断

This commit is contained in:
fengchenchen
2023-07-24 18:24:22 +08:00
parent 652a8ff6e3
commit 2e87337add
3 changed files with 30 additions and 1 deletions
+4
View File
@@ -170,6 +170,10 @@
<label>银行账户</label>
<span>{{ otherCompanyInfo.bankAccount }}</span>
</a-col>
<a-col :span="12" class="detail-item">
<label>联行号</label>
<span>{{ otherCompanyInfo.linkBankNumber || '' }}</span>
</a-col>
</a-row>
</template>
</section>