From a4d4a7c8db6cbd2ca9e395fa2a194631db204a1a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 10 五月 2024 16:12:04 +0800
Subject: [PATCH] 代码初始化
---
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