mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-19 20:44:27 +08:00
Compare commits
2 Commits
c5a34e2ff5
...
d5035cb274
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5035cb274 | ||
|
|
28184d5d6a |
@@ -1,5 +1,6 @@
|
||||
import { computed, reactive, ref } from 'vue';
|
||||
import type { Ref } from 'vue';
|
||||
import type { DataTableBaseColumn } from 'naive-ui';
|
||||
import { jsonClone } from '@sa/utils';
|
||||
import useBoolean from './use-boolean';
|
||||
import useLoading from './use-loading';
|
||||
@@ -10,7 +11,7 @@ export type ApiFn = (args: any) => Promise<unknown>;
|
||||
|
||||
export type TableColumnCheck = {
|
||||
key: string;
|
||||
title: string;
|
||||
title: DataTableBaseColumn['title'];
|
||||
checked: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user