| | |
| | | > |
| | | <div slot="content">{{ "身份证不在安置库" }}</div> |
| | | <el-image |
| | | style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></el-image> |
| | | style="width: 12px; height: 12px; margin-left: 5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></el-image> |
| | | </el-tooltip> |
| | | <el-tooltip v-if="scope.row.idCardNoWarn == 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> |
| | | style="width: 12px; height: 12px; margin-left: 5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></el-image> |
| | | </el-tooltip> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | > |
| | | <div slot="content">{{ "身份信息存在重复数据" }}</div> |
| | | <el-image |
| | | style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></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> |
| | |
| | | > |
| | | <div slot="content">{{ "应补偿面积数据异常" }}</div> |
| | | <el-image |
| | | style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></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> |
| | |
| | | > |
| | | <div slot="content">{{ "季度款金额异常" }}</div> |
| | | <el-image |
| | | style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></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> |
| | |
| | | > |
| | | <div slot="content">{{ "过度补贴数据异常" }}</div> |
| | | <el-image |
| | | style="width: 12px; height: 12px;margin-left:5px" |
| | | :src="require('../../../assets/logo/warning.png')" |
| | | :fit="fit" |
| | | ></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> |
| | |
| | | |
| | | const params = { |
| | | applyId: Number(this.id), // 确保是数字类型 |
| | | reason: this.form.auditComment.trim()||'', |
| | | reason: this.form.auditComment ? this.form.auditComment.trim() : "", |
| | | status: Number(this.form.auditResult === "通过" ? 1 : 2), // 确保是数字类型 |
| | | }; |
| | | |