From fb9cd1614a99e1fd30899d111772dc3331c52c7c Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 10 Aug 2023 14:40:46 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20applet=20=E6=B7=BB=E5=8A=A0=20entperpis?= =?UTF-8?q?e=20=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Applet/Applet/AppletDetail/Detail.vue | 2 +- .../Applet/Applet/components/CardTable.vue | 31 ++++++++++++++++--- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/src/views/settings/Applet/Applet/AppletDetail/Detail.vue b/src/views/settings/Applet/Applet/AppletDetail/Detail.vue index 0f2352129..ed328ad16 100644 --- a/src/views/settings/Applet/Applet/AppletDetail/Detail.vue +++ b/src/views/settings/Applet/Applet/AppletDetail/Detail.vue @@ -87,7 +87,7 @@ export default { /> } }, - 'edition', 'can_concurrent', + 'enterprise', 'can_concurrent', 'date_created', 'date_updated', 'comment' ] } diff --git a/src/views/settings/Applet/Applet/components/CardTable.vue b/src/views/settings/Applet/Applet/components/CardTable.vue index f4ac8376d..53382f136 100644 --- a/src/views/settings/Applet/Applet/components/CardTable.vue +++ b/src/views/settings/Applet/Applet/components/CardTable.vue @@ -15,6 +15,7 @@ shadow="hover" @click.native="onView(d)" > + 企业版 @@ -22,10 +23,14 @@
{{ d.display_name }} - {{ d.version }} + + {{ d.version }} +
- +
+ {{ d.comment }} +
{{ capitalize(tag) }} @@ -46,7 +51,7 @@