xk
6bb79180fc
feat(BasicForm): Improve ts types for BasicForm ( #3426 )
...
* fix(ApiCascader): Resolve api type conflict with labelField/valueField
* chore: Improve ts types for BasicForm
* fix(ApiCascader): Resolve API type error
* chore: Resolve type:check error
* chore: fix form type error
* fix(ApiRadioGroup): Resolve api type conflict with labelField/valueField
* fix(ApiTree): api type error
* chore(demo): form basic page schemas use FormSchemaAll
* chore: FormSchemaAll to FormSchema
* fix: ComponentFormSchemaType
* fix: Object literal may only specify known properties
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2023-12-21 15:59:32 +08:00
xingyu
4d2fb0cb6f
refactor: '/@/' ==> '@/' and '/#/ '==> '#/' ( #3329 )
...
* refactor: /@/ ==> @/
* chore: '/@/' ==> '@/' and '/#/ '==> '#/'
* fix: lint:prettier
2023-11-24 10:32:04 +08:00
黄小民
59145ade25
feat: vxeTable searchInfo demo ( #3223 ) close #3011
2023-11-02 09:13:48 +08:00
bowen
f87e078402
chore: fix type:check error ( #3139 )
2023-10-12 14:50:32 +08:00
invalid w
1e95706f8b
chore: Fix ts type error ( #3100 )
...
* chore: fix onUploadProgress params type error
* fix(BasicButton): extends type error
* fix: useFormRules 类型问题
* fix: IFormConfig 类型问题
* chore: 设定CollapseItem list参数的类型
* chore: 修复sliderSpan类型错误
* chore: 改写成setup组件
* fix: static func type error
* chore: 设定listener 函数 evt类型为Event
* chore(props): 消除ts类型错误
* chore: 移除多余的类型转换
* Update domUtils.ts
* chore: 消除iconPicker类型错误
* Update domUtils.ts
* chore(clickOutside): 消除类型错误
* Update repeatClick.ts
* Update index.ts
* chore: 补全参数类型
* fix(Cropper): avatar uploadapi 类型问题
2023-10-08 17:30:19 +08:00
alixhome
ce6b25d03b
fix: Change role to toles for LoginResultModel ( #3037 )
2023-09-18 10:04:00 +08:00
Peng Peidong
31d44ad372
fix(api/demo): fix typo ( #2808 )
2023-05-30 10:13:53 +08:00
vben
8e5a6b7ce5
perf: 修复部分 eslint 错误
2023-04-05 22:47:14 +08:00
Captain
136cbb1e3b
feat: add request retry ( #1553 )
2022-03-19 00:07:34 +08:00
Carson
dc4b05272f
refactor(dashboard): adjust the spacing of Card under the small screen ( #1399 )
...
Co-authored-by: huguangju <huguangju@wowkai.cn>
2021-11-24 23:16:53 +08:00
Jobin
97fe8e2058
feat(ApiCascader): add asynchronous cascader component ( #1321 )
2021-11-01 07:59:15 +08:00
vben
acea184320
chore: format code
2021-10-25 23:49:03 +08:00
无木
6544f84bc2
feat(demo): add token expired example
...
添加token超时例子
2021-09-14 22:11:21 +08:00
无木
b3307fe283
fix: warning in logout action
...
修复退出登录相关代码中的警告
2021-09-11 11:08:34 +08:00
vben
56a966cfbf
chore: format code
2021-08-24 22:41:48 +08:00
无木
8b4b767f4c
feat(demo): add `async-validator` demo
...
添加表单使用后端接口异步验证的例子
2021-07-21 15:44:46 +08:00
无木
d81db890df
feat(api-tree-select): add `api` options to tree-select
...
添加ApiTreeSelect组件
2021-07-15 18:05:13 +08:00
无木
41e6d94b3b
feat(demo): add search demo for apiSelect
...
添加ApiSelect的本地搜索和远程搜索例子
2021-07-08 02:46:15 +08:00
无木
e5f37885ff
fix: multi windows token sharing
...
修复同时打开多个窗口时令牌没能同步共享的问题
fixed : #761
2021-06-29 19:41:06 +08:00
Vben
7dce50cb1f
chore: typo
2021-06-19 22:38:29 +08:00
Vben
b6d5b0796d
feat(axios): added authenticationScheme configuration,fix #774
2021-06-17 23:25:31 +08:00
M69W
a03d3cc60c
fix(ApiSelect demo): add demo about ApiSelect's use ( #757 )
...
* fix(ApiSelect demo): add demo about ApiSelect's use
* fix(ApiSelect demo): typo
* revert(ApiSelect): remove console
Co-authored-by: M69W <M69W@M69W>
2021-06-14 22:10:41 +08:00
无木
b387681c00
fix(api): select api type error
2021-06-10 15:43:28 +08:00
无木
7c1ffa3d23
fix(mock): type error
2021-06-09 12:13:13 +08:00
无木
46899aa3cd
feat(demo): `switch` use in table
...
演示在table中渲染switch列并响应修改switch的动作
2021-06-04 16:11:18 +08:00
Netfan
9e5e630987
refactor(api): remove unnecessary userId param ( #675 )
...
* refactor(api): remove unnecessary userId param
移除getUserInfo、getPermCode、getMenuList接口的userId参数。
这些接口应当始终与当前登录用户相关而无需传递userId。
* fix: fix auth header key case error
2021-05-29 23:11:38 +08:00
vben
5465f058ce
feat(user): add user login expiration example
2021-05-25 23:14:05 +08:00
Netfan
7519a00ada
fix(avatar): show current user's avatar ( #640 )
...
在显示头像的地方正确显示当前登录用户的头像,已补充mock接口返回的avatar字段。
2021-05-23 09:02:47 +08:00
Vben
b7ce74abd6
refactor: refactor the project to solve the hot update problem caused by circular dependencies close #301
2021-03-08 21:19:09 +08:00
Vben
4628d94415
feat: added system management sample page
2021-03-04 01:25:50 +08:00
Vben
9a1ba74920
wip: system management sample page
2021-03-03 22:52:25 +08:00
Vben
3b8ca420c7
feat: add dept management page
2021-03-01 22:54:21 +08:00
Vben
37669d067c
wip: add account management page
2021-03-01 00:56:25 +08:00
Vben
11d3f395ca
fix: ensure to request the interface correctly
2021-02-26 23:30:22 +08:00
Vben
a821d9a3a2
perf: imporve axios logic
2021-02-26 22:45:53 +08:00
vben
589409305f
perf: adjust the return value of the interface to obtain user information in array format #259
2021-02-13 09:17:11 +08:00
vben
ac1a369502
perf(form): improve the form function
2020-12-27 22:25:35 +08:00
vben
4ce1d526c8
refactor(lock-page): refactor lock page
2020-12-09 22:11:34 +08:00
vben
29461a8568
fix: file upload key loss #120
2020-12-08 22:18:20 +08:00
vben
46e0875374
chore: add some notes
2020-11-18 22:41:59 +08:00
vben
7a000366b9
feat(desc-page): add desc page demo
2020-11-17 22:28:32 +08:00
vben
abb0cfae06
chore: update center page
2020-11-15 13:46:16 +08:00
vben
661db0c767
perf(upload): improve upload component
2020-11-15 13:22:34 +08:00
chen-xt
7ad4cee79a
feat: add accountSetting page ( #85 )
2020-11-14 20:34:46 +08:00
jq
746d4a745d
wip: add upload component
2020-11-12 00:06:12 +08:00
vben
4ff6b73c2b
perf: optimize settingDrawer code
2020-11-10 22:45:39 +08:00
vben
7101587b96
feat: add error handle
2020-10-18 21:55:21 +08:00
陈文彬
faf3f4602e
feat(table): add table component
2020-10-08 01:35:05 +08:00
陈文彬
2f6253cfb6
initial commit
2020-09-28 20:19:10 +08:00