pages/order/list/index.vue
@@ -24,6 +24,9 @@ hasNew: false, hasEdit: false, hasDelete: false, hasExport: true, exportUrl: 'flower/api/partner/order/list/export', exportText: '导出订单', onResetView: (row) => { this.$router.push(`${this.$route.path}/${row.id}`) },