| | |
| | | |
| | | <view class="item-details"> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">产品名称</text> |
| | | <text class="detail-label">成品名称</text> |
| | | <text class="detail-value">{{ item.finalProductModel }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">加工品名称</text> |
| | | <text class="detail-value">{{ item.productName }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">规格型号</text> |
| | | <text class="detail-label">加工品型号</text> |
| | | <text class="detail-value">{{ item.model }}</text> |
| | | </view> |
| | | <view class="detail-row"> |