| | |
| | | v-if="scope.row.compensationSumWarn == 1" |
| | | placement="top" |
| | | > |
| | | <div slot="content">{{ "金额超出补偿标准" }}</div> |
| | | <div slot="content">{{ "补偿标准金额异常" }}</div> |
| | | <i |
| | | class="el-icon-warning-outline" |
| | | style="color: #e6a23c; margin-left: 5px" |
| | |
| | | placement="top" |
| | | > |
| | | <div slot="content">{{ "检测到多个购房情况,请人工核对" }}</div> |
| | | <i |
| | | class="el-icon-warning-outline" |
| | | style="color: #e6a23c; margin-left: 5px" |
| | | ></i> |
| | | <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> |
| | |
| | | v-if="scope.row.compensationSumWarn == 1" |
| | | placement="top" |
| | | > |
| | | <div slot="content">{{ "金额超出补偿标准" }}</div> |
| | | <div slot="content">{{ "补偿标准金额异常" }}</div> |
| | | <!-- <i |
| | | class="el-icon-warning-outline" |
| | | style="color: #e6a23c; margin-left: 5px" |
| | |
| | | <template> |
| | | <el-dialog :title="title" :visible.sync="visible" width="600px" @open="open" @close="" |
| | | <el-dialog :title="title" :visible.sync="visible" width="600px" @open="open" |
| | | :close-on-click-modal="false" append-to-body> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="120px"> |
| | | <el-form-item label="批次号" prop="batchNumber"> |
| | |
| | | }, |
| | | methods: { |
| | | open() { |
| | | console.log('333333333333333333',this.batchNumber) |
| | | this.form.batchNumber = JSON.parse(JSON.stringify(this.batchNumber)) |
| | | }, |
| | | handlehouseholdFileChange(file, fileList) { |
| | |
| | | </el-pagination> |
| | | </div> |
| | | |
| | | <export-money-applay :visible.sync="dialogVisible" @importPrice="importPrice" @close="dialogVisible = false" /> |
| | | <export-money-applay :batchNumber="null" :visible.sync="dialogVisible" @importPrice="importPrice" @close="dialogVisible = false" /> |
| | | <approval-dialog :visible.sync="approvalDialogVisible" :type="type" @audit-submit="auditSubmit" :placementBatchId="placementBatchId" @close="approvalDialogVisible = false" /> |
| | | </div> |
| | | </template> |