| | |
| | | </el-table-column> |
| | | <el-table-column prop="subsidyAmount" label="过渡补贴(万元)" min-width="180" key="table_A" align="center"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.subsidyAmount }} <el-tooltip v-if="scope.row.subsidyAmount == 1" class="item" |
| | | <span>{{ scope.row.subsidyAmount }} <el-tooltip v-if="scope.row.subsidyAmountWarn == 1" class="item" |
| | | effect="dark" content="过渡补贴金额数据异常" placement="top"> |
| | | <el-image style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../assets/logo/warning.png')" fit="fit"></el-image> |