From 1a95b0bb8d0f7a9f2a1d18c719f3a8b68f58fc2d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 20 三月 2024 10:36:36 +0800
Subject: [PATCH] 工单、考核结果发布按钮权限

---
 src/views/screen/components/screen-detection/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/screen/components/screen-detection/index.vue b/src/views/screen/components/screen-detection/index.vue
index 5c8d21f..714f076 100644
--- a/src/views/screen/components/screen-detection/index.vue
+++ b/src/views/screen/components/screen-detection/index.vue
@@ -28,7 +28,7 @@
 </template>
 
 <script>
-import WrapperTitle from '../wrapper-title/index'
+import WrapperTitle from '../wrapper-title/index';
 export default {
   components: {
     WrapperTitle

--
Gitblit v1.8.0