From ed9d972bee1d56c36f5cc2b9d5ee2042bcfb041a Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 10 Apr 2020 11:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=8A=E7=9A=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/OrganizationWorkspace.vue | 48 ++++++++++++------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue b/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue index c2a6cb3c21..c014c901bf 100644 --- a/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue +++ b/frontend/src/business/components/settings/organization/OrganizationWorkspace.vue @@ -9,7 +9,7 @@ @@ -20,13 +20,16 @@ @@ -93,8 +96,10 @@ @@ -118,10 +123,13 @@ - - + + - + - + - + @@ -167,7 +177,8 @@ - + { + this.result = this.$post("user/ws/member/add", param, () => { this.cellClick(this.currentWorkspaceRow); this.addMemberVisible = false; }) @@ -394,7 +408,7 @@ roleIds: this.memberForm.roleIds, workspaceId: this.currentWorkspaceRow.id } - this.result = this.$post("/workspace/member/update", param,() => { + this.result = this.$post("/workspace/member/update", param, () => { this.$message({ type: 'success', message: this.$t('commons.modify_success') @@ -472,8 +486,8 @@ } .member-size { - text-decoration:underline; - cursor:pointer; + text-decoration: underline; + cursor: pointer; } .member-title {