window.formCreate.create(rule, option) 构成 全局配置中额外支持一下配置项 form:表单整体显示规则配置 row:表单组件布局配置 submitBtn:提交按钮样式配置 resetBtn:重置按钮样式配置 info:组件提示消息配置 wrap: 配置FormItem 配置表单(form) 类型:Object ...
element plus 动态绑定菜单 element动态生成菜单 目录vue-element-admin后台生成动态路由及菜单定位:src/router/index.js定位:mock/user.js定位:src/permission.js定位:src/store/modules/permission.jsvue-element-admin后台生成动态路由及菜单 我使用的是官方国际化分支vue-element-admin-i18n 根据自己需求将路由及菜单修...
createApp({}); app.use(ELEMENT); // 使用 Element Plus 组件库 app.use(formCreate); // 使用 form-create 组件 app.mount('#app'); </script> 组件挂载方式 创建表单 vue <template> <form-create :rule="rule" v-model:api="fApi" :option="options" /> </template> <script setup> ...
import{createApp}from'vue';importAppfrom'./App.vue';importElementPlusfrom'element-plus';// 根据您选择的 UI 框架调整import'element-plus/dist/index.css';// 样式文件importformCreatefrom'@form-create/element-ui';// 引入 FormCreateconstapp=createApp(App);app.use(ElementPlus);// 挂载 UI 框架a...
importElementPlusfrom'element-plus';// 根据您选择的 UI 框架调整import'element-plus/dist/index.css';// 样式文件importformCreatefrom'@form-create/element-ui';// 引入 FormCreateconstapp=createApp(App);app.use(ElementPlus);// 挂载 UI 框架app.use(formCreate);// 挂载 FormCreateapp.mount('#...
FormCreate 是一个可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的表单生成组件。支持7个UI框架,适配移动端,并且支持生成任何 Vue 组件。内置20种多常用表单组件和自定义组件,再复杂的表单都可以轻松搞定。
芋道管理后台,基于 Vue3 + Element Plus 实现,支持 RBAC 动态权限、数据权限、SaaS 多租户、Flowable 工作流、三方登录、支付、短信、商城、CRM、ERP、AI 大模型等功能。 - 🐞 fix:修复因缺失引入 element plus 组件导致 form-create 表单设计器部分功能缺失。 · Golde
FindTypeScript and JavaScript Language Features, right click and selectDisable (Workspace) Reload the VSCode window by runningDeveloper: Reload Windowfrom the command palette. Readme Keywords none npm iform-create-elementplus Weekly Downloads
参考:Element_Rate value :Number Props 参数说明类型可选值默认值 max 最大分值 number — 5 disabled 是否为只读 boolean — false allowHalf 是否允许半选 boolean — false lowThreshold 低分和中等分数的界限值,值本身被划分在低分中 number — 2 highThreshold 高分和中等分数的界限值,值本身被划分在...
@form-create/element-ui element-plus 版本 @form-create/ant-design-vue ant-design-vue 版本 @form-create/arco-design arco-design 版本 @form-create/naive-ui naive-ui 版本 @form-create/tdesign tdesign 版本 @form-create/iview iview 版本 ...