兴安出门证优化
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user