mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化代码
This commit is contained in:
parent
1ede7e955d
commit
7213a7a34d
@ -121,8 +121,7 @@
|
||||
<tr v-for="carIn in carInManageInfo.carIns">
|
||||
<td class="text-center">{{carIn.ciId}}</td>
|
||||
<td class="text-center">{{carIn.stateName}}</td>
|
||||
<td class="text-center" @click="editCarInfoCarNum(carIn)">{{carIn.carNum}}
|
||||
<span class="fa fa-edit"></span>
|
||||
<td class="text-center" >{{carIn.carNum}}
|
||||
</td>
|
||||
<td class="text-center">{{carIn.paNum}}</td>
|
||||
<td class="text-center" >{{carIn.feeName}}</td>
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
<div class="ibox">
|
||||
<div class="ibox-title">
|
||||
<h5>
|
||||
<vc:i18n name="进场记录" namespace="carInoutManage"></vc:i18n>
|
||||
<vc:i18n name="进出场记录" namespace="carInoutManage"></vc:i18n>
|
||||
</h5>
|
||||
<div class="ibox-tools" style="top:10px;"></div>
|
||||
</div>
|
||||
@ -142,10 +142,9 @@
|
||||
</td>
|
||||
<td class="text-center">{{carIn.carNum}}
|
||||
</td>
|
||||
<td class="text-center">{{carIn.areaNum}}</td>
|
||||
<td class="text-center" @click="_viewTempFeeConfigInOutCar(carIn.configId)">
|
||||
<td class="text-center">{{carIn.paNum}}</td>
|
||||
<td class="text-center">
|
||||
{{carIn.feeName}}
|
||||
<span class="fa fa-info-circle"></span>
|
||||
</td>
|
||||
<td class="text-center">{{carIn.carTypeName}}</td>
|
||||
<td class="text-center">{{carIn.inTime}}</td>
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
let _json = JSON.parse(json);
|
||||
$that.carInoutManageInfo.total = _json.total;
|
||||
$that.carInoutManageInfo.records = _json.records;
|
||||
$that.carInoutManageInfo.carInouts = _json.carInouts;
|
||||
$that.carInoutManageInfo.carInouts = _json.data;
|
||||
vc.emit('pagination', 'init', {
|
||||
total: $that.carInoutManageInfo.records,
|
||||
dataCount: $that.carInoutManageInfo.total,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user