From 3398d39e115d3d6d56fbce6e663960dc8cda836c Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 8 Apr 2022 11:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=B0=83=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/apps/AppQyWxConfig/AppQyWxConfig.vue | 34 +++++++++++++++++------ 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/core/apps/AppQyWxConfig/AppQyWxConfig.vue b/core/apps/AppQyWxConfig/AppQyWxConfig.vue index 19a81a8f..35fee367 100644 --- a/core/apps/AppQyWxConfig/AppQyWxConfig.vue +++ b/core/apps/AppQyWxConfig/AppQyWxConfig.vue @@ -15,6 +15,14 @@ + + + - + 详情 删除 @@ -116,7 +124,6 @@ -
@@ -176,22 +183,31 @@ export default { ...mapState(['user']), colConfigs() { return [ - {prop: "name", label: "名称", width: 150}, + {slot: 'expand'}, + {prop: "name", label: "名称"}, {prop: "corpId", label: "企业微信ID", width: 180}, + {slot: "status",}, + {slot: "miniappStatus"}, + {prop: "createTime", label: "创建时间"}, + {slot: "options"}, + ] + }, + desConfigs() { + let isLine = true + return [ {prop: "corpAddressBookSecret", label: "企业微信通讯录SECRET", width: 200}, {prop: "corpAgentId", label: "企业微信AGENTID", width: 150}, - {prop: "corpSecret", label: "企业微信SECRET", width: 200}, + {prop: "corpSecret", label: "企业微信SECRET", isLine}, {prop: "corpToken", label: "企业微信TOKEN", width: 150}, {prop: "corpAeskey", label: "企业微信AESKEY", width: 150}, {prop: "miniappAppid", label: "小程序APPID", width: 150}, {prop: "miniappSecret", label: "小程序SECRET", width: 150}, + {prop: "areaId", label: "地区编码", width: 150, isLine}, {prop: "lat", label: "纬度", width: 100}, {prop: "lng", label: "经度", width: 100}, - {prop: "address", label: "中心点", width: 100}, - {slot: "status",}, - {slot: "miniappStatus",}, - {prop: "createTime", label: "创建时间", width: 150}, - {slot: "options"}, + {prop: "address", label: "中心点", width: 100, isLine}, + {prop: "webUrl", label: "管理端地址", width: 100}, + {prop: "dvcpUrl", label: "企微端地址", width: 100}, ] }, rules() {