From 8e2a42e4a2da78f9cda9fa3e7732a0ef72f0c906 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 12 Nov 2021 09:29:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/securityGuard/securityGuard.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index facef62..2de38c8 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -70,7 +70,7 @@
type="primary"
size="small"
plain
- v-if="permission.securityGuard_security_apply"
+ v-if="permission.securityGuard_security_paper_apply"
icon="el-icon-collection-tag"
@click="handleSecurityPaperApply"
>证书制证申请
@@ -920,12 +920,12 @@
prop: "address",
},
{
- label: "住址",
+ label: "身份证住址",
prop: "registered",
rules: [
{
required: true,
- message: "请输入住址",
+ message: "请输入身份证住址",
trigger: "click",
},
],
@@ -1462,7 +1462,7 @@
this.certificateObj.registered == "" ||
this.certificateObj.registered == null
) {
- this.$message({ message: "请完善住址信息", type: "warning" });
+ this.$message({ message: "请完善身份证住址信息", type: "warning" });
return;
}
//更新发证时间
--
Gitblit v1.9.3