diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue
index d1f9a3a..5bc97c6 100644
--- a/src/views/system/goodsOrder/index.vue
+++ b/src/views/system/goodsOrder/index.vue
@@ -63,7 +63,7 @@
:data="goodsOrderList"
@selection-change="handleSelectionChange"
>
-
+
-
+
+
+
+ {{ scope.row.orderType == "INTEGRAL_EXCHANGE" ? "积分兑换" : "" }}
+ {{ scope.row.orderType == "DIRECT_BUY" ? "直接购买" : "" }}
+ {{ scope.row.orderType == "HEALTH_CONSULTATION" ? "健康咨询" : "" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{
this.getList();
this.$modal.msgSuccess("删除成功");
})
- .catch(() => {});
+ .catch(() => { });
},
/** 导出按钮操作 */
handleExport() {
this.download(
"system/goodsOrder/export", {
- ...this.queryParams,
- },
+ ...this.queryParams,
+ },
`goodsOrder_${new Date().getTime()}.xlsx`
);
},