# 功能描述

开放公开表,使得用户不登录就可以进行增删改查操作。

# 引用

<template>
    <sys-public-table/>
</template>
<script>
    import {SysPublicTable} from 'sei-ui'
    export default {
        name: 'BaseSysPublicTable',
        components: {SysPublicTable}
    }
</script>

1
2
3
4
5
6
7
8
9
10
11

# 运行界面