diff --git a/src/views/counter/components/screen.vue b/src/views/counter/components/screen.vue
index a22df40..0cd5317 100644
--- a/src/views/counter/components/screen.vue
+++ b/src/views/counter/components/screen.vue
@@ -41,7 +41,7 @@
Signal: {{lastItem.signal}}/31
- Power: {{lastItem.energy}}
+ Power: {{lastItem.energy.replace('%','')}}%
计数清零
-
+
diff --git a/src/views/counter/device.vue b/src/views/counter/device.vue
index 4effacd..812be60 100644
--- a/src/views/counter/device.vue
+++ b/src/views/counter/device.vue
@@ -89,15 +89,15 @@
:label="$t('counter.energy')"
min-width="100">
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
- {{scope.row.energy}}
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
+ {{scope.row.energy.replace('%','')}}%
<{{'10.0%'}}