[bug] 详情显示判断
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</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">
|
<a-col :span="12" class="detail-item">
|
||||||
<label>{{ createIncomeType(basicInfo.projectType) }}:</label>
|
<label>{{ createIncomeType(basicInfo.projectType) }}:</label>
|
||||||
<span>{{ basicInfo.chargeWay_dictText }}</span>
|
<span>{{ basicInfo.chargeWay_dictText }}</span>
|
||||||
@@ -356,8 +356,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
return '缴费方式'
|
return '缴费方式'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user