// 显示WAF规则的标签 Vue.component("http-firewall-rule-label", { props: ["v-rule"], data: function () { return { rule: this.vRule } }, methods: { showErr: function (err) { teaweb.popupTip("规则校验错误,请修正:" + teaweb.encodeHTML(err) + "") }, }, template: `