|
|
@ -77,19 +77,26 @@ |
|
|
|
{{item.state}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view style="height: 10px;"></view> |
|
|
|
|
|
|
|
<view v-for="(child,pos) in item.list" :key="pos" |
|
|
|
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;"> |
|
|
|
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;"></image> |
|
|
|
<view |
|
|
|
style="font-size: 11px;color: #E99D42;padding-left: 5px;flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap"> |
|
|
|
{{child.goodsName}}</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.content}}</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;">{{child.remarks}} |
|
|
|
<view v-if="item.list.length>0"> |
|
|
|
<view style="height: 10px;"></view> |
|
|
|
|
|
|
|
<view v-for="(child,pos) in item.list" :key="pos" |
|
|
|
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;"> |
|
|
|
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;"> |
|
|
|
</image> |
|
|
|
<view |
|
|
|
style="font-size: 11px;color: #E99D42;padding-left: 5px;flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap"> |
|
|
|
{{child.goodsName}} |
|
|
|
</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.content}} |
|
|
|
</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.remarks}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
@ -145,6 +152,27 @@ |
|
|
|
{{item.state}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-if="item.list.length>0"> |
|
|
|
<view style="height: 10px;"></view> |
|
|
|
|
|
|
|
<view v-for="(child,pos) in item.list" :key="pos" |
|
|
|
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;"> |
|
|
|
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;"> |
|
|
|
</image> |
|
|
|
<view |
|
|
|
style="font-size: 11px;color: #E99D42;padding-left: 5px;flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap"> |
|
|
|
{{child.goodsName}} |
|
|
|
</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.content}} |
|
|
|
</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.remarks}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
@ -200,6 +228,25 @@ |
|
|
|
style="margin-left: 10px;border-radius: 15px;padding: 3px 10px; font-size: 12px; color: #FF6000;flex-shrink: 0;"> |
|
|
|
{{item.state}}</text> |
|
|
|
</view> |
|
|
|
<view v-if="item.list.length>0"> |
|
|
|
<view style="height: 10px;"></view> |
|
|
|
|
|
|
|
<view v-for="(child,pos) in item.list" :key="pos" |
|
|
|
style="display: flex;flex-direction: row;align-items: center;width: calc(100vw - 120px);padding-top: 5px;"> |
|
|
|
<image src="../../static/tck_mx_icon.png" style="width: 9px;height: 9px;"> |
|
|
|
</image> |
|
|
|
<view |
|
|
|
style="font-size: 11px;color: #E99D42;padding-left: 5px;flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap"> |
|
|
|
{{child.goodsName}} |
|
|
|
</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.content}} |
|
|
|
</view> |
|
|
|
<view style="font-size: 11px;color: #E99D42;flex-shrink: 0;margin-left: 23px;"> |
|
|
|
{{child.remarks}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|