Browse Source

设备列表展示设备名而非说明书名

任一存 2 năm trước cách đây
mục cha
commit
02c229b9bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/DeviceList.vue

+ 1 - 1
src/views/DeviceList.vue

@@ -61,7 +61,7 @@
                 :download="itemLevel4.fileName"
                 @click="onDownload(itemLevel4)"
               >
-                {{ itemLevel4.fileName }}
+                {{ itemLevel4.name }}
               </a>
               <router-link
                 v-else