From f2fbb3b07155274408d68084e2d607760c765ad6 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 14 三月 2025 11:09:51 +0800
Subject: [PATCH] 前端跳转路由修改

---
 src/views/business/sample/index.vue |   49 ++-----------------------------------------------
 1 files changed, 2 insertions(+), 47 deletions(-)

diff --git a/src/views/business/sample/index.vue b/src/views/business/sample/index.vue
index 886ecb4..8858710 100644
--- a/src/views/business/sample/index.vue
+++ b/src/views/business/sample/index.vue
@@ -198,6 +198,7 @@
   upWarehouse
 } from "@/api/business/sample";
 export default {
+  name: 'Sample',
   components: {
     Detail
   },
@@ -541,19 +542,6 @@
 }
 </script>
 <style scoped>
-.title {
-  height: 60px;
-  line-height: 60px;
-}
-
-.search {
-  background-color: #fff;
-  height: 80px;
-  display: flex;
-  align-items: center;
-  position: relative;
-}
-
 .search_thing {
   display: flex;
   align-items: center;
@@ -577,19 +565,6 @@
   height: calc(100% - 60px - 80px - 10px - 40px);
   padding: 20px;
   overflow-y: auto;
-}
-
-.el-form-item {
-  margin-bottom: 16px;
-}
-
-.btns {
-  position: absolute;
-  right: 10px;
-  top: 25px;
-  display: flex;
-  align-items: center;
-  z-index: 9;
 }
 
 .tables {
@@ -624,7 +599,7 @@
   font-size: 12px;
   display: flex;
   align-items: center;
-  justify-content: start;
+  justify-content: flex-start;
   color: #333333;
   cursor: pointer;
   overflow: hidden; /*瓒呭嚭閮ㄥ垎闅愯棌*/
@@ -669,26 +644,6 @@
 
 .green .num {
   color: #34BD66;
-}
-
-.el-dialog {
-  position: relative;
-}
-
-.shaoma {
-  display: flex;
-  align-items: center;
-  font-size: 14px;
-  color: #3A7BFA;
-  position: absolute;
-  top: 23px;
-  right: 54px;
-  cursor: pointer;
-}
-
-.node_i {
-  color: orange;
-  font-size: 18px;
 }
 
 .custom-tree-node .el-button {

--
Gitblit v1.9.3