mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化代码
This commit is contained in:
parent
c1786c305b
commit
7762d450dc
@ -67,6 +67,9 @@
|
||||
<th class="text-center"><span>
|
||||
<vc:i18n name='小时电价' namespace='chargeMachineManage'></vc:i18n>
|
||||
</span></th>
|
||||
<th class="text-center"><span>
|
||||
<vc:i18n name='状态' namespace='chargeMachineManage'></vc:i18n>
|
||||
</span></th>
|
||||
<!-- <th class="text-center"><span>
|
||||
<vc:i18n name='用量电价' namespace='chargeMachineManage'></vc:i18n>
|
||||
</span></th> -->
|
||||
@ -82,6 +85,8 @@
|
||||
<td class="text-center">{{chargeMachine.factoryName}}</td>
|
||||
<td class="text-center">{{chargeMachine.portCount || 0}}(<a href="javascript:void(0)" @click="_viewPort(chargeMachine)">查看</a>)</td>
|
||||
<td class="text-center">{{chargeMachine.durationPrice}}</td>
|
||||
<td class="text-center">{{chargeMachine.stateName}}</td>
|
||||
|
||||
<!-- <td class="text-center">{{chargeMachine.energyPrice}}</td> -->
|
||||
<td class="text-center">
|
||||
<div class="btn-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user