diff --git a/src/views/modules/user/user.vue b/src/views/modules/user/user.vue
index 197ed8ff..47c529ac 100644
--- a/src/views/modules/user/user.vue
+++ b/src/views/modules/user/user.vue
@@ -68,15 +68,9 @@
{{ $t('query') }}
- {{ $t('export') }}
+ {{ $t('export') }}
-
- {{ $t('add') }}
-
-
- {{ $t('deleteBatch') }}
-
@@ -87,15 +81,11 @@
{{scope.$index+1}}
-
-
-
-
@@ -103,7 +93,6 @@
审核
-
@@ -116,8 +105,6 @@
@size-change="pageSizeChangeHandle"
@current-change="pageCurrentChangeHandle">
-
-
@@ -194,19 +181,12 @@
{{ $t('query') }}
- {{ $t('export') }}
+ {{ $t('export') }}
-
- {{ $t('add') }}
-
-
- {{ $t('deleteBatch') }}
-
-
@@ -215,23 +195,15 @@
-
-
+
-
-
-
-
@@ -310,15 +280,9 @@
{{ $t('query') }}
- {{ $t('export') }}
+ {{ $t('export') }}
-
- {{ $t('add') }}
-
-
- {{ $t('deleteBatch') }}
-
@@ -329,25 +293,15 @@
{{scope.$index+1}}
-
-
-
-
-
{})
},
setRegistTime () {
- console.log(this.time[0])
this.dataForm.startTime = this.time[0]
this.dataForm.endTime = this.time[1]
},
formatState: function (row, column) {
- console.log(row.state)
return row.state === '1' ? '审核通过' : row.state === '0' ? '待审核' : '审核未通过'
},
formatPartyFlag: function (row, column) {
- console.log(row.partyFlag)
- return row.partyFlag === '1' ? '党员' : row.state === '0' ? '不是党员' : '未知'
+ return row.partyFlag === '1' ? '是' : row.state === '0' ? '未知' : '否'
},
handleClick (tab, event) {
this.dataForm.streetId = ''
@@ -478,9 +420,7 @@ export default {
this.dataForm.startTime = ''
this.dataForm.endTime = ''
this.dataForm.isParty = ''
- this.dataForm.tabFlag = '0'
this.dataForm.auditState = ''
- console.log(tab, event)
if (this.tabFlag === '0') {
this.dataForm.auditState = 0
this.dataForm.isParty = ''
@@ -490,7 +430,6 @@ export default {
this.dataForm.auditState = 2
this.dataForm.isParty = ''
}
- console.log(this.dataForm.auditState)
this.getDataList()
}
},