|
|
|
|
@ -3,7 +3,7 @@ import type { Recordable } from '@vben/types';
|
|
|
|
|
|
|
|
|
|
import { ref } from 'vue';
|
|
|
|
|
|
|
|
|
|
import { Page, useVbenDrawer, type VbenFormProps } from '@vben/common-ui';
|
|
|
|
|
import { useVbenDrawer, type VbenFormProps } from '@vben/common-ui';
|
|
|
|
|
import { getPopupContainer } from '@vben/utils';
|
|
|
|
|
|
|
|
|
|
import { Modal, Popconfirm, Space } from 'ant-design-vue';
|
|
|
|
|
@ -140,7 +140,7 @@ emitter.on('rowClick', async (value) => {
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<Page :auto-content-height="true">
|
|
|
|
|
<div>
|
|
|
|
|
<BasicTable>
|
|
|
|
|
<template #toolbar-actions>
|
|
|
|
|
<span class="pl-[7px] text-[16px]">字典数据列表</span>
|
|
|
|
|
@ -204,5 +204,5 @@ emitter.on('rowClick', async (value) => {
|
|
|
|
|
</template>
|
|
|
|
|
</BasicTable>
|
|
|
|
|
<DictDataDrawer @reload="tableApi.query()" />
|
|
|
|
|
</Page>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|