Browse Source

更多主要设备卡片,名称字段修改

yunxing 4 years ago
parent
commit
52776a32d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/equipmentFacilities/index.vue

+ 1 - 1
src/views/equipmentFacilities/index.vue

@@ -670,7 +670,7 @@ export default {
             let moreCardList = res.data
             moreCardList.map((item) => {
                 item.total = item.asset_num // card 第二行台数
-                item.name = item.category_name //card 第一行名称
+                item.name = item.type_name //card 第一行名称
                 // 设备卡片单位处理
                 if (item.name === '屋面logo') {
                     item.unit = '个'