0905
This commit is contained in:
parent
a9df2d12c6
commit
afbc9305ad
@ -260,7 +260,7 @@
|
||||
}
|
||||
let data = {
|
||||
realName: this.staff.nickname,
|
||||
phonenumber: this.staff.mobile,
|
||||
// phonenumber: this.staff.mobile,
|
||||
age: this.staff.age,
|
||||
sex: this.staff.sex,
|
||||
staffType: this.staff.staffType,
|
||||
|
@ -6,8 +6,9 @@
|
||||
<view style="display: flex; justify-content: start;">
|
||||
<image class="logo-icon" src="@/static/leftLogo.png" mode="scaleToFill">
|
||||
|
||||
<view class="top-two">
|
||||
|
||||
</image>
|
||||
<view class="top-two">
|
||||
<view class="user-info">
|
||||
<view class="user-name">{{ userinfo.nickname || '用户昵称'}}</view>
|
||||
<view class="user-position" v-if="highestWeightRoleName">{{ highestWeightRoleName }}</view>
|
||||
@ -23,8 +24,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="top-menu">
|
||||
<view class="top-menu-item" :key="index" v-for="(item, index) in topMenuList" @click="goToMenuPage(item)"
|
||||
v-if="checkPermi(['rescue_home_page'])">
|
||||
<view class="top-menu-item" :key="index" v-for="(item, index) in topMenuList"
|
||||
@click="goToMenuPage(item)" v-if="checkPermi(['rescue_home_page'])">
|
||||
<image class="top-menu-item-icon" :src="item.icon" mode="aspectFit"></image>
|
||||
<text>{{ item.title }}</text>
|
||||
</view>
|
||||
@ -52,8 +53,8 @@
|
||||
</view> -->
|
||||
<view class="tab-choose-class">
|
||||
|
||||
<view class="tab-content" @click="tabChoose(item, index)" v-for='(item, index) in ["当日", "当月", "全部", "自定义"]'
|
||||
:key='index'>
|
||||
<view class="tab-content" @click="tabChoose(item, index)"
|
||||
v-for='(item, index) in ["当日", "当月", "全部", "自定义"]' :key='index'>
|
||||
|
||||
<!-- tab 名称信息 -->
|
||||
<view class='tab-name-class'
|
||||
@ -77,7 +78,8 @@
|
||||
<view class="four-box">
|
||||
<view class="boxf" @click="goToOrder(2)">
|
||||
<view class="zi1">
|
||||
<image class="zi1-icon" src="@/static/icons/homeOrderCard/receivedOrder_new.png" mode="aspectFit">
|
||||
<image class="zi1-icon" src="@/static/icons/homeOrderCard/receivedOrder_new.png"
|
||||
mode="aspectFit">
|
||||
</image>
|
||||
<text>已接单</text>
|
||||
</view>
|
||||
@ -105,7 +107,8 @@
|
||||
@click="goToOrder(2)">
|
||||
<view style="display: flex; justify-content: space-between; align-items: center;">
|
||||
<view class="zi1_1">
|
||||
<image class="zi1_1-icon" src="@/static/icons/homeOrderCard/ysk_solid.png" mode="aspectFit">
|
||||
<image class="zi1_1-icon" src="@/static/icons/homeOrderCard/ysk_solid.png"
|
||||
mode="aspectFit">
|
||||
</image>
|
||||
<text style="color: #3d6ba0; font-weight: bold; font-size: 30rpx;">应收款</text>
|
||||
</view>
|
||||
@ -148,7 +151,8 @@
|
||||
@click="goToOrder(5)">
|
||||
<view style="display: flex; justify-content: space-between; align-items: center;">
|
||||
<view class="zi1_1">
|
||||
<image class="zi1_1-icon" src="@/static/icons/homeOrderCard/dsk_solid.png" mode="aspectFit">
|
||||
<image class="zi1_1-icon" src="@/static/icons/homeOrderCard/dsk_solid.png"
|
||||
mode="aspectFit">
|
||||
</image>
|
||||
<text style="color: #6657da; font-weight: bold; font-size: 30rpx;">待收款</text>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user