diff --git a/src/components/face/Face.vue b/src/components/face/Face.vue index 59b74ba77b68fa54f1be554e95a59a610f87c4d4..3da3cf218230df3e7d90a5f1fccb6e54528a8027 100644 --- a/src/components/face/Face.vue +++ b/src/components/face/Face.vue @@ -17,47 +17,47 @@ 登录注册
- - - - - - + + + + + 登录 + + + + + + + 工号: + + + {{ d.workNo }} {{ d.realname }} + + + + + + 注册 + + + + +
- - - 拍照 - - - - 工号: - - - {{ d.workNo }} {{ d.realname }} - - - - - 注册 - - - 登录 - -
@@ -65,334 +65,338 @@ - + \ No newline at end of file diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue index d8c5737a018972efaa60df76ae4386dacd34175a..9277b06af427365a8fe5a38d5b4d20bae86ce909 100644 --- a/src/components/tools/UserMenu.vue +++ b/src/components/tools/UserMenu.vue @@ -26,30 +26,30 @@ - + + 欢迎您,{{ nickname() }} - - - - - - - - - - - - + 系统设置 diff --git a/src/views/jobManage/Toolbox.vue b/src/views/jobManage/Toolbox.vue index 70a0e2357b105378887c9f2934b7cc7e17c76158..d4b291f5422a62ba2e63bdfc7f4b4429cf56c734 100644 --- a/src/views/jobManage/Toolbox.vue +++ b/src/views/jobManage/Toolbox.vue @@ -175,6 +175,8 @@ export default { _this.applyLoading = false postAction(_this.url.add, parameter).then(res => { if (res.success) { + _this.operator = res.result.operator + _this.jobManageList[_this.index].operator = res.result.operator _this.$set(_this.jobManageList[_this.index], 'status', '1') _this.$message.success(_this.cabinetName + '中的' + _this.cabinetName + '已借出') document.getElementById(_this.cupboardDoor).style.backgroundColor = '#FF0000'