兴安出门证优化

This commit is contained in:
zc
2025-08-08 17:44:51 +08:00
parent d08dbd48c3
commit 9c0f7a1d19
3 changed files with 23 additions and 8 deletions

View File

@@ -150,11 +150,11 @@
</el-table-column>
<el-table-column label="审核状态" align="center" prop="examine" width="180">
<template slot-scope="scope">
<template v-if="scope.row.examine.examine == null">未审核</template>
<template v-else>
<template v-if="scope.row.examine.examine == 0">通过</template>
<template v-else-if="scope.row.examine.examine == 1">驳回</template>
</template>
<template v-if="scope.row.examineState === '0'">通过</template>
<template v-if="scope.row.examineState === '1'">驳回</template>
<template v-if="scope.row.examineState === '2'">审核中</template>
<template v-if="scope.row.examineState === '4'">已取消</template>
<template v-if="scope.row.examineState === '5'">已失效</template>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
@@ -545,7 +545,7 @@ export default {
if(reg.test(val)){
setTimeout(() => {
this.phoneToPerson(val)
},80)
},80)
}
},
// 取消按钮
@@ -642,7 +642,7 @@ export default {
this.$modal.msgError('随访人相关信息不能为空!');
this.subFlag = 0;
}
})
})
}else{
this.subFlag = 1;
}