fix: bug#16280

This commit is contained in:
haodd 2023-07-13 11:54:06 +08:00
parent 7e3a5c57f7
commit 089a7efbd7
1 changed files with 1 additions and 9 deletions

View File

@ -337,7 +337,7 @@ import BatchUpdate from './components/BatchUpdate/index.vue';
import SaveModBus from './Save/SaveModBus.vue';
import SaveOPCUA from './Save/SaveOPCUA.vue';
import Scan from './Scan/index.vue';
import { colorMap } from '../data.ts';
import { colorMap } from '../data';
import { cloneDeep, isNumber, throttle } from 'lodash-es';
import { getWebSocket } from '@/utils/websocket';
import { map } from 'rxjs/operators';
@ -441,14 +441,6 @@ const columns = [
label: '运行中',
value: 'running',
},
{
label: '部分错误',
value: 'partialError',
},
{
label: '错误',
value: 'failed',
},
{
label: '已停止',
value: 'stopped',