|
@@ -62,8 +62,8 @@
|
|
|
<el-table-column label="备注" align="center" prop="remark" />
|
|
|
<el-table-column v-if="isName == '0'" label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-check" @click="process(scope.row)" v-hasPermi="['community:req:edit']">已检</el-button>
|
|
|
- <el-button size="mini" type="text" icon="el-icon-tickets" @click="remarks(scope.row)" v-hasPermi="['community:req:edit']">未检</el-button>
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-check" @click="process(scope.row)" v-hasPermi="['community:req:edit']">已报平安</el-button>
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-tickets" @click="remarks(scope.row)" v-hasPermi="['community:req:edit']">未报平安</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
setUserStatus({ residentId, status: '1', remark: value }).then((response) => {
|
|
|
if (response.code == 200) {
|
|
|
this.$message({
|
|
|
- message: '报备成功',
|
|
|
+ message: '操作成功',
|
|
|
type: 'success'
|
|
|
});
|
|
|
this.getList();
|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
const { addrType, addrInterId } = this.queryParams;
|
|
|
this.download('/community/log/export-history', {
|
|
|
addrType, addrInterId, detectStatus: e
|
|
|
- }, `核酸检测历史${e == '0' ? '未检' : '已检'}记录_${new Date().getTime()}.xlsx`)
|
|
|
+ }, `关爱行动历史${e == '0' ? '未报平安' : '已报平安'}记录_${new Date().getTime()}.xlsx`)
|
|
|
}
|
|
|
},
|
|
|
};
|