소스 검색

样式修改

skyline 1 년 전
부모
커밋
4b8cadff04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages-wash/station/index.vue

+ 1 - 1
src/pages-wash/station/index.vue

@@ -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">