This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{{ onlineStatus }}
|
||||
</view>
|
||||
<view v-else class="status-text">
|
||||
{{ status }}
|
||||
{{ networkStatus === 0 ? '停机' : '正常' }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -32,7 +32,7 @@
|
||||
deviceInfo: { type: Object, default: () => ({}) },
|
||||
onlineStatus: { type: String, default: '离线' },
|
||||
isDevice: { type: Boolean, default: true },
|
||||
status: { type: [String, Number], default: '' }
|
||||
networkStatus: { type: Number, default: 1 }
|
||||
});
|
||||
|
||||
// 默认头像
|
||||
|
||||
Reference in New Issue
Block a user