pages/order/list/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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}`) },