From 5455230326af3e930771fbb688536b3483f076b7 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 08 May 2024 16:33:55 +0800
Subject: [PATCH] 无诈调整

---
 src/views/home/index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index d0e34c5..1339d1b 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1,8 +1,11 @@
 <template>
   <div id="examine">
     <div class="examine_heard">
-      无诈场景系统
+      无诈认证系统
       <div class="e_h_right">
+        <button
+          style="margin-right: 10px; background-color: aliceblue; border: 0ch; border-radius: 5px; font-size: 20px;"
+          @click="openApproval">审批进度查询</button>
         <img src="http://nx.baibaodun.cn:80/assets/images/username-person.png" alt="" />
         <span>
           {{ userName }}
@@ -12,8 +15,7 @@
     </div>
     <div class="examine_body">
       <div class="title">
-        <h2>无诈场景信息提交</h2>
-        <button @click="openApproval">审批进度查询</button>
+        <!-- <h2>无诈场景信息提交</h2> -->
       </div>
       <div class="b_main">
         <!-- 卡片 -->

--
Gitblit v1.9.3