开放公开表,使得用户不登录就可以进行增删改查操作。
<template> <sys-public-table/> </template> <script> import {SysPublicTable} from 'sei-ui' export default { name: 'BaseSysPublicTable', components: {SysPublicTable} } </script>
← 字典管理(sys-dic) 组织机构管理(sys-org) →