mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化巡检点
This commit is contained in:
parent
a23d505a67
commit
6a798106e2
@ -31,7 +31,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="inspectionPoint in inspectionRoutePointManageInfo.inspectionRoutes">
|
||||
<tr v-for="inspectionPoint in inspectionRoutePointManageInfo.inspectionPoints">
|
||||
<td class="text-center">{{inspectionPoint.inspectionName}}</td>
|
||||
<td class="text-center">{{inspectionPoint.inspectionId}}</td>
|
||||
<td class="text-center">{{inspectionPoint.locationObjName}}</td>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
vc.extends({
|
||||
data:{
|
||||
inspectionRoutePointManageInfo:{
|
||||
inspectionRoutes:[],
|
||||
inspectionPoints:[],
|
||||
inspectionRouteId:'',
|
||||
total:0,
|
||||
records:1,
|
||||
@ -50,7 +50,7 @@
|
||||
var _inspectionRouteManageInfo=JSON.parse(json);
|
||||
vc.component.inspectionRoutePointManageInfo.total = _inspectionRouteManageInfo.total;
|
||||
vc.component.inspectionRoutePointManageInfo.records = _inspectionRouteManageInfo.records;
|
||||
vc.component.inspectionRoutePointManageInfo.inspectionPonits = _inspectionRouteManageInfo.inspectionPonits;
|
||||
vc.component.inspectionRoutePointManageInfo.inspectionPoints = _inspectionRouteManageInfo.inspectionPoints;
|
||||
vc.emit('pagination','init',{
|
||||
total:vc.component.inspectionRoutePointManageInfo.records,
|
||||
currentPage:_page
|
||||
|
||||
Loading…
Reference in New Issue
Block a user