WXL
3 天以前 dc082351978a1e9f75d7a1471a0ca7ebeac552a5
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>