kailong321200875
|
002d03a0ad
|
wip: Table改版中
|
2023-07-09 20:29:44 +08:00 |
kailong321200875
|
6e002b4591
|
wip: Table组件重构中
|
2023-06-27 14:30:09 +08:00 |
kailong321200875
|
674d760029
|
types: Form类型调整
|
2023-06-27 11:32:24 +08:00 |
kailong321200875
|
69cafb3b7b
|
perf: 优化Form事件传递
|
2023-06-27 09:49:07 +08:00 |
kailong321200875
|
de0cb43566
|
feat: 新增TreeSelect表单项
|
2023-06-26 17:38:12 +08:00 |
kailong321200875
|
9a78ac977e
|
feat: 重构Dialog组件示例
|
2023-06-26 13:46:59 +08:00 |
kailong321200875
|
3b9c3d8b75
|
perf: ImageViewer组件优化
|
2023-06-25 17:37:58 +08:00 |
kailong321200875
|
49e415d277
|
feat: Descriptions组件重构
|
2023-06-25 16:02:15 +08:00 |
kailong321200875
|
cdf44a43a0
|
feat: 完善search组件demo
|
2023-06-25 13:49:11 +08:00 |
kailong321200875
|
a7f3702144
|
feat: Search组件重构
|
2023-06-25 10:38:32 +08:00 |
kailong321200875
|
e548668cce
|
perf: 优化Search组件
|
2023-06-25 09:20:32 +08:00 |
kailong321200875
|
c76f8bc494
|
wip: Search重构中
|
2023-06-21 17:59:37 +08:00 |
kailong321200875
|
77a3866248
|
perf: 优化表单组件
|
2023-06-21 14:16:48 +08:00 |
kailong321200875
|
3e4e27c21f
|
feat: Form useForm 完成
|
2023-06-21 11:28:03 +08:00 |
kailong321200875
|
097b32e1a9
|
fix: 修复Form已知问题
|
2023-06-19 16:27:49 +08:00 |
kailong321200875
|
289c1c2cf5
|
wip: 表单BUG修复中
|
2023-06-08 09:47:18 +08:00 |
kailong321200875
|
9c724dc9aa
|
feat: Form改造
|
2023-06-06 15:05:38 +08:00 |
kailong321200875
|
207c5b3fc4
|
style: 修改样式
|
2023-06-05 16:30:35 +08:00 |
kailong321200875
|
855e4ca41b
|
mod: 优化文件目录
|
2023-06-05 13:42:18 +08:00 |
kailong321200875
|
46b35e48b3
|
types: 迁移types
|
2023-05-31 16:24:28 +08:00 |
kailong321200875
|
e34b5cb613
|
wip: Form改造中
|
2023-05-25 11:33:37 +08:00 |
kailong321200875
|
deeee73bcb
|
feat: Radio改造
|
2023-05-25 09:29:49 +08:00 |
kailong321200875
|
6f1a94809e
|
wip: Form改造中
|
2023-05-24 18:14:36 +08:00 |
kailong321200875
|
83513d519d
|
feat: Radio改造
|
2023-05-23 15:36:33 +08:00 |
kailong321200875
|
7d0476f47c
|
types: 修改类型
|
2023-05-22 17:26:43 +08:00 |
kailong321200875
|
c5b545d2c7
|
wip: Form改造
|
2023-05-17 14:53:53 +08:00 |
kailong321200875
|
4d04734e13
|
feat: SelectV2改造完成
|
2023-05-11 15:52:04 +08:00 |
kailong321200875
|
998d9f3eeb
|
wip: Form改造中
|
2023-05-10 10:14:11 +08:00 |
kailong321200875
|
2261f49976
|
wip: Form改造中
|
2023-04-28 14:02:27 +08:00 |
kailong321200875
|
1d0f4b4c39
|
wip: Form改造中
|
2023-04-27 17:44:43 +08:00 |
kailong321200875
|
89844e441d
|
wip: Form升级中
|
2023-04-27 09:42:22 +08:00 |
kailong321200875
|
28d1654b20
|
wip: Form升级中
|
2023-04-26 17:49:30 +08:00 |
kailong321200875
|
09fe3467f6
|
wip: form改造中
|
2023-04-18 20:03:01 +08:00 |
kailong321200875
|
cc18f297ef
|
style: 调整工作台样式错乱
|
2023-04-18 18:31:31 +08:00 |
kailong321200875
|
962689a8bd
|
style: 布局样式优化
|
2023-04-18 18:08:36 +08:00 |
kailong321200875
|
719317694f
|
style: 样式布局调整完成
|
2023-04-18 17:09:03 +08:00 |
kailong321200875
|
15be32df99
|
wip: v2 coding
|
2023-04-17 14:53:09 +08:00 |
kailong321200875
|
a43e286186
|
wip: v2 coding
|
2023-04-17 09:23:03 +08:00 |
SVDBG
|
fe6dbbdb3e
|
我发现在使用权限管理面板时,面板一直停留在加载界面,查看源代码后发现:组件在接收res结果后改变响应式变量loading的值。
纠正上面的错误后,发现getUserListApi获取的用户列表信息res内部格式与实际得到的假数据不符合,导致无法正常赋值,也就是说res此时为空,所以我在getUserListApi更改预期获取的结果格式。
通过以上的修正操作,这样就可以正常显示获取到的假数据了。
|
2023-03-04 16:02:05 +08:00 |
kailong321200875
|
782b8e2f94
|
fix: 修复已知BUG
|
2023-03-03 16:19:33 +08:00 |
kailong321200875
|
1c06a27b90
|
fix: 修复TS类型错误
|
2023-01-16 14:45:39 +08:00 |
kailong321200875
|
3368fda251
|
fix: 修复Search组件无法默认值
|
2022-11-21 16:13:31 +08:00 |
kailong321200875
|
0b671e914e
|
fix: 修复option禁用属性无效
style: input默认宽度与select对齐
|
2022-11-07 15:09:16 +08:00 |
tangshuo
|
eb405b2a90
|
fix: Correct spelling of words(aciton →action)
|
2022-10-17 15:37:37 +08:00 |
hongxinzz
|
232a0f5396
|
merge
|
2022-10-09 17:27:46 +08:00 |
hongxinzz
|
8b4fa1aa21
|
feat: type抽离
|
2022-10-09 17:12:03 +08:00 |
kailong321200875
|
d946920e61
|
fix: The attribute of option does not work
|
2022-10-08 13:49:00 +08:00 |
kailong321200875
|
89d03fd067
|
fix: 修复重定向错误
|
2022-08-20 10:22:58 +08:00 |
kailong321200875
|
0980640f65
|
refactor: refactor axios
|
2022-08-13 09:32:13 +08:00 |
kailong321200875
|
c589edd960
|
style: perfect tableDemo
|
2022-08-13 09:03:52 +08:00 |
kailong321200875
|
55522b0661
|
perf: add static router
|
2022-07-30 10:05:53 +08:00 |
kailong321200875
|
55d4ce7e35
|
fix: Pie chart data not updated
|
2022-07-30 09:43:55 +08:00 |
xingyu
|
7bef662db1
|
feat: 添加按钮权限
|
2022-07-18 16:02:20 +08:00 |
xingyu
|
662e5b2489
|
Merge branch 'master' of https://github.com/xingyu4j/vue-element-plus-admin
|
2022-07-18 10:18:46 +08:00 |
kailong321200875
|
14530cf790
|
fix: fix build:test error
|
2022-07-16 15:11:19 +08:00 |
xingyu
|
753b73972b
|
feat: 添加按钮权限
|
2022-07-12 22:48:23 +08:00 |
kailong321200875
|
0a855b93e2
|
fix: fix useCrudSchemas not work
|
2022-07-01 22:16:41 +08:00 |
kailong321200875
|
ca3ce54630
|
perf: add useCrudSchemas demo
|
2022-07-01 21:44:00 +08:00 |
kailong321200875
|
34aefb64ab
|
perf: dialog combine with form
|
2022-07-01 20:20:48 +08:00 |
kailong321200875
|
1acb4d7e8f
|
perf: dynamic options demo
|
2022-07-01 17:50:11 +08:00 |
ckl1
|
9a3b6177aa
|
perf: dynamic options demo
|
2022-07-01 09:46:38 +08:00 |
kailong321200875
|
37b75839a5
|
feat: refactoring API
|
2022-06-25 21:56:24 +08:00 |
kailong321200875
|
39edd84023
|
perf: perf axios config
|
2022-06-25 20:04:58 +08:00 |
kailong321200875
|
1878c2ede7
|
wip: coding
|
2022-06-24 21:36:33 +08:00 |
kailong321200875
|
537af57a0a
|
fix: 修复axios已知问题
|
2022-06-24 19:58:18 +08:00 |
kailong321200875
|
f4c940d95e
|
wip: coding
|
2022-06-23 22:37:49 +08:00 |
kailong321200875
|
cf738b8701
|
wip: coding
|
2022-06-22 23:03:21 +08:00 |
kailong321200875
|
1bf2d4c772
|
fix: fix tagsview not work
|
2022-06-09 20:23:50 +08:00 |
kailong321200875
|
aadca89ff1
|
chore: update deps
|
2022-06-01 20:18:00 +08:00 |
ckl1
|
a76858c13f
|
wip: Dark theme transformation
|
2022-05-10 16:11:48 +08:00 |
陈凯龙
|
00d947e2f8
|
feat: add useCrudSchemas hook
|
2022-04-26 15:03:48 +08:00 |
陈凯龙
|
d77f8e334d
|
perf: Editor component support v-model
|
2022-04-18 15:54:28 +08:00 |
huanghong
|
d630710c83
|
feat: add component sticky
|
2022-03-31 00:33:19 +08:00 |
Snoword
|
2c7211c89d
|
fix: fix parmas to params
|
2022-03-30 15:29:46 +08:00 |
kailong321200875
|
8f8b1260e7
|
feat: add inputPassword demo
|
2022-03-27 08:45:16 +08:00 |
kailong321200875
|
c43f39efef
|
feat: add hooks demo
|
2022-03-26 10:08:13 +08:00 |
陈凯龙
|
85971227cd
|
style: update Icon demo
|
2022-03-25 09:03:47 +08:00 |
kailong321200875
|
0b525c8750
|
build: update plugins
|
2022-03-13 10:31:42 +08:00 |
陈凯龙
|
b2924190b8
|
style: lint code style
|
2022-02-21 14:04:16 +08:00 |
kailong321200875
|
9d926b2760
|
feat: Add dynamic route
|
2022-02-19 20:34:44 +08:00 |
kailong321200875
|
d5b6e2a777
|
build: Add vite-plugin-html plugin
|
2022-02-19 15:57:41 +08:00 |
kailong321200875
|
7411dbc9fd
|
feat: Add Error component
|
2022-02-19 15:36:18 +08:00 |
kailong321200875
|
1492f9119a
|
feat: Add example-page demo
|
2022-02-19 14:26:05 +08:00 |
kailong321200875
|
262f4211cf
|
feat: Add example-dialog demo
|
2022-02-19 13:17:38 +08:00 |
kailong321200875
|
f4eb4eac3a
|
release: v3 release test
|
2022-02-19 09:37:38 +08:00 |
kailong321200875
|
6c57a34512
|
wip: example demo developing
|
2022-02-13 11:08:11 +08:00 |
陈凯龙
|
ef35bde801
|
wip: example demo developing
|
2022-02-11 17:17:29 +08:00 |
陈凯龙
|
7ad46f828d
|
feat: Add Descriptions component and add Descriptions demo
|
2022-02-11 15:11:15 +08:00 |
陈凯龙
|
af9fc0a4ad
|
feat: Add ImageViewer component and add ImageViewer demo
|
2022-02-11 09:24:42 +08:00 |
陈凯龙
|
a18ad8f4a8
|
feat: Add Dialog component and add dailog demo
|
2022-02-10 15:43:57 +08:00 |
陈凯龙
|
3fb3e8da39
|
feat: Add Editor component and add editor demo
|
2022-02-10 10:04:47 +08:00 |
陈凯龙
|
17e8e7cda9
|
feat: Add Table component and add useTable hook
|
2022-02-09 16:19:21 +08:00 |
陈凯龙
|
b271e13227
|
wip: Table component developing
|
2022-02-09 11:34:45 +08:00 |
陈凯龙
|
7ef216c87e
|
wip: Table component developing
|
2022-02-08 15:49:23 +08:00 |
kailong321200875
|
7b7fcfef59
|
wip: Table component developing
|
2022-02-07 17:32:37 +08:00 |
kailong321200875
|
9b4b317817
|
feat: Search component add expand attribute and expandField attribute
|
2022-01-30 15:07:51 +08:00 |
kailong321200875
|
48ffc52ca8
|
fix: fix Form component setProps not work bug
|
2022-01-30 11:09:53 +08:00 |
陈凯龙
|
33eca8a97d
|
feat: Add Search component and add search demo
|
2022-01-28 11:36:18 +08:00 |
陈凯龙
|
8a958cd71d
|
perf: update useForm hook
|
2022-01-28 09:04:17 +08:00 |
陈凯龙
|
e6f9580331
|
feat: Add form demo
|
2022-01-27 16:52:13 +08:00 |
陈凯龙
|
543156f328
|
feat: Add form demo
|
2022-01-27 16:43:58 +08:00 |
陈凯龙
|
7795d2a4fe
|
feat: Add form demo
|
2022-01-27 16:41:29 +08:00 |
陈凯龙
|
dbf3b0f5a3
|
feat: Add infotip demo
style: level demo style beautification
|
2022-01-27 10:33:07 +08:00 |
陈凯龙
|
eb206b0cc3
|
feat: Add highlight demo
|
2022-01-27 10:10:25 +08:00 |
陈凯龙
|
535a31b35e
|
feat: Add Qrcode component and add qrcode demo
|
2022-01-27 09:51:03 +08:00 |
陈凯龙
|
d3fbd3a06c
|
feat: Add count-to demo
feat: Add useWatermark hook and add useWatermark demo
|
2022-01-26 14:08:37 +08:00 |
陈凯龙
|
e4b7a76912
|
feat: Add Infotip component
feat: Add Icon demo
|
2022-01-26 11:27:06 +08:00 |
陈凯龙
|
0832194e61
|
feat(hooks): Add useIntro hook
feat: Add guide demo
|
2022-01-25 17:43:53 +08:00 |
陈凯龙
|
cb558f8af9
|
feat: Add workplace api
|
2022-01-24 14:27:05 +08:00 |
陈凯龙
|
83327ea763
|
feat: Add analysis api
|
2022-01-24 09:43:27 +08:00 |
kailong321200875
|
c53fa562e5
|
feat(Workplace): Add wrokplace demo
feat(Component): Add Highlight component
feat(hooks): Add useTimeAgo hook
|
2022-01-23 21:54:27 +08:00 |
kailong321200875
|
cd069340fc
|
feat: Add analysis demo
|
2022-01-23 14:35:46 +08:00 |
kailong321200875
|
d847ccb098
|
style: Add elNamespace
feat(component): Add namespace of class
|
2022-01-23 10:11:13 +08:00 |
kailong321200875
|
e20fa76cad
|
feat(component): Add CountTo component and Echart component
|
2022-01-22 19:39:44 +08:00 |
陈凯龙
|
71b1c5e10c
|
feat(Layout): Add topLeft layout
|
2022-01-19 16:29:35 +08:00 |
陈凯龙
|
839b6015b8
|
feat(Layout): Add classic layout
|
2022-01-18 16:22:47 +08:00 |
kailong321200875
|
349ac9d398
|
feat(TagsView): Add TagsView component
feat(ContextMenu): Add ContextMenu component
feat(store): Add tagsView store
|
2022-01-16 17:55:20 +08:00 |
kailong321200875
|
4612e5544b
|
feat(Breadcrumbe): Add Breadcrumb component
style: change function to arrow function
|
2022-01-15 14:24:50 +08:00 |
陈凯龙
|
2fe9543b84
|
wip(Layout): Layout developing
|
2022-01-13 17:26:06 +08:00 |
陈凯龙
|
b218ccc9cc
|
feat(router): Add dynamic routing
|
2022-01-11 10:47:10 +08:00 |
kailong321200875
|
95a2bd884d
|
style(Icon): delete default color
wip(router): async import route developing
|
2022-01-09 14:28:51 +08:00 |
kailong321200875
|
c5ab3599c8
|
feat(useTitle): Add useTitle
feat(useNProgress): Add useNProgress
|
2022-01-09 10:57:50 +08:00 |
kailong321200875
|
3fc7d4d39a
|
feat(mock): Add mock
|
2022-01-08 18:38:20 +08:00 |
陈凯龙
|
357fc44e51
|
feat(useForm): Add useForm
|
2022-01-07 17:38:24 +08:00 |
陈凯龙
|
eb68f1d919
|
style(Login): update login styles
|
2022-01-07 09:12:32 +08:00 |
陈凯龙
|
1436543a5c
|
feat(Animate): Add animate.css
|
2022-01-06 17:13:13 +08:00 |
陈凯龙
|
4216f7c218
|
wip(Login): Login developing
|
2022-01-05 17:02:25 +08:00 |
陈凯龙
|
77097c8d92
|
wip(Login): Login developing
|
2022-01-04 16:53:13 +08:00 |
kailong321200875
|
4d52f7bf58
|
wip(Login): Login developing
|
2022-01-03 18:01:43 +08:00 |
kailong321200875
|
3810b8c3b2
|
feat(I18n): Add Ii8n
feat(LocaleDropdown): Add LocaleDropdown Component
feat(store): Add localeStore
|
2022-01-03 09:41:34 +08:00 |
陈凯龙
|
45d657d44c
|
wip(login): login developing
|
2021-12-31 17:19:53 +08:00 |
陈凯龙
|
bc749702b5
|
wip(Login): Login developing
|
2021-12-30 17:25:51 +08:00 |
陈凯龙
|
1ae75500de
|
init: v3 init
|
2021-12-07 14:36:07 +08:00 |
kailong321200875
|
2a7f3d2c46
|
release: template版本发布
|
2021-10-24 13:03:37 +08:00 |
陈凯龙
|
a4bd2068a5
|
feat: 综合实例、权限管理重构
|
2021-10-22 17:11:12 +08:00 |
陈凯龙
|
07adefb89b
|
feat: Table组件重构
|
2021-10-21 17:24:04 +08:00 |
kailong321200875
|
f64842462e
|
wip: Table组件重构中
|
2021-10-19 16:40:47 +08:00 |
kailong321200875
|
7f5ef99ccc
|
feat: Detail组件重构完成
|
2021-10-19 09:59:58 +08:00 |
陈凯龙
|
34221f387f
|
feat: Highlight组件重构
|
2021-10-18 08:59:46 +08:00 |
kailong321200875
|
3d9622978d
|
feat: 部分组件重构完成
|
2021-10-17 17:01:42 +08:00 |
kailong321200875
|
0f5c55c36d
|
wip: vite版重构中
|
2021-10-17 11:46:40 +08:00 |
kailong321200875
|
a8163874dc
|
wip: vite版重构中
|
2021-10-16 09:40:39 +08:00 |