From e1b028d486713eaf55aaf35fbf334aa568059c0d Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 14 四月 2026 15:46:54 +0800
Subject: [PATCH] 项目复制

---
 src/views/components/returnBtn.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/views/components/returnBtn.vue b/src/views/components/returnBtn.vue
new file mode 100644
index 0000000..2510485
--- /dev/null
+++ b/src/views/components/returnBtn.vue
@@ -0,0 +1,17 @@
+<template>
+  <el-button text class="pl-0 pr-2" @click="goBack">
+    <el-row align="middle">
+      <Icon icon="icon-park-outline:left" width="22" height="22"  style="color: black" />
+      <el-text class="ml-1 text-lg font-medium" style="line-height: 25px;">杩斿洖</el-text>
+    </el-row>
+  </el-button>
+</template>
+<script>
+export default {
+  methods: {
+    goBack() {
+      this.$router.go(-1)
+    }
+  }
+}
+</script>
\ No newline at end of file

--
Gitblit v1.8.0