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){