From 15ffaf2a97e7f56c8c86e3b8cf4d53ae76d451d7 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Thu, 8 Sep 2022 22:55:19 +0800 Subject: [PATCH] test --- .../src/views/proxy/portMapping.vue | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/neutrino-proxy-admin/src/views/proxy/portMapping.vue b/neutrino-proxy-admin/src/views/proxy/portMapping.vue index 9e307f8d..3730df9a 100644 --- a/neutrino-proxy-admin/src/views/proxy/portMapping.vue +++ b/neutrino-proxy-admin/src/views/proxy/portMapping.vue @@ -89,7 +89,16 @@ :width="280" :disabled="dialogStatus==='update'" /> - + @@ -197,7 +206,11 @@ clientIp: [{ required: true, message: '请输入客户端IP', trigger: 'blur' }], clientPort: [{ required: true, message: '请输入客户端端口', trigger: 'blur' }] }, - downloadLoading: false + downloadLoading: false, + countryColumns: [ + { prop: 'userName', label: '用户名', align: 'center' }, + { prop: 'name', label: 'License', align: 'center' } + ] } }, filters: { @@ -342,10 +355,9 @@ } }) }, - selectedFeeItem(list) { - console.log(list) - this.temp.licenseId = list.id - this.temp.licenseName = list.name + selectedFeeItem(row, list) { + this.temp.licenseId = row.id + this.temp.licenseName = row.name }, handleDelete(row) { this.$confirm('确定要删除吗?', '提示', {