cloudroam
2024-09-30 2bfd55b486eeec533be0c92c3b50a78329b0fc55
add:订单列表导出
已修改1个文件
3 ■■■■■ 文件已修改
pages/order/list/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}`)
        },