diff --git a/src/views/backstage/personList.vue b/src/views/backstage/personList.vue index 0b987e8..9b99dd1 100644 --- a/src/views/backstage/personList.vue +++ b/src/views/backstage/personList.vue @@ -453,11 +453,7 @@ } this.editStatus = true this.dialogVisible = true - // const roleMap = { - // '普通员工': '1397015476211346433', - // '管理员': '1319814546311985641' - // } - this.form = row + this.form = Object.assign({}, row) }, changeRole(e) { console.log(e) diff --git a/src/views/backstage/personList.vue b/src/views/backstage/personList.vue index 0b987e8..9b99dd1 100644 --- a/src/views/backstage/personList.vue +++ b/src/views/backstage/personList.vue @@ -453,11 +453,7 @@ } this.editStatus = true this.dialogVisible = true - // const roleMap = { - // '普通员工': '1397015476211346433', - // '管理员': '1319814546311985641' - // } - this.form = row + this.form = Object.assign({}, row) }, changeRole(e) { console.log(e) diff --git a/src/views/backstage/visitList.vue b/src/views/backstage/visitList.vue index 08ff78e..62f443f 100644 --- a/src/views/backstage/visitList.vue +++ b/src/views/backstage/visitList.vue @@ -185,9 +185,9 @@ }, { text: '访问时间', - value: 'inTime', + value: 'visitDate', align: 'center', - width: 150 + width: 300 }, { text: '申请者证件编号', diff --git a/src/views/backstage/personList.vue b/src/views/backstage/personList.vue index 0b987e8..9b99dd1 100644 --- a/src/views/backstage/personList.vue +++ b/src/views/backstage/personList.vue @@ -453,11 +453,7 @@ } this.editStatus = true this.dialogVisible = true - // const roleMap = { - // '普通员工': '1397015476211346433', - // '管理员': '1319814546311985641' - // } - this.form = row + this.form = Object.assign({}, row) }, changeRole(e) { console.log(e) diff --git a/src/views/backstage/visitList.vue b/src/views/backstage/visitList.vue index 08ff78e..62f443f 100644 --- a/src/views/backstage/visitList.vue +++ b/src/views/backstage/visitList.vue @@ -185,9 +185,9 @@ }, { text: '访问时间', - value: 'inTime', + value: 'visitDate', align: 'center', - width: 150 + width: 300 }, { text: '申请者证件编号', diff --git a/src/views/system/user/listUser.vue b/src/views/system/user/listUser.vue index badb572..c123cd7 100644 --- a/src/views/system/user/listUser.vue +++ b/src/views/system/user/listUser.vue @@ -72,6 +72,9 @@ :columns="columns" :query="listQuery" :list-loading="listLoading" + :toolsOption="{ + needCheckBox:false + }" size="small" @change="changePage" >