4.10报废数量字段添加

This commit is contained in:
FrancisHu 2024-04-10 14:02:31 +08:00
parent 8f3b3264cb
commit 73d4743d96
1 changed files with 3 additions and 3 deletions

View File

@ -34,10 +34,10 @@
<span>工机具类型</span> <span>工机具类型</span>
<h4>{{ fetch.itemType }}</h4> <h4>{{ fetch.itemType }}</h4>
</view> </view>
<!-- <view> <view>
<span>报废数量</span> <span>报废数量</span>
<h4>{{ fetch.backTime }}</h4> <h4>{{ fetch.scrapNum2 }}</h4>
</view> --> </view>
<view> <view>
<span>申请日期</span> <span>申请日期</span>
<h4>{{ fetch.createTime }}</h4> <h4>{{ fetch.createTime }}</h4>