-
+
{{ t('sys.login.signInTitle') }}
-
+
diff --git a/src/views/onlineAnalysis/arguments/index.vue b/src/views/onlineAnalysis/arguments/index.vue
index 3013b12..844308e 100644
--- a/src/views/onlineAnalysis/arguments/index.vue
+++ b/src/views/onlineAnalysis/arguments/index.vue
@@ -35,12 +35,12 @@
},
immediate: true,
columns: columns,
- actionColumn: {
- width: 300,
- title: '操作',
- key: 'action',
- fixed: 'right',
- },
+ // actionColumn: {
+ // width: 300,
+ // title: '操作',
+ // key: 'action',
+ // fixed: 'right',
+ // },
});
//新增编辑弹窗
//详情,跳转
diff --git a/src/views/onlineAnalysis/io/data.ts b/src/views/onlineAnalysis/io/data.ts
index d53bd88..f26b404 100644
--- a/src/views/onlineAnalysis/io/data.ts
+++ b/src/views/onlineAnalysis/io/data.ts
@@ -18,7 +18,7 @@ export const columns: BasicColumn[] = [
},
{
title: '故障结束时间',
- dataIndex: 'faulteEndDate',
+ dataIndex: 'faultEndDate',
},
{
title: '运维响应时间',
diff --git a/src/views/onlineAnalysis/io/index.vue b/src/views/onlineAnalysis/io/index.vue
index 97426ef..5cf2332 100644
--- a/src/views/onlineAnalysis/io/index.vue
+++ b/src/views/onlineAnalysis/io/index.vue
@@ -35,12 +35,12 @@
},
immediate: true,
columns: columns,
- actionColumn: {
- width: 300,
- title: '操作',
- key: 'action',
- fixed: 'right',
- },
+ // actionColumn: {
+ // width: 300,
+ // title: '操作',
+ // key: 'action',
+ // fixed: 'right',
+ // },
});
//新增编辑弹窗
//详情,跳转
diff --git a/src/views/onlineAnalysis/net/index.vue b/src/views/onlineAnalysis/net/index.vue
index 9a75c19..a642898 100644
--- a/src/views/onlineAnalysis/net/index.vue
+++ b/src/views/onlineAnalysis/net/index.vue
@@ -43,12 +43,12 @@
},
immediate: true,
columns: columns,
- actionColumn: {
- width: 300,
- title: '操作',
- key: 'action',
- fixed: 'right',
- },
+ // actionColumn: {
+ // width: 300,
+ // title: '操作',
+ // key: 'action',
+ // fixed: 'right',
+ // },
});
//新增编辑删除
const handleDelete = async (id: any) => {
diff --git a/src/views/onlineAnalysis/zero/index.vue b/src/views/onlineAnalysis/zero/index.vue
index 569ef7e..439e77c 100644
--- a/src/views/onlineAnalysis/zero/index.vue
+++ b/src/views/onlineAnalysis/zero/index.vue
@@ -35,12 +35,12 @@
},
immediate: true,
columns: columns,
- actionColumn: {
- width: 300,
- title: '操作',
- key: 'action',
- fixed: 'right',
- },
+ // actionColumn: {
+ // width: 300,
+ // title: '操作',
+ // key: 'action',
+ // fixed: 'right',
+ // },
});
//新增编辑弹窗
//详情,跳转