From e8163f9d19299773cf4b29d881749dfda7b4ef3a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 12 四月 2024 12:12:05 +0800
Subject: [PATCH] mrshi

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

diff --git a/admin/src/views/index.vue b/admin/src/views/index.vue
index 81d1978..2d28484 100644
--- a/admin/src/views/index.vue
+++ b/admin/src/views/index.vue
@@ -88,7 +88,7 @@
             label="澶勭悊"
             width="80">
             <template slot-scope="scope">
-              <el-button type="text" @click="departure(scope.row.id)">绂诲満</el-button>
+              <el-button type="text" @click="departure(scope.row.id)" v-if="scope.row.outStatus === 1">绂诲巶</el-button>
             </template>
           </el-table-column>
         </el-table>

--
Gitblit v1.9.3