|
|
@@ -6,8 +6,8 @@
|
|
|
</view>
|
|
|
<view class="tag-box">
|
|
|
<van-tag custom-class='tag' color='#FA8C16' text-color='#fff' round>{{item.quotedpricetype}}</van-tag>
|
|
|
- <van-tag custom-class='tag' wx:for="{{item.tags.systemtag}}" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
- <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:for-item='tag' color='#FAAB16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tags.systemtag}}" wx:key="index" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:key="index" wx:for-item='tag' color='#FAAB16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
</view>
|
|
|
<view class="exp line-1">项目:<text>{{item.projectname||' --'}}</text></view>
|
|
|
<view class="exp line-1">客户:<text>{{item.enterprisename||' --'}}</text></view>
|