From 29c001df4595e846ca300fc50d807925dfd7ebc5 Mon Sep 17 00:00:00 2001
From: weikai <123456>
Date: Tue, 1 Dec 2020 19:01:40 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?=
=?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86=E3=80=91-=E3=80=90?=
=?UTF-8?q?=E7=94=A8=E6=88=B7=E6=A0=87=E7=AD=BE=20-=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=A0=87=E7=AD=BE=E3=80=91=E9=AD=8F=E5=87=AF?=
=?UTF-8?q?=202020-12-01?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/user/party-user-tag.vue | 1 -
.../modules/user/pass-authentication.vue | 20 +-
src/views/modules/user/user-tag1.vue | 181 ++++++++++++++++++
3 files changed, 200 insertions(+), 2 deletions(-)
create mode 100644 src/views/modules/user/user-tag1.vue
diff --git a/src/views/modules/user/party-user-tag.vue b/src/views/modules/user/party-user-tag.vue
index feb3600..454cde5 100644
--- a/src/views/modules/user/party-user-tag.vue
+++ b/src/views/modules/user/party-user-tag.vue
@@ -154,7 +154,6 @@ export default {
},
// 确定
dataFormSubmitHandle: debounce(function () {
- debugger
this.$refs['dataForm'].validate((valid) => {
if (!valid) {
return false
diff --git a/src/views/modules/user/pass-authentication.vue b/src/views/modules/user/pass-authentication.vue
index 52e9e42..aa54856 100644
--- a/src/views/modules/user/pass-authentication.vue
+++ b/src/views/modules/user/pass-authentication.vue
@@ -133,6 +133,9 @@
管理支部
+ 身份标签管理
查看
@@ -156,6 +159,10 @@
+
+
@@ -164,6 +171,7 @@
import mixinViewModule from '@/mixins/view-module'
import AddOrUpdate from './user-add-or-update'
import UserDetail from './user-detail'
+import UserTag from './user-tag1'
import UserGrid from './user-grid'
export default {
mixins: [mixinViewModule],
@@ -208,6 +216,7 @@ export default {
deptIdList: [],
options: [],
userDetailVisible: false,
+ userDetailVisible1: false,
userGridVisible: false,
streetOptions: [],
communityOptions: [],
@@ -386,11 +395,20 @@ export default {
e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
this.dataForm.mobile = e.target.value
},
+ partyReview(userId){
+ this.userDetailVisible1 = true
+ this.$nextTick(() => {
+ this.$refs.userDetail.dataForm.id = userId
+ this.$refs.userDetail.init()
+ })
+ }
},
components: {
AddOrUpdate,
UserDetail,
- UserGrid
+ UserGrid,
+ UserTag
}
+
}
diff --git a/src/views/modules/user/user-tag1.vue b/src/views/modules/user/user-tag1.vue
new file mode 100644
index 0000000..47409f2
--- /dev/null
+++ b/src/views/modules/user/user-tag1.vue
@@ -0,0 +1,181 @@
+
+
+
+
+ {{dataForm.realName}}
+
+
+ {{dataForm.mobile}}
+
+
+ {{dataForm.identityNo}}
+
+
+ {{dataForm.address}}
+
+
+ 否
+ 是
+
+
+ 是
+ 否
+
+
+ {{dataForm.remark}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('confirm') }}
+
+
+
+
+