Browse Source

详情页面 修改页面显示

master
邓宏 1 year ago
parent
commit
fc234fb7f3
  1. 6
      pages/stock/goods_detail.vue

6
pages/stock/goods_detail.vue

@ -41,6 +41,12 @@
<view class="item"> <view class="item">
<text>供销商</text> <text>{{detail.supplier}}</text> <text>供销商</text> <text>{{detail.supplier}}</text>
</view> </view>
<view class="item">
<text>操作人</text> <text>{{detail.operateUser}}</text>
</view>
<view class="item">
<text>操作日期</text> <text>{{detail.operateTime}}</text>
</view>
</view> </view>
</view> </view>
</template> </template>

Loading…
Cancel
Save