From 25bcf1541e231adc9992fff9ae9c361e66e3d711 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期一, 11 九月 2023 23:14:52 +0800
Subject: [PATCH] 模块添加打印功能,查看详情的页面去掉上传功能

---
 ruoyi-ui/src/views/self/show.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/self/show.vue b/ruoyi-ui/src/views/self/show.vue
index 2889f83..0e2cf44 100644
--- a/ruoyi-ui/src/views/self/show.vue
+++ b/ruoyi-ui/src/views/self/show.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="app-container">
+  <div class="app-container" id="printable-content">
     <!--  鍒锋柊椤甸潰  -->
 <!--    <MyComponent :key="componentKey" />-->
     <!--    鍥炲埌椤堕儴-->
@@ -35,6 +35,7 @@
             size="mini"
             style=" width: 67px;height: 27px;background: #FFDDE3;
             border-radius: 7px 7px 7px 7px;opacity: 1; margin-left: 20px;"
+            v-print="'#printable-content'"
             v-hasPermi="['family:note:export']"
           >鎵撳嵃</el-button>
       </div>

--
Gitblit v1.9.1