Vue.component("ip-item-text", { props: ["v-item"], template: ` * {{vItem.value}} {{vItem.ipFrom}} - {{vItem.ipTo}}   级别:{{vItem.eventLevelName}} ` })