Browse Source

我的页面 修改出入库记录页面跳转路径

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

2
pages/home/my.vue

@ -67,7 +67,7 @@
<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:'/plantPages/stock/record'})">
<view class="item" @click="$u.route({url:'/pages/stock/record'})">
<text class="plant-liulanjilu-tianchong"/> <text>出入库记录</text> <text class="plant-youbian"/>
</view>
<view class="item" @click="$u.route({url:'/pages/purchase/record'})">

Loading…
Cancel
Save