fix: 组件重复引入bug
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
31c260c8ca
commit
29fd557eac
@ -2,7 +2,6 @@
|
|||||||
import { Radio, Select, Button, Table,Calendar } from 'ant-design-vue';
|
import { Radio, Select, Button, Table,Calendar } from 'ant-design-vue';
|
||||||
import type { RadioChangeEvent } from 'ant-design-vue';
|
import type { RadioChangeEvent } from 'ant-design-vue';
|
||||||
import {ref} from 'vue';
|
import {ref} from 'vue';
|
||||||
import dayjs from 'dayjs';
|
|
||||||
import { Dayjs } from 'dayjs';
|
import { Dayjs } from 'dayjs';
|
||||||
import { columns, querySchema } from './data';
|
import { columns, querySchema } from './data';
|
||||||
import {
|
import {
|
||||||
@ -150,4 +149,4 @@ async function handleDelete(row: Required<ArrangementForm>) {
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style>
|
<style>
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user