|
@@ -8,7 +8,7 @@
|
|
|
<view v-for="(item, index) in orderList" :key="index">
|
|
|
<u-cell :value="item.CURRENT_VALUE" :isLink="true" :url="item.URL" :stop="false">
|
|
|
<view slot="title" class="u-slot-title">
|
|
|
- <text class="u-cell-text">{{item.CUSTOMER_REFFERENCE_ID}}</text>
|
|
|
+ <text class="u-cell-text">客户单号:{{item.CUSTOMER_REFFERENCE_ID}}</text>
|
|
|
<u-tag :text="item.STATUS_TEXT" size="mini" :type="item.TEXT_TYPE"></u-tag>
|
|
|
</view>
|
|
|
<view slot="title" class="u-slot-title">
|