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>