|
|
@@ -21,9 +21,7 @@
|
|
|
<view>{{ detailInfo.status==0?'待完成':detailInfo.status==1?'已完成':detailInfo.status==2?'已取消':'待完成' }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex-space title" v-if="!$util.isEmpty(goodsInfo)">
|
|
|
- 商品
|
|
|
- </view>
|
|
|
+ <view class="flex-space title" v-if="!$util.isEmpty(goodsInfo)"> 作品 </view>
|
|
|
<view class="module-com content-box" v-if="!$util.isEmpty(goodsInfo)">
|
|
|
<view class="commodity-view">
|
|
|
<view class="commodity-list">
|
|
|
@@ -45,14 +43,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="flex-space title">
|
|
|
- 用材
|
|
|
- </view>
|
|
|
+ <view class="flex-space title"> 使用花材 </view>
|
|
|
<view class="module-com content-box">
|
|
|
<view class="commodity-view">
|
|
|
<view class="commodity-list">
|
|
|
<view v-for="(s, idx) in workItem" :key="idx" class="commodity-item" >
|
|
|
- <image class="item-icon" :src="s.cover" @click="pageTo({url:'/admin/item/detail',query:{id: s.id}})" ></image>
|
|
|
+ <image class="item-icon" :src="s.cover" @click="pageTo({url:'/admin/item/detail',query:{id: s.itemId}})" ></image>
|
|
|
<view class="item-info">
|
|
|
<view class="info-line">
|
|
|
<text class="item-name">{{ s.name }}</text>
|