From 9bd1fda76fd5dcbf8c7d829076cf789287602b2c Mon Sep 17 00:00:00 2001
From: EarlySummer <785383749@qq.com>
Date: Sun, 16 Mar 2025 04:20:42 +0000
Subject: [PATCH] =?UTF-8?q?update=20src/views/chart/ContentHeader/headerRi?=
=?UTF-8?q?ghtBtn/index.vue.=20=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=8F=91=E5=B8=83=E5=A4=B1=E6=95=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: EarlySummer <785383749@qq.com>
---
.../ContentHeader/headerRightBtn/index.vue | 192 +++++++++++++-----
1 file changed, 144 insertions(+), 48 deletions(-)
diff --git a/src/views/chart/ContentHeader/headerRightBtn/index.vue b/src/views/chart/ContentHeader/headerRightBtn/index.vue
index c37f775d..88704fa9 100644
--- a/src/views/chart/ContentHeader/headerRightBtn/index.vue
+++ b/src/views/chart/ContentHeader/headerRightBtn/index.vue
@@ -1,30 +1,98 @@
-
-
+
+
- {{ item.title }}
+ {{ item.title() }}
+
+
+
+
+
+
+ 发布管理
+
+
+
+
+
+
+
+
+
+ {{ previewPath() }}
+
+
+
+ 复制地址
+
+
+ {{ release ? '取消发布' : '发布大屏' }}
+
+
+
+
+
+
+
+ 关闭弹窗
+
+
+
+
--
Gitee