{{ record.nickname }}
+
订单编号:{{ record.orderNo }}
送货地址:{{ record.address }}
联系电话:{{ record.phone }}
买家留言:{{ record.buyerRemarks }}
@@ -67,6 +69,31 @@
{{ getOrderStatus(record).label }}
+
+
+
+ 未完成
+ 已完成
+ 已关闭
+ 关闭中
+ 退款申请中
+ 退款被拒绝
+ 已退款
+ 客户端申请退款
+
+
{{ record.totalNum }}
@@ -90,9 +117,10 @@
- 修改
-
+
+
@@ -406,21 +434,21 @@
width: 260,
align: 'center'
},
- // {
- // title: '状态',
- // dataIndex: 'status',
- // key: 'status',
- // align: 'center',
- // width: 120
- // }
- // {
- // title: '操作',
- // key: 'action',
- // width: 180,
- // fixed: 'right',
- // align: 'center',
- // hideInSetting: true
- // }
+ {
+ title: '订单状态',
+ dataIndex: 'orderStatus',
+ key: 'orderStatus',
+ align: 'center',
+ width: 120
+ },
+ {
+ title: '操作',
+ key: 'action',
+ width: 90,
+ fixed: 'right',
+ align: 'center',
+ hideInSetting: true
+ }
]);
/* 搜索 */
@@ -488,18 +516,18 @@
};
/* 自定义行属性 */
- // const customRow = (record: GltTicketOrder) => {
- // return {
- // // 行点击事件
- // onClick: () => {
- // // console.log(record);
- // },
- // // 行双击事件
- // onDblclick: () => {
- // openEdit(record);
- // }
- // };
- // };
+ const customRow = (record: GltTicketOrder) => {
+ return {
+ // 行点击事件
+ onClick: () => {
+ // console.log(record);
+ },
+ // 行双击事件
+ onDblclick: () => {
+ // openEdit(record);
+ }
+ };
+ };
query();
diff --git a/src/views/glt/gltUserTicket/index.vue b/src/views/glt/gltUserTicket/index.vue
index f5b84f1..e7f40b6 100644
--- a/src/views/glt/gltUserTicket/index.vue
+++ b/src/views/glt/gltUserTicket/index.vue
@@ -41,11 +41,37 @@
显示
隐藏
+
+
+
+ 未完成
+ 已完成
+ 已关闭
+ 关闭中
+ 退款申请中
+ 退款被拒绝
+ 已退款
+ 客户端申请退款
+
+
- 修改
-
+
+
@@ -185,12 +211,12 @@
// dataIndex: 'sortNumber',
// key: 'sortNumber',
// },
- // {
- // title: '状态',
- // dataIndex: 'status',
- // key: 'status',
- // align: 'center'
- // },
+ {
+ title: '订单状态',
+ dataIndex: 'orderStatus',
+ key: 'orderStatus',
+ align: 'center'
+ },
{
title: '创建时间',
dataIndex: 'createTime',
@@ -201,14 +227,14 @@
ellipsis: true,
customRender: ({ text }) => toDateString(text, 'yyyy-MM-dd HH:mm:ss')
},
- // {
- // title: '操作',
- // key: 'action',
- // width: 180,
- // fixed: 'right',
- // align: 'center',
- // hideInSetting: true
- // }
+ {
+ title: '操作',
+ key: 'action',
+ width: 90,
+ fixed: 'right',
+ align: 'center',
+ hideInSetting: true
+ }
]);
/* 搜索 */