From efec46c57dc43aff09e9355eca8517e378251bfa Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期四, 11 四月 2024 09:18:07 +0800
Subject: [PATCH] fix:修改查看更多路径

---
 src/views/screen/components/screen-data/index.vue    |    2 +-
 src/views/screen/components/screen-table/index.vue   |    2 +-
 src/views/screen/components/screen-examine/index.vue |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/screen/components/screen-data/index.vue b/src/views/screen/components/screen-data/index.vue
index 0b316b8..300142c 100644
--- a/src/views/screen/components/screen-data/index.vue
+++ b/src/views/screen/components/screen-data/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="data-container">
-    <wrapper-title :title="'宸ュ崟鏁版嵁'" :path="'/monitorServe/car'"></wrapper-title>
+    <wrapper-title :title="'宸ュ崟鏁版嵁'" :path="'/work-order-center/maintenance/work-order/work-order'"></wrapper-title>
 
     <div class="data-content">
       <div class="data-panel">
diff --git a/src/views/screen/components/screen-examine/index.vue b/src/views/screen/components/screen-examine/index.vue
index 5747188..8bdd44f 100644
--- a/src/views/screen/components/screen-examine/index.vue
+++ b/src/views/screen/components/screen-examine/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="examine-container">
-    <wrapper-title :title="'鑰冩牳鏁版嵁'" :path="'/examine/check-rule'"></wrapper-title>
+    <wrapper-title :title="'鑰冩牳鏁版嵁'" :path="'/examine/default'"></wrapper-title>
     <div class="examine-content">
 
       <div class="examine-wrapper">
diff --git a/src/views/screen/components/screen-table/index.vue b/src/views/screen/components/screen-table/index.vue
index 0629df0..01e715d 100644
--- a/src/views/screen/components/screen-table/index.vue
+++ b/src/views/screen/components/screen-table/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="table-container">
-    <wrapper-title :title="'鍖哄煙璁惧鏁版嵁'" :path="'/monitorServe/face'"></wrapper-title>
+    <wrapper-title :title="'鍖哄煙璁惧鏁版嵁'" :path="'/monitorServe/recovery'"></wrapper-title>
     <div class="table-content" ref="tabContent">
       <div class="table-wrapper">
         <el-table :data="tableData" border :height="tableHeight" :max-height="tableHeight" class="rank-table">

--
Gitblit v1.8.0