From f12c45e54d27f27886d8bc9ee96624979fa7de2e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 22 Aug 2022 18:39:25 +0800
Subject: [PATCH] Xiugai
---
src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue b/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue
index 36292ce..f75b427 100644
--- a/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue
+++ b/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue
@@ -60,7 +60,7 @@
<el-table-column prop="execUserName" label="执行人" show-overflow-tooltip></el-table-column>
<el-table-column property="taskStatus" label="任务状态">
<template #default="scope">
- <el-tag :type="scope.row.taskStatus === 1 ? 'info' : scope.row.taskStatus === 2 ? 'primary' : scope.row.taskStatus === 3 ? 'success' : 'danger'">
+ <el-tag :type="scope.row.taskStatus === 1 ? 'info' : scope.row.taskStatus === 2 ? '' : scope.row.taskStatus === 3 ? 'success' : 'danger'">
<span>
{{ parseNumber(scope.row.taskStatus, '任务状态') }}
</span>
@@ -170,12 +170,12 @@
}
},
workTypeList: [
- { id: 1, name: '日常任务' },
+ { id: 1, name: '单次任务' },
{ id: 2, name: '周期任务' }
],
resultStatusList: [
{ id: 0, name: '正常' },
- { id: 1, name: '异常' }
+ { id: 1, name: '存在异常' }
],
taskStatusList: [
{ id: 1, name: '待巡检' },
--
Gitblit v1.9.2