|
@@ -8,7 +8,7 @@
|
|
|
</view>
|
|
|
<view class="fleetInfo_top_right">
|
|
|
<view class="fleetInfo_name">{{fleetInfo.fleetName}}
|
|
|
- <!-- type 1队长 2队员 -->
|
|
|
+ <!-- type 1管理 2队员 -->
|
|
|
<image v-if="type == 1" src="../../static/images/riders/shezhi.png" mode=""
|
|
|
style="width: 26rpx;height: 26rpx;margin:10rpx 0 0 20rpx;"
|
|
|
@click="setUp('/pages/riders/addFleet')"></image>
|
|
@@ -169,7 +169,7 @@
|
|
|
id: this.fleetId,
|
|
|
type: 1
|
|
|
})
|
|
|
- } else if (num == 2) { //转移队长
|
|
|
+ } else if (num == 2) { //转移管理
|
|
|
this.$u.route(url, {
|
|
|
id: this.fleetId,
|
|
|
type: 2
|