12 2024 档案

摘要:<script setup lang="ts"> import { useDraggable, useMouseInElement } from '@vueuse/core'; import type { CSSProperties } from 'vue'; interface Props { i 阅读全文
posted @ 2024-12-27 12:27 abcByme 阅读(31) 评论(0) 推荐(0) 编辑
摘要:<script setup lang="ts"> import { Empty } from 'ant-design-vue'; export interface TBColumn { title: string dataIndex: string // key: string ellipsis?: 阅读全文
posted @ 2024-12-27 12:26 abcByme 阅读(14) 评论(0) 推荐(0) 编辑
摘要:<script setup lang="ts"> import { Empty } from 'ant-design-vue'; const props = withDefaults(defineProps<{ modelValue: any[] // 重要: 外部在使用这个的时候,不要修改,要通过 阅读全文
posted @ 2024-12-27 12:24 abcByme 阅读(38) 评论(0) 推荐(0) 编辑
摘要:<script setup lang="ts"> import { ref } from 'vue'; const list = ref([{}]); const queryParams = ref({ currentPage: 1, pageSize: 15, totalPage: 100, }) 阅读全文
posted @ 2024-12-18 09:18 abcByme 阅读(2) 评论(2) 推荐(0) 编辑
摘要:// 数据平均分配 function generateSequence(startValue: any, endValue: any, increment: any) { const sequence = []; for (let i = startValue; i <= endValue; i + 阅读全文
posted @ 2024-12-10 18:50 abcByme 阅读(8) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示