修改接单展示
This commit is contained in:
parent
3d8f429e92
commit
e4c571a0c0
|
@ -16,8 +16,7 @@ export default {
|
||||||
listType: options.listType,
|
listType: options.listType,
|
||||||
id: item.id,
|
id: item.id,
|
||||||
orderId: item.order,
|
orderId: item.order,
|
||||||
username: "用户名称",
|
cate: item.cate_name,
|
||||||
cate: "待返数据",
|
|
||||||
content: item.desc,
|
content: item.desc,
|
||||||
createTime: item.time,
|
createTime: item.time,
|
||||||
serviceTime: item.times,
|
serviceTime: item.times,
|
||||||
|
@ -32,8 +31,7 @@ export default {
|
||||||
listType: options.listType,
|
listType: options.listType,
|
||||||
id: item.id,
|
id: item.id,
|
||||||
orderId: item.order,
|
orderId: item.order,
|
||||||
username: "用户名称",
|
cate: "配送订单",
|
||||||
cate: "待返数据",
|
|
||||||
content: "",
|
content: "",
|
||||||
createTime: item.times,
|
createTime: item.times,
|
||||||
serviceTime: item.starttime,
|
serviceTime: item.starttime,
|
||||||
|
@ -63,8 +61,7 @@ export default {
|
||||||
listType: options.listType,
|
listType: options.listType,
|
||||||
id: response.data.id,
|
id: response.data.id,
|
||||||
orderId: response.data.order,
|
orderId: response.data.order,
|
||||||
username: "用户名称",
|
cate: response.data.cate_name,
|
||||||
cate: "待返数据",
|
|
||||||
content: response.data.desc,
|
content: response.data.desc,
|
||||||
createTime: response.data.time,
|
createTime: response.data.time,
|
||||||
serviceTime: response.data.times,
|
serviceTime: response.data.times,
|
||||||
|
@ -89,8 +86,7 @@ export default {
|
||||||
listType: options.listType,
|
listType: options.listType,
|
||||||
id: response.data.id,
|
id: response.data.id,
|
||||||
orderId: response.data.order,
|
orderId: response.data.order,
|
||||||
username: "用户名称",
|
cate: "配送订单",
|
||||||
cate: "待返数据",
|
|
||||||
createTime: response.data.times,
|
createTime: response.data.times,
|
||||||
serviceTime: response.data.starttime,
|
serviceTime: response.data.starttime,
|
||||||
pickupAddress: response.data.address,
|
pickupAddress: response.data.address,
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<text class="type" :style="{ backgroundColor: typeTextBg }">
|
<text class="type" :style="{ backgroundColor: typeTextBg }">
|
||||||
{{ typeText }}
|
{{ typeText }}
|
||||||
</text>
|
</text>
|
||||||
<text class="text">{{ order.username }}-{{ order.cate }}</text>
|
<text class="text">{{ order.cate }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="order-body">
|
<view class="order-body">
|
||||||
|
|
Loading…
Reference in New Issue