<el-menu :default-active="activeMenu"
mode="horizontal"
@select="handleMenuSelect"
background-color="#f5f5f5"
text-color="#333"
active-text-color="#409EFF"
style="border-bottom: 1px solid #e0e0e0;">
<el-menu-item index="1">{{ t('systemConfig.pushmsg.selectByArea') }}</el-menu-item>
<el-menu-item index="2">{{ t('systemConfig.pushmsg.selectByGeo') }}</el-menu-item>
<el-menu-item index="3">{{ t('systemConfig.pushmsg.selectByUnit') }}</el-menu-item>
<el-menu-item index="4" v-if="msgType === 'notify'">{{ t('systemConfig.pushmsg.selectByLang') }}</el-menu-item>
</el-menu>