diff --git a/spug_web/src/pages/alarm/contact/Table.js b/spug_web/src/pages/alarm/contact/Table.js
index 635bc8c..f88aa15 100644
--- a/spug_web/src/pages/alarm/contact/Table.js
+++ b/spug_web/src/pages/alarm/contact/Table.js
@@ -64,7 +64,7 @@ class ComTable extends React.Component {
(
store.showForm(info)}>编辑
- this.handleDelete(info)}>删除
+ this.handleDelete(info)}>删除
)}/>
)}
diff --git a/spug_web/src/pages/alarm/group/Table.js b/spug_web/src/pages/alarm/group/Table.js
index 02478ad..0ee46ac 100644
--- a/spug_web/src/pages/alarm/group/Table.js
+++ b/spug_web/src/pages/alarm/group/Table.js
@@ -84,7 +84,7 @@ class ComTable extends React.Component {
(
store.showForm(info)}>编辑
- this.handleDelete(info)}>删除
+ this.handleDelete(info)}>删除
)}/>
)}
diff --git a/spug_web/src/pages/monitor/Table.js b/spug_web/src/pages/monitor/Table.js
index e144cc3..0553a28 100644
--- a/spug_web/src/pages/monitor/Table.js
+++ b/spug_web/src/pages/monitor/Table.js
@@ -73,13 +73,13 @@ class ComTable extends React.Component {
showTotal: total => `共 ${total} 条`,
pageSizeOptions: ['10', '20', '50', '100']
}}>
-
+
`${value}分钟`}/>
{
if (info.is_active) {
- return 已激活
+ return 已激活
} else {
return 未激活
}
@@ -93,7 +93,8 @@ class ComTable extends React.Component {
this.handleActive(info)}>{info['is_active'] ? '禁用' : '启用'}
store.showForm(info)}>编辑
- this.handleDelete(info)}>删除
+ this.handleDelete(info)}>删除
)}/>
)}
diff --git a/spug_web/src/pages/schedule/Table.js b/spug_web/src/pages/schedule/Table.js
index f0e8cb4..6ae1ac2 100644
--- a/spug_web/src/pages/schedule/Table.js
+++ b/spug_web/src/pages/schedule/Table.js
@@ -35,7 +35,7 @@ class ComTable extends React.Component {
- this.handleDelete(info)}>删除
+ this.handleDelete(info)}>删除
);