mirror of
https://gitee.com/log4j/pig-ui.git
synced 2025-01-03 23:42:23 +08:00
34 lines
741 B
Markdown
34 lines
741 B
Markdown
## 组件大小写确认
|
|
|
|
组件定义导入大写
|
|
```
|
|
const UserDialog = defineAsyncComponent(() => import('./form.vue'));
|
|
const QueryTree = defineAsyncComponent(() => import('/@/components/QueryTree/index.vue'))
|
|
```
|
|
Vue 使用时 驼峰命名 <user-dialog/>
|
|
|
|
## 缺少 MessageBox 组件封装
|
|
|
|
message.ts
|
|
|
|
## 缺少多选
|
|
|
|
## form 表单 (完成)
|
|
getObj
|
|
|
|
|
|
## 缺少导出组件 (完成)
|
|
|
|
如果封装了组件,注意页面不要 import 而是直接使用全局封装的对象
|
|
|
|
|
|
## I18N 设置
|
|
|
|
- 设置通用I18N 文件 查询、删除、编辑、导出、导入、保存成功、编辑成功、删除成功、保存失败、编辑失败、删除失败
|
|
|
|
## 权限、菜单
|
|
|
|
权限注解、左侧菜单
|
|
|
|
菜单管理 iframe 等配置项
|