handleSearch = (value:string) =>{ query.keyword = value store.getList(query) } //分页 const handleacSizeChange = (newsize: number) => { query.limit = newsize; store.getList(query) }; const handleacCurrentChange = (newpage: number) => { query.page = newpage; store.getList(query) ...
使用了arco.design组件库,发现里面的穿梭框组件没法进行分页搜索和分页查询接口,只能自己封装一个组件 html 父组件调用 getRequestUrl返回的数据格式有一定的要求 mokdata { "requestId": "22", "co
page.value = obj; getData() } 1. 2. 3. 4. 达到目的 完整代码 <template> <Table :columns="columns" :dataSource="data" :pagination="page" @change="handleChange"></Table> </template> import { Table } from 'ant-design-vue'; import { getMenuListByPage } from '../services/menu...
add trailColor to change the rest of progress bar(#107) 🐛 BugFix Fix the bug that the Avatar component still show all avatars when set maxCount = 0.(#89) fix: When the Pagination component is under control of both pageSize and current, the calculation result of pageSize will overwrit...
add trailColor to change the rest of progress bar(#107) 🐛 BugFix Fix the bug that the Avatar component still show all avatars when set maxCount = 0.(#89) fix: When the Pagination component is under control of both pageSize and current, the calculation result o...
Gi Admin Pro是一个基于 Vue3、Vite、TypeScript、Arco Design Vue、Pinia、VueUse 等的免费中后台模版,它使用了最新的前端技术栈,内置丰富的主题配置,有着极高的代码规范,基于 mock 实现的动态数据展示,开箱即用的模板,也可用于学习参考。 Gi 前缀含义:G:代表全局 i:代表我的 ...
Gi Admin Pro 是一个基于 Vue3、Vite、TypeScript、Arco Design Vue、Pinia、VueUse 等的免费中后台模版,它使用了最新的前端技术栈,内置丰富的主题配置,有着极高的代码规范,基于 mock 实现的动态数据展示,开箱即用的模板,也可用于学习参考。 Gi 前缀含义: G:代表全局 i:代表我的 Gi 用来定义全局组件前缀,如...
Gi Admin Pro 是一个基于 Vue3、Vite、TypeScript、Arco Design UI、Pinia、VueUse 的免费中后台模版,它使用了最新的前端技术栈,内置丰富的主题配置,有着极高的代码规范,基于 mock 实现的动态数据展示,开箱即用的模板,也可用于学习参考。Gi 前缀含义: G:代表 全局 i:代表 我的 Gi 用来定义全局组件前缀,如 ...
在使用arco design的表格时,设置了默认展开所有节点的属性:default-expand-all-rows = true。但是在获取数据后,却没有效果。使用其他组件tree以及tree select都有同样的问题。 简答测试以后发现了问题,在acro design pro中如果使用mock数据,设置了default-expand-all-rows=true同样是无效的,但是不使用mock接口数据,而是...
A comprehensive React UI components library based on Arco Design - arco-design/site/docs/version_v2.zh-CN.md at c5894aed7fbf295f705bbfe3c528e518c6e8d1bc · arco-design/arco-design