# ElementUI_table_form **Repository Path**: components-library/element-ui_table_form ## Basic Information - **Project Name**: ElementUI_table_form - **Description**: 基于ElementUI的表格和表单二次封装 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2021-10-16 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于element二次封装的部分组件(table,form等) **设计初衷:系统中有很多页面都用到了 Element 的 Form, Table, Pagination 组件。当这种页面多了之后,就会出现很多重复代码,使得业务代码的占比不高,需要花更多的时候去维护非业务代码,效率不高,也有一些风险。** ## demo [在线浏览demo](https://devinchenpeng.github.io/webCommon/dist/) ## table-API [表格的API](https://devinchenpeng.github.io/webCommon/dist/table.html) ![image-20210623153343200](https://devinchenpeng.github.io/webCommon/dist/table.png) ## form-API [表单的API](https://devinchenpeng.github.io/webCommon/dist/from.html) ![image-20210623153402821](https://devinchenpeng.github.io/webCommon/dist/form.png)