diff --git a/src/template/README.md b/src/template/README.md
index 5f41d454..3997be7e 100644
--- a/src/template/README.md
+++ b/src/template/README.md
@@ -1,2 +1,2 @@
-dialog 弹框标准模版
-表格模版参照 /views/userList/index.vue
+dialog 弹框标准模版
+table 表格模版
diff --git a/src/template/table.vue b/src/template/table.vue
new file mode 100644
index 00000000..62b3dbb0
--- /dev/null
+++ b/src/template/table.vue
@@ -0,0 +1,155 @@
+
+
+
+
diff --git a/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue
index 4881e532..f99bb014 100644
--- a/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue
+++ b/src/views/pms/voltageSags/monitoringPoint/online/eventStatistics/index.vue
@@ -30,7 +30,7 @@ import Zanjiangfenbutongji from './zanjiangfenbutongji/index.vue'
import Zanjiangfuzhigailvfenbu from './zanjiangfuzhigailvfenbu/index.vue'
import Chixushijiangailvfenbu from './chixushijiangailvfenbu/index.vue'
-const activeName = ref('6')
+const activeName = ref('1')
const height = mainHeight(84)
diff --git a/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue
index 381890af..e59cdd64 100644
--- a/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue
+++ b/src/views/pms/voltageSags/monitoringPoint/online/eventStudy/index.vue
@@ -1,10 +1,155 @@
-
diff --git a/src/views/pms/voltageSags/monitoringPoint/online/index.vue b/src/views/pms/voltageSags/monitoringPoint/online/index.vue
index 1f67935f..2d4ea6e1 100644
--- a/src/views/pms/voltageSags/monitoringPoint/online/index.vue
+++ b/src/views/pms/voltageSags/monitoringPoint/online/index.vue
@@ -32,7 +32,7 @@ defineOptions({
})
const monitoringPoint = useMonitoringPoint()
const height = mainHeight(82)
-const activeName = ref('2')
+const activeName = ref('3')
watch(
() => router.currentRoute.value.query.lineId,
(newLineId, oldLineId) => {