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