Commit f11dce55 by iambtr

修改收车为交车

parent 2dc54494
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
<view>{{pointArray[pointIndex].companyName}}</view> <view>{{pointArray[pointIndex].companyName}}</view>
</picker> </picker>
</view> </view>
<button class='sure' catchtap='surePoint'>开始车</button> <button class='sure' catchtap='surePoint'>开始车</button>
...@@ -88,7 +88,7 @@ Page({ ...@@ -88,7 +88,7 @@ Page({
}) })
wx.setNavigationBarTitle({ wx.setNavigationBarTitle({
title: `${role==1?"录车":"收车"}操作员:${user.name}` title: `${role==1?"录车":"交车"}操作员:${user.userName}`
}) })
}, },
onUnload() { onUnload() {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class='con'> <view class='con'>
<view class='tab-header'> <view class='tab-header'>
<view class='main' catchtap='tabCarMenu'> <view class='main' catchtap='tabCarMenu'>
<view class='item {{tab===""? "active":""}}'>{{role==1?"录入":"收车"}}</view> <view class='item {{tab===""? "active":""}}'>{{role==1?"录车":"交车"}}</view>
<view class='item {{tab==="tab"? "active":""}}' id='tab'>列表 {{carLists.length>0?carLists.length+'台':''}}</view> <view class='item {{tab==="tab"? "active":""}}' id='tab'>列表 {{carLists.length>0?carLists.length+'台':''}}</view>
</view> </view>
</view> </view>
......
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