perf: 优化 is_active 到 Other 中

This commit is contained in:
Bai
2023-07-12 20:32:41 +08:00
committed by Bryan
parent a8099089b2
commit d06bda6d40

View File

@@ -22,9 +22,9 @@ export default {
},
successUrl: { name: 'TerminalSetting', params: { activeMenu: 'EndpointRuleList' }},
fields: [
[this.$t('common.Basic'), ['name', 'priority', 'is_active']],
[this.$t('common.Basic'), ['name', 'priority']],
[this.$t('terminal.Endpoint'), ['ip_group', 'endpoint']],
[this.$t('common.Other'), ['comment']]
[this.$t('common.Other'), ['is_active', 'comment']]
],
fieldsMeta: {
endpoint: {