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