pages/settlement/list/index.vue @@ -13,6 +13,8 @@ hasNew: false, hasEdit: false, hasDelete: false, hasExport: true, exportUrl: 'flower/api/settlement/export', onResetView: (row) => { this.$router.push(`${this.$route.path}/${row.id}`) },