|
@ -64,21 +64,21 @@ |
|
|
<text class="name">{{$store.getters.userInfo.realname}}</text> |
|
|
<text class="name">{{$store.getters.userInfo.realname}}</text> |
|
|
<text class="phone">{{$store.getters.userInfo.phone}}</text> |
|
|
<text class="phone">{{$store.getters.userInfo.phone}}</text> |
|
|
|
|
|
|
|
|
<view class="item" @click="$u.route({url:'pages/home/personalInfo'})"> |
|
|
<view class="item" @click="$u.route({url:'/pages/stock/already'})"> |
|
|
<text class="plant-gerenzhongxinwode"/> <text>个人信息</text> <text class="plant-youbian"/> |
|
|
<text class="plant-kufangguanli-lingyongguihuan"/> <text>领用记录</text> <text class="plant-youbian"/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item" @click="$u.route({url:'pages/home/rePassword'})"> |
|
|
<view class="item" @click="$u.route({url:'/plantPages/stock/record'})"> |
|
|
<text class="plant-icon2"/> <text>修改密码</text> <text class="plant-youbian"/> |
|
|
<text class="plant-liulanjilu-tianchong"/> <text>出入库记录</text> <text class="plant-youbian"/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item" @click="$u.route({url:'/pages/purchase/record'})"> |
|
|
<view class="item" @click="$u.route({url:'/pages/purchase/record'})"> |
|
|
<text class="plant-liulanjilu-tianchong"/> <text>采购记录</text> <text class="plant-youbian"/> |
|
|
<text class="plant-liulanjilu-tianchong"/> <text>采购记录</text> <text class="plant-youbian"/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item" @click="$u.route({url:'/pages/stock/already'})"> |
|
|
|
|
|
<text class="plant-kufangguanli-lingyongguihuan"/> <text>领用记录</text> <text class="plant-youbian"/> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="item" @click="$u.route({url:'/pages/home/news'})"> |
|
|
<view class="item" @click="$u.route({url:'/pages/home/news'})"> |
|
|
<text class="plant-xitongxiaoxi"/> <text>系统消息</text> <text class="number">{{$store.state.sysMsgNum}}</text> <text class="plant-youbian"/> |
|
|
<text class="plant-xitongxiaoxi"/> <text>系统消息</text> <text class="number">{{$store.state.sysMsgNum}}</text> <text class="plant-youbian"/> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="item" @click="$u.route({url:'pages/home/personalInfo'})"> |
|
|
|
|
|
<text class="plant-gerenzhongxinwode"/> <text>个人信息</text> <text class="plant-youbian"/> |
|
|
|
|
|
</view> |
|
|
<view class="item" @click="outLogin"> |
|
|
<view class="item" @click="outLogin"> |
|
|
<text class="plant-tuichu"/> <text>退出</text> <text class="plant-youbian"/> |
|
|
<text class="plant-tuichu"/> <text>退出</text> <text class="plant-youbian"/> |
|
|
</view> |
|
|
</view> |
|
|