fix: Ticket remove import and add export support

This commit is contained in:
w940853815
2025-12-22 15:23:17 +08:00
committed by wrd
parent 65706509b1
commit 3221e44e69

View File

@@ -142,7 +142,7 @@ export default {
}
},
defaultTicketActions: {
hasExport: false,
hasImport: false,
hasMoreActions: false,
hasLeftActions: true,
canCreate: this.$hasPerm('tickets.view_ticket'),