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