|
|
@@ -11,7 +11,7 @@
|
|
|
<view class="device-box w100">
|
|
|
<view class="device-item" v-for="device in state.deviceList" :key="device.id" @click="handleClickDevice(device)">
|
|
|
<view class="device-item_header">
|
|
|
- <text>{{ device.deviceName }}</text>
|
|
|
+ <text>No.{{ device.shortId }}</text>
|
|
|
<text class="device-item_header-status">{{ fmtDictName('WashDevice.state', device.state) }}</text>
|
|
|
</view>
|
|
|
<view class="device-item_func">
|