|
|
@@ -11,10 +11,10 @@ |
|
|
|
</view> |
|
|
|
<view class="headboxbott"> |
|
|
|
<view class="headovfu"> |
|
|
|
<u-tabs-swiper ref="tabs" font-size="30" :bold="true" swiper-width="600" :current="roleindex" |
|
|
|
<u-tabs ref="tabs" font-size="30" :bold="true" swiper-width="600" :current="roleindex" |
|
|
|
@change="tapspagek" inactive-color="#b1b1b1" active-color="#008ef2" :list="tablist" |
|
|
|
:is-scroll="true"> |
|
|
|
</u-tabs-swiper> |
|
|
|
</u-tabs> |
|
|
|
</view> |
|
|
|
<view class="headpade"> |
|
|
|
<view class="biaoji" @tap="tagtap()">标记</view> |
|
|
@@ -99,7 +99,7 @@ |
|
|
|
</view> |
|
|
|
<view class="fill"></view> |
|
|
|
<!-- audioinfo2 --> |
|
|
|
<view class="tmmchen"> |
|
|
|
<view class="tmmchen" v-if="Menulistisshow"> |
|
|
|
<image @click="Receivedetailsabouttab('Receivedetailsabout')" src="../../static/images/allimg.png" |
|
|
|
mode=""></image> |
|
|
|
<view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> |
|
|
@@ -107,12 +107,12 @@ |
|
|
|
<view v-if="eqLog!=-1" @click="eqLogClick()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志 |
|
|
|
</view> |
|
|
|
<view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> |
|
|
|
<view v-if="Menulistisshow==true" @click="alllogo()" style="line-height:70rpx;"> |
|
|
|
<view @click="alllogo()" style="line-height:70rpx;"> |
|
|
|
{{userlistobj.validInvalidName}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="tmmchen" @click="Receivetap()" v-if="Menulistisshow==false"> |
|
|
|
<view class="tmmchen" @click="Receivetap()" v-else> |
|
|
|
<image @click="Receivedetailsabouttab('Receivedetailsabout')" |
|
|
|
src="../../static/images/audioinfo2.png" mode=""></image> |
|
|
|
<view @click="Receivedetailsabouttab('Receivedetailsabout')">接待信息</view> |
|
|
|