diff --git a/src/views/homePage/components/setConfig/mappSet.vue b/src/views/homePage/components/setConfig/mappSet.vue index 2fad99a..2bc541c 100644 --- a/src/views/homePage/components/setConfig/mappSet.vue +++ b/src/views/homePage/components/setConfig/mappSet.vue @@ -243,7 +243,7 @@ export default { valueToStore = value * 60000; } if (key == "absHeartbeats") { - type = 1; // 布尔值转换为整数 + type = 0; // 布尔值转换为整数 valueToStore = this.secondsArray; } diff --git a/src/views/homePage/components/tableMain.vue b/src/views/homePage/components/tableMain.vue index 7630e57..a1d2608 100644 --- a/src/views/homePage/components/tableMain.vue +++ b/src/views/homePage/components/tableMain.vue @@ -224,22 +224,39 @@ > - - + + + + + + +