suerprisePlus
2024-05-30 d4c810f9803aa13d806724a5f4f71fe85abac38e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>