Browse Source

物联卡管理查询

qymljy 2 năm trước cách đây
mục cha
commit
58f17614c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/system/IOT/iotcard/index.vue

+ 1 - 1
src/system/IOT/iotcard/index.vue

@@ -19,7 +19,7 @@
           {{data.record.data_remainamount ? data.record.data_remainamount + 'KB' : '0.0KB'}}
         </template>
         <template v-else-if="data.column.dataIndex === 'status'">
-          {{data.record.status ? '在线' : '离线'}}
+          {{data.record.status ||  ''}}
         </template>
         <template v-else-if="data.column.dataIndex === 'operation'">
           <a-button type="link" @click="toDetailPage(data.record)">详 情</a-button>