From 1ec2cedcf637fc210761cb28270a65009c9f7618 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:17 +0800
Subject: [PATCH] 维护
---
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