1.规则引擎新增告警配置菜单

This commit is contained in:
gx_ma
2024-07-12 15:57:56 +08:00
parent 9dcea014cf
commit 28fccca86b

View File

@@ -0,0 +1,19 @@
<template>
<div style="padding-left:20px;">
<el-row :gutter="10">
<el-col :span="14">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<el-tag type="danger" style="margin-left:15px;">开源版本不支持该功能,请前往购买商业版本</el-tag>
</el-col>
</el-row>
</el-col>
</el-row>
</div>
</template>
<style scoped lang="scss">
</style>
<script>
</script>