fix: 自测bug修复。
This commit is contained in:
@@ -69,15 +69,7 @@
|
|||||||
<text class="info-label">银行简称</text>
|
<text class="info-label">银行简称</text>
|
||||||
<text class="info-value">{{ item.bankShortName || '--' }}</text>
|
<text class="info-value">{{ item.bankShortName || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.province || true">
|
<view class="info-item" v-if="item.englishShortName || true">
|
||||||
<text class="info-label">归属省份</text>
|
|
||||||
<text class="info-value">{{ item.province || '--' }}</text>
|
|
||||||
</view>
|
|
||||||
<view class="info-item" v-if="item.city || true">
|
|
||||||
<text class="info-label">归属城市</text>
|
|
||||||
<text class="info-value">{{ item.city || '--' }}</text>
|
|
||||||
</view>
|
|
||||||
<view class="info-item" v-if="item.englishShortName || true">
|
|
||||||
<text class="info-label">英文简称</text>
|
<text class="info-label">英文简称</text>
|
||||||
<text class="info-value">{{ item.englishShortName || '--' }}</text>
|
<text class="info-value">{{ item.englishShortName || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -85,6 +77,15 @@
|
|||||||
<text class="info-label">信用卡多账户合并出账</text>
|
<text class="info-label">信用卡多账户合并出账</text>
|
||||||
<text class="info-value">{{ dictStr(item.multiAccountConsolidated, accountingList) || '--' }}</text>
|
<text class="info-value">{{ dictStr(item.multiAccountConsolidated, accountingList) || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="info-item" v-if="item.province">
|
||||||
|
<text class="info-label">归属省份</text>
|
||||||
|
<text class="info-value">{{ item.province }}</text>
|
||||||
|
</view>
|
||||||
|
<view class="info-item" v-if="item.city">
|
||||||
|
<text class="info-label">归属城市</text>
|
||||||
|
<text class="info-value">{{ item.city }}</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
<view class="info-item info-item-full" v-if="item.remark">
|
<view class="info-item info-item-full" v-if="item.remark">
|
||||||
<text class="info-label">备注</text>
|
<text class="info-label">备注</text>
|
||||||
<text class="info-value">{{ item.remark }}</text>
|
<text class="info-value">{{ item.remark }}</text>
|
||||||
|
|||||||
@@ -77,13 +77,13 @@
|
|||||||
<text class="info-value">{{ dictStr(item.isZeroBill, isZeroBillList) || '--' }}</text>
|
<text class="info-value">{{ dictStr(item.isZeroBill, isZeroBillList) || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="info-item" v-if="dictStr(item.cardTier, cardTierList) || true">
|
<view class="info-item" v-if="dictStr(item.cardTier, cardTierList) ">
|
||||||
<text class="info-label">卡片等级</text>
|
<text class="info-label">卡片等级</text>
|
||||||
<text class="info-value">{{ dictStr(item.cardTier, cardTierList) || '--' }}</text>
|
<text class="info-value">{{ dictStr(item.cardTier, cardTierList) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.cardFace || true">
|
<view class="info-item" v-if="item.cardFace">
|
||||||
<text class="info-label">卡面</text>
|
<text class="info-label">卡面</text>
|
||||||
<text class="info-value">{{ item.cardFace || '--' }}</text>
|
<text class="info-value">{{ item.cardFace }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item info-item-full" v-if="item.remark">
|
<view class="info-item info-item-full" v-if="item.remark">
|
||||||
<text class="info-label">备注</text>
|
<text class="info-label">备注</text>
|
||||||
|
|||||||
@@ -68,25 +68,25 @@
|
|||||||
<text class="info-label">开户日期</text>
|
<text class="info-label">开户日期</text>
|
||||||
<text class="info-value">{{ item.activationDate || '--' }}</text>
|
<text class="info-value">{{ item.activationDate || '--' }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.effectiveDate || true">
|
<view class="info-item" v-if="item.effectiveDate">
|
||||||
<text class="info-label">有效期</text>
|
<text class="info-label">有效期</text>
|
||||||
<text class="info-value">{{ item.effectiveDate || '--' }}</text>
|
<text class="info-value">{{ item.effectiveDate }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.bankName || true">
|
<view class="info-item" v-if="item.bankName">
|
||||||
<text class="info-label">银行</text>
|
<text class="info-label">银行</text>
|
||||||
<text class="info-value">{{ item.bankName || '--' }}</text>
|
<text class="info-value">{{ item.bankName }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="dictStr(item.cardTier, cardTierList) || true">
|
<view class="info-item" v-if="dictStr(item.cardTier, cardTierList)">
|
||||||
<text class="info-label">卡片等级</text>
|
<text class="info-label">卡片等级</text>
|
||||||
<text class="info-value">{{ dictStr(item.cardTier, cardTierList) || '--' }}</text>
|
<text class="info-value">{{ dictStr(item.cardTier, cardTierList) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.cardFace || true">
|
<view class="info-item" v-if="item.cardFace">
|
||||||
<text class="info-label">卡面</text>
|
<text class="info-label">卡面</text>
|
||||||
<text class="info-value">{{ item.cardFace || '--' }}</text>
|
<text class="info-value">{{ item.cardFace }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item" v-if="item.openingBank || true">
|
<view class="info-item" v-if="item.openingBank ">
|
||||||
<text class="info-label">开户行</text>
|
<text class="info-label">开户行</text>
|
||||||
<text class="info-value">{{ item.openingBank || '--' }}</text>
|
<text class="info-value">{{ item.openingBank }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="info-item info-item-full" v-if="item.remark">
|
<view class="info-item info-item-full" v-if="item.remark">
|
||||||
<text class="info-label">备注</text>
|
<text class="info-label">备注</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user