From 45f553e1c5f9d1b948c131fd42ca89d7910ffe03 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 24 九月 2024 18:24:20 +0800
Subject: [PATCH] 代码初始化
---
admin/src/views/platform/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/admin/src/views/platform/index.vue b/admin/src/views/platform/index.vue
index 7e712e4..052788a 100644
--- a/admin/src/views/platform/index.vue
+++ b/admin/src/views/platform/index.vue
@@ -389,6 +389,7 @@
this.$refs.PlatformQueuingRef.isShowModal = true
this.$refs.PlatformQueuingRef.activePlat = { ...item }
this.$refs.PlatformQueuingRef.getList()
+ this.$refs.PlatformQueuingRef.title = item.name
})
},
handleDetail () {
--
Gitblit v1.9.3