@ -28,7 +28,7 @@
<image mode="aspectFit" src="/static/images/icon/arrow_b2.png"></image>
</view>
<view class="ei-user">
<view class="ei-user" v-if="employeeInfo.is_super == 1">
<view>
<image mode="aspectFill" :src="employeeInfo.admin.avatar_url || ''"></image>
<view class="eu-name">{{employeeInfo.admin.actual_name || '-'}}</view>
@ -88,7 +88,7 @@ export default {
iv: userRes.detail.iv,
actual_name: userName,
mobile: userPhone,
brand_id: brand_id || 37,
brand_id: brand_id,
// brand_id: sceneQuery.b,
// rid: sceneQuery.r,
// brand_id: 37,
@ -47,7 +47,7 @@
<view
v-for="e in classifyArr"
:key="e.id"
:class="['ot-item',e.id === curTabID?'active':'']"
:class="['ot-item',e.id.toString() === curTabID.toString()?'active':'']"
@click="tabChange(e.id)"
>{{e.name}}</view>
@ -234,6 +234,7 @@
this.curTabID = ID;
this.hideClassify();
this.$nextTick(this.refreshList);
},300,300),
storeChange(e){
let { value } = e.detail;
@ -15,7 +15,7 @@
<view :class="[isSameDay(item.defineDate || '')?'active':'']" @click="timeChange(item)">
<view :class="[item.isUnStart?'unstart-active':'']" >{{item.showDate}}</view>
<text v-if="item.money>0">¥{{item.money}}</text>
<text v-if="!item.isUnStart&&!!item.defineDate">¥{{item.money || '0.00'}}</text>