|
@@ -12,9 +12,9 @@
|
|
|
<view style="flex:1" slot="content">
|
|
|
<view class="flex-align-center flex-between card__header">
|
|
|
<view>
|
|
|
- <t-tag class="mr-5" variant="light" shape="round" theme="primary" size="small">{{item.servicetype}}</t-tag>
|
|
|
- <t-tag class="mr-5" variant="light" shape="round" theme="primary" size="small">{{item.class1}}</t-tag>
|
|
|
- <t-tag class="mr-5" variant="light" shape="round" theme="primary" size="small">{{item.class2}}</t-tag>
|
|
|
+ <t-tag class="mr-5" wx:if="{{item.servicetype}}" variant="light" shape="round" theme="primary" size="small">{{item.servicetype}}</t-tag>
|
|
|
+ <t-tag class="mr-5" wx:if="{{item.class1}}" variant="light" shape="round" theme="primary" size="small">{{item.class1}}</t-tag>
|
|
|
+ <t-tag class="mr-5" wx:if="{{item.class2}}" variant="light" shape="round" theme="primary" size="small">{{item.class2}}</t-tag>
|
|
|
</view>
|
|
|
<text>{{item.status}}</text>
|
|
|
</view>
|