perf: report

This commit is contained in:
feng
2025-03-20 11:16:14 +08:00
committed by feng626
parent 138bdad7ef
commit 42d8414834

View File

@@ -123,6 +123,7 @@ export default {
can: this.$hasPerm('accounts.view_' + this.resource),
callback: function({ row }) {
vm.visible = true
this.url = this.url.split('?')[0]
vm.reportUrl = `${this.url}${row.id}/report/`
}
}