Your Name
2022-08-22 f12c45e54d27f27886d8bc9ee96624979fa7de2e
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: '待巡检' },