feat: add defineOptions
parent
8e613e8b81
commit
d4bd50c36f
|
@ -13,6 +13,8 @@ import { exportPost, getPostPage, type PostVO } from '#/api/system/post';
|
|||
import { columns, formSchema } from './post.data';
|
||||
import PostModal from './PostModal.vue';
|
||||
|
||||
defineOptions({ name: 'SystemPost' });
|
||||
|
||||
const formOptions: VbenFormProps = {
|
||||
// 默认展开
|
||||
collapsed: false,
|
||||
|
|
Loading…
Reference in New Issue