Browse Source

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

master
邓宏 2 years ago
parent
commit
9810ca9b8b
  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'})">
<text class="plant-liulanjilu-tianchong"/> <text>采购记录</text> <text class="plant-youbian"/>
</view>
<view class="item" @click="$u.route({url:'/pages/stock/mana'})">
<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="$store.commit('outLogin')">

Loading…
Cancel
Save