From d6f78e9c81878c41ebc5150206228047a7e03f50 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 19 Jul 2021 21:23:36 +0800
Subject: [PATCH] 巡逻路线绑定修改
---
src/views/examination/examination.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/examination/examination.vue b/src/views/examination/examination.vue
index 4d9edd7..610dd34 100644
--- a/src/views/examination/examination.vue
+++ b/src/views/examination/examination.vue
@@ -47,7 +47,7 @@
<template slot-scope="{ row }"
slot="examination_type">
<el-tag>{{
- row.examination_type == "0" ? "正常" : row.examination_type == "1" ? "异常" : "异常"
+ row.examination_type == "0" ? "正常" : row.examination_type == "1" ? "异常" : "正常"
}}
</el-tag>
</template>
--
Gitblit v1.9.3