1
lzhe
2024-06-05 dcf9c9e0410fe1186239e3f8d6f7bdc789c08010
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
    <el-empty image="img/404.png" :image-size="280" description="当前账号未满足开通企业账号权限">
        <el-button type="primary" size="large" round disabled>立即升级为企业账号</el-button>
    </el-empty>
</template>
 
<script>
    export default {
        data() {
            return {
 
            }
        }
    }
</script>
 
<style>
</style>