Commit cd4bf5cf authored by jiaorz's avatar jiaorz

fsa

parent 33cf5d53
...@@ -337,12 +337,12 @@ export const asyncRouterMap = [{ ...@@ -337,12 +337,12 @@ export const asyncRouterMap = [{
name: '车辆排班管理', name: '车辆排班管理',
authority: 'bookRecord' authority: 'bookRecord'
}, },
{ // {
path: 'bookingManagement', // path: 'bookingManagement',
component: _import('vehicle/smallProgram/bookingManagement'), // component: _import('vehicle/smallProgram/bookingManagement'),
name: '小程序车辆申请管理', // name: '小程序车辆申请管理',
authority: 'bookingManagement' // authority: 'bookingManagement'
}, // },
{ {
path: 'vehicleWarningMsg', path: 'vehicleWarningMsg',
component: _import('vehicle/vehicleWarningMsg/index'), component: _import('vehicle/vehicleWarningMsg/index'),
......
...@@ -535,6 +535,9 @@ ...@@ -535,6 +535,9 @@
* */ * */
toShowDialog(item, iitem, ii){ toShowDialog(item, iitem, ii){
// <!--bookType 1-租车、2-分公司使用、3-维修、4、展览、5、旅游、6、保养、7、预约中、8、禁用、9、客户用车、10、其他--> // <!--bookType 1-租车、2-分公司使用、3-维修、4、展览、5、旅游、6、保养、7、预约中、8、禁用、9、客户用车、10、其他-->
if (!item.mileageLastUpdate) {
item.mileageLastUpdate = 0
}
if(!ii.bg){ if(!ii.bg){
//空白-可安排用车 //空白-可安排用车
if(item.vehicleModel==undefined){ if(item.vehicleModel==undefined){
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="公里数"> <el-form-item label="公里数">
<span>{{currentItem.item.maintenanceMileage}}km</span> <span>{{currentItem.item.mileageLastUpdate}}km</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment