diff --git a/sgzb-ui/src/views/cost/csotSettlement/component/finishAndDetails.vue b/sgzb-ui/src/views/cost/csotSettlement/component/finishAndDetails.vue index f11c62e2..22eb4047 100644 --- a/sgzb-ui/src/views/cost/csotSettlement/component/finishAndDetails.vue +++ b/sgzb-ui/src/views/cost/csotSettlement/component/finishAndDetails.vue @@ -123,14 +123,14 @@ export default { ], // 维修清单配置项 repairTableColumns: [ - { t_prop: '', t_label: '设备名称' }, - { t_prop: '', t_label: '规格型号' }, - { t_prop: 'date', t_label: '单位' }, + { t_prop: 'typeName', t_label: '设备名称' }, + { t_prop: 'modelName', t_label: '规格型号' }, + { t_prop: 'nuitName', t_label: '单位' }, { t_prop: '', t_label: '维修配件名称' }, { t_prop: '', t_label: '维修配件型号' }, - { t_prop: '', t_label: '使用数量' }, + { t_prop: 'num', t_label: '使用数量' }, { t_prop: '', t_label: '配件单价' }, - { t_prop: 'price', t_label: '配件总价' }, + { t_prop: 'costs', t_label: '配件总价' }, { t_prop: '', t_label: '委外维修费用' }, { t_prop: '', t_label: '费用总价' }, ], @@ -205,7 +205,7 @@ export default { this.settleTotalPrice_01 = res.relations[0].leaseCostOne this.settleTotalPrice_03 = res.relations[0].leaseCostThree - // this.settleTotalPrice_01 = res.relations[0].leaseCostOne + // this.settleTotalPrice_01 = res.relations[0].repairList // this.settleTotalPrice_01 = res.relations[0].leaseCostOne this.noReturnTotalPrice = res.relations[0].loseCost this.isSettle_01 = res.relations[0].isSltOne