mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 13:34:13 +08:00
fixed
This commit is contained in:
parent
547184d2fb
commit
be171cebe2
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<BasicTable @register="registerTable">
|
||||
<template #toolbar>
|
||||
<a-button type="primary" @click="handleCreate">新增</a-button>
|
||||
<a-button type="primary" @click="handleCreate" :icon="h(PlusOutlined)">新增</a-button>
|
||||
</template>
|
||||
<template #bodyCell="{ column, record }">
|
||||
<template v-if="column.dataIndex === 'action'">
|
||||
@ -48,6 +48,8 @@
|
||||
import { columns, searchFormSchema } from './schema';
|
||||
import { useMessage } from '@/hooks/web/useMessage';
|
||||
import {SvgIcon} from "@/components/Icon";
|
||||
import {h} from "vue";
|
||||
import {PlusOutlined} from "@ant-design/icons-vue";
|
||||
|
||||
const { createMessage } = useMessage();
|
||||
const { hasPermission } = usePermission();
|
||||
|
Loading…
Reference in New Issue
Block a user