vue-element-plus-admin icon indicating copy to clipboard operation
vue-element-plus-admin copied to clipboard

A backend management system based on vue3, typescript, element-plus, and vite

Results 143 vue-element-plus-admin issues
Sort by recently updated
recently updated
newest added

诉求:想二次开发,但是不想要登录页面和登录权限校验,这个如何修改?能出一个教程吗?

useForm 执行 formRegister 后, getForm 获取不到 formRef 报错

![image](https://github.com/user-attachments/assets/4066aa89-c7b0-4508-a643-20b9844682c2) ![image](https://github.com/user-attachments/assets/7e89dc09-df37-479e-8fd0-5773b9438b2a) **可以打印出内容** ![image](https://github.com/user-attachments/assets/5de4c200-beed-428b-a68a-002e35751c8c) ——————————————————————————————————————————————————— **ElSelect没有这个问题** ![image](https://github.com/user-attachments/assets/e5c6555d-131b-49f9-9c36-5e88b2837547)

对于提交的表单字段要加说明提示,会涉及字体样式支持

Why does Axios require separate conversion of different types of request bodies in its configuration? Axios had already handled them, we just need to declare the type of request header...

例如:表框选择A,不需要下行字段输入框,隐藏个别的输入框。表框选择B,需要下行字段输入框,显示输入框。

请问可以基于此项目做二次开发吗?后续如果合适的话我也会考虑开源出来的

const { tableMethods, tableState } = useTable({ fetchDataApi: async () => { const { currentPage, pageSize } = tableState const res = await getGasWeekList({ pageIndex: unref(currentPage), pageSize: unref(pageSize), siteNo: getSiteNo()...