From dc082351978a1e9f75d7a1471a0ca7ebeac552a5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 01 六月 2026 11:07:50 +0800
Subject: [PATCH] opo维护
---
src/views/business/decide/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/business/decide/index.vue b/src/views/business/decide/index.vue
index 9ccf9f2..48a0536 100644
--- a/src/views/business/decide/index.vue
+++ b/src/views/business/decide/index.vue
@@ -175,9 +175,9 @@
<template slot-scope="scope">
<el-tag
v-if="scope.row.deathreason"
- :type="getDeathReasonTagType(scope.row.deathreason)"
+ type="danger"
>
- {{ getDeathReasonText(scope.row.deathreason) }}
+ {{ scope.row.deathreason }}
</el-tag>
<span v-else>-</span>
</template>
@@ -226,7 +226,7 @@
>
<template slot-scope="scope">
<el-tag v-if="scope.row.heartdeathreason" type="danger">
- {{ getHeartDeathReasonText(scope.row.heartdeathreason) }}
+ {{ scope.row.heartdeathreason }}
</el-tag>
<span v-else>-</span>
</template>
--
Gitblit v1.9.3