feat: 菜单管理
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { PropType } from 'vue'
|
||||
import type { TableData } from '@/api/table/types'
|
||||
import { DepartmentItem } from '@/api/department/types'
|
||||
import { Descriptions, DescriptionsSchema } from '@/components/Descriptions'
|
||||
|
||||
defineProps({
|
||||
currentRow: {
|
||||
type: Object as PropType<Nullable<TableData>>,
|
||||
type: Object as PropType<Nullable<DepartmentItem>>,
|
||||
default: () => null
|
||||
},
|
||||
detailSchema: {
|
||||
|
||||
Reference in New Issue
Block a user