Browse Source

修改我的页面 领用记录 跳转

master
邓宏 2 years ago
parent
commit
47fd3d2ee2
  1. 2
      pages/home/my.vue

2
pages/home/my.vue

@ -67,7 +67,7 @@
<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"> <view class="item" @click="$u.route({url:'/pages/stock/mana'})">
<text class="plant-kufangguanli-lingyongguihuan"/> <text>领用记录</text> <text class="plant-youbian"/> <text class="plant-kufangguanli-lingyongguihuan"/> <text>领用记录</text> <text class="plant-youbian"/>
</view> </view>
<view class="item" @click="$store.commit('outLogin')"> <view class="item" @click="$store.commit('outLogin')">

Loading…
Cancel
Save