fix: Remove unused relevant_system_user option from BaseTicketList

This commit is contained in:
w940853815
2025-12-09 14:39:30 +08:00
committed by wrd
parent 43e7e5cd74
commit 4ecaee36f9

View File

@@ -189,10 +189,6 @@ export default {
value: 'relevant_asset',
label: this.$t('RelevantAsset')
},
{
value: 'relevant_system_user',
label: this.$t('RelevantCommand')
},
{
value: 'relevant_command',
label: this.$t('ApplyRunCommand')