diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue
index e9bf84f9..e8425192 100644
--- a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue
+++ b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue
@@ -112,6 +112,7 @@
v-loading="dataListLoading"
:data="dataList"
border
+ :row-key="row => { return row.id.toString() }"
:header-cell-style="{ background: '#2195FE', color: '#FFFFFF' }"
style="width: 100%; height: 564px"
>
@@ -112,12 +113,6 @@
type="index"
width="50"
>
-
-
-
-
-
-