flat: 暂存

This commit is contained in:
Apcallover
2024-07-12 09:45:38 +08:00
parent 9fc23371ed
commit 4ea31fc348
2 changed files with 28 additions and 8 deletions

View File

@@ -100,13 +100,13 @@
<!-- @click="serveLog(row)"--> <!-- @click="serveLog(row)"-->
<!-- >查看日志--> <!-- >查看日志-->
<!-- </el-button>--> <!-- </el-button>-->
<el-button type="text" <!-- <el-button type="text"-->
v-if="row.suspected === 0" <!-- v-if="row.suspected === 0"-->
icon="el-icon-circle-check" <!-- icon="el-icon-circle-check"-->
size="small" <!-- size="small"-->
@click="checkUserInfo(row)" <!-- @click="checkUserInfo(row)"-->
>剔除 <!-- >剔除-->
</el-button> <!-- </el-button>-->
<el-button type="text" <el-button type="text"
v-if="row.suspected === 1" v-if="row.suspected === 1"
icon="el-icon-circle-check" icon="el-icon-circle-check"

View File

@@ -175,7 +175,7 @@
title="审核" title="审核"
:back-btn-status="1" :back-btn-status="1"
submit-text=" " submit-text=" "
sub-title="请核对人员信息后再进行审核通过通过将在已认定人群可见驳回该用户将从人群中删除在人员服务日志中可见" sub-title="请核对人员信息后再进行审核通过驳回该用户将从人群中删除在人员服务日志中可见"
:tips="[ :tips="[
'人员信息描述不清晰或过于简单;', '人员信息描述不清晰或过于简单;',
'人员信息存在违法违规行为;', '人员信息存在违法违规行为;',
@@ -490,6 +490,26 @@ export default {
], ],
span: 24, span: 24,
}, },
{
label: "是否符合",
prop: "isConfirm",
type: 'select',
display: false,
dicData: [
{
value: -1,
label: "",
},
{
value: 0,
label: "否",
},
{
value: 1,
label: "是",
},
],
},
{ {
label: "经办时间", label: "经办时间",
prop: "aae036", prop: "aae036",