mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化1.6 拆分费用bug
This commit is contained in:
parent
5cd9a1bde4
commit
da2160d6ea
@ -50,7 +50,6 @@
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
// 合并已有商品和新添加商品
|
||||
resourceStores.push.apply(resourceStores, oldList);
|
||||
// 过滤空元素
|
||||
|
||||
@ -128,6 +128,9 @@
|
||||
<th class="text-center">
|
||||
<vc:i18n name="房屋号" namespace="listOwnerCar"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="车牌类型" namespace="listOwnerCar"></vc:i18n>
|
||||
</th>
|
||||
<th data-hide="phone" class="text-center">
|
||||
<vc:i18n name="车辆类型" namespace="listOwnerCar"></vc:i18n>
|
||||
</th>
|
||||
@ -210,6 +213,9 @@
|
||||
@click="_viewIotStateRemark(car)">{{car.iotStateName}}</a>)
|
||||
</span>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
{{car.remark || '-'}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<div class="btn-group" v-if="car.state != '3003' ">
|
||||
<button class="btn-white btn btn-xs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user