[bug] 详情显示判断

This commit is contained in:
zhaoxiao
2021-10-27 16:19:36 +08:00
parent db698541a7
commit 24c08084f9
+1 -3
View File
@@ -26,7 +26,7 @@
</a-col>
</a-row>
<!-- 来款方式为合同的显示-->
<a-row :gutter="24" v-if="!!basicInfo.contractNum">
<a-row :gutter="24" v-if="basicInfo.chargeWay === 2">
<a-col :span="12" class="detail-item">
<label>{{ createIncomeType(basicInfo.projectType) }}</label>
<span>{{ basicInfo.chargeWay_dictText }}</span>
@@ -356,8 +356,6 @@ export default {
} else {
return '缴费方式'
}
}
}
}