Browse Source

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

任一存 2 years ago
parent
commit
02c229b9bf
1 changed files with 1 additions and 1 deletions
  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