From d8a95c4b1553e577331b42b6548b4c960b10e99d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期六, 11 五月 2024 11:58:43 +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