| | |
| | | <el-table-column prop="downPaymentAmount" label="25%首付款(㎡)" key="table_A" min-width="150" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.downPaymentAmount }}</span> |
| | | <el-tooltip v-if="scope.row.downPaymentAmountWarn == 1" placement="top"> |
| | | <div slot="content"> |
| | | {{ "首付款金额异常" }} |
| | | </div> |
| | | <el-image style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../assets/logo/warning.png')" fit="fit"></el-image> |
| | | </el-tooltip> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="quarterPayAmount" label="每季度需支付款项(万元)" key="table_A" min-width="180" align="center"> |
| | |
| | | <el-table-column prop="downPaymentAmount" key="table_B" label="25%首付款(万元)" min-width="100" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.downPaymentAmount }}</span> |
| | | <el-tooltip v-if="scope.row.downPaymentAmountWarn == 1" placement="top"> |
| | | <div slot="content"> |
| | | {{ "首付款金额异常" }} |
| | | </div> |
| | | <el-image style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../assets/logo/warning.png')" fit="fit"></el-image> |
| | | </el-tooltip> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="quarterPayAmount" key="table_B" label="每季度需支付款项(万元)" min-width="100" align="center"> |
| | |
| | | this.getList() |
| | | }, |
| | | tableRowClassName({ row, rowIndex }) { |
| | | if (row.compensationSumWarn == 1 || row.householdHeadWarn == 1 || row.idCardWarn == 1 || row.waitFamilyNamesNoWarn == 1 || row.priceAmountWarn == 1 || row.quarterPayAmountWarn == 1 || row.subsidyAmountWarn == 1 || row.twoPriceWarn == 1 || row.waitFamilyAreaWarn == 1) { |
| | | if (row.compensationSumWarn == 1 || row.householdHeadWarn == 1 || row.idCardWarn == 1 || row.waitFamilyNamesNoWarn == 1 || row.priceAmountWarn == 1 || row.quarterPayAmountWarn == 1 || row.subsidyAmountWarn == 1 || row.twoPriceWarn == 1 || row.waitFamilyAreaWarn == 1 || row.downPaymentAmountWarn == 1) { |
| | | return 'warning-row' |
| | | } |
| | | return '' |
| | | }, |
| | | tableRowClassName1({ row, rowIndex }) { |
| | | if (row.areaWarn == 1 || row.compensationAmountWarn == 1 || row.compensationSumWarn == 1 || row.householdHeadWarn == 1 || row.waitFamilyNamesNoWarn == 1 || row.idCardWarn == 1 || row.waitFamilyAreaWarn == 1 || row.waitFamilyNamesWarn == 1 || row.subsidyAmountWarn == 1 || row.quarterPayAmountWarn == 1) { |
| | | if (row.areaWarn == 1 || row.compensationAmountWarn == 1 || row.compensationSumWarn == 1 || row.householdHeadWarn == 1 || row.waitFamilyNamesNoWarn == 1 || row.idCardWarn == 1 || row.waitFamilyAreaWarn == 1 || row.waitFamilyNamesWarn == 1 || row.subsidyAmountWarn == 1 || row.quarterPayAmountWarn == 1 || row.downPaymentAmountWarn == 1) { |
| | | return 'warning-row' |
| | | } |
| | | return '' |