// Action列表 Vue.component("http-firewall-actions-view", { props: ["v-actions"], template: `
{{action.name}} ({{action.code.toUpperCase()}})
` })