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 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue b/src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue
index 008e90c..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: '待巡检' },
@@ -339,7 +339,7 @@
<style scoped lang="scss">
$homeNavLengh: 8;
.home-container {
- height: calc(100vh - 114px);
+ height: calc(100vh - 144px);
box-sizing: border-box;
overflow: hidden;
.homeCard {
--
Gitblit v1.9.2