Browse Source

状态更改

wang xiao 1 năm trước cách đây
mục cha
commit
eca378a235
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/Iot/thirdDevice/index.vue

+ 1 - 1
src/pages/Iot/thirdDevice/index.vue

@@ -23,7 +23,7 @@
     </template>
     <template #render="{column, record}" >
       <template v-if="column.key === 'onLineState'">
-        {{record.onLineState == 0 ? '离线' : '在线'}}
+        {{record.onLineState == 2 ? '在线' : '离线'}}
       </template>
       <template v-if="column.key === 'action'" >
         <a-space>