feat: 系统设置 - 终端设置 - 端点规则: 新增字段is_active控制是否启用

This commit is contained in:
fangfang.dong
2023-06-21 15:20:21 +08:00
committed by Bryan
parent 9a04c81238
commit a8099089b2

View File

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