From b67f021d086a590a22f5c017a0da2797908a7c75 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Sun, 17 Mar 2024 20:47:46 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E9=82=80=E8=AF=B7=E7=A0=81=E6=9A=82?= =?UTF-8?q?=E5=AD=982?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/station/inviteCode.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/manage/station/inviteCode.vue b/src/views/manage/station/inviteCode.vue index cedf659..84f4fcd 100644 --- a/src/views/manage/station/inviteCode.vue +++ b/src/views/manage/station/inviteCode.vue @@ -38,8 +38,8 @@ append-to-body width="30%"> - - + + - - + + @@ -57,6 +57,9 @@ + + + 取 消 @@ -121,7 +124,10 @@ const curdOptions = { prop: 'isEnabled', slot: true, width: 100 - }] + },{ + label: '备注', + prop: 'remarks', + },] } const page = { pageSize: 10, @@ -202,7 +208,7 @@ export default { const companyName = this.enterpriseList.filter((item) => item.id === this.inviteCodeForm.inviteCompanyId)[0].companyName; let params = { ...this.inviteCodeForm, - companyName: companyName + companyName } let resData = await saveEnterpriseItem(params) if(resData.data.code === 200){