Commit Graph

119 Commits

Author SHA1 Message Date
Vben
a98835e18b chore: types 2021-03-26 22:22:58 +08:00
Vben
e090689ef5 chore: update deps 2021-03-26 21:16:08 +08:00
Vben
391da9ec28 feat(table): add expandAll/collapseAll function close #333 2021-03-21 21:51:50 +08:00
Vben
c3096e26ff fix(table): fix table check column configuration failure close #391 2021-03-20 21:45:43 +08:00
Vben
1d7608ee40 fix(table): ensure that the height calculation is correct close #395 2021-03-20 17:06:16 +08:00
Vben
b67cf22dfc feat(route): add hideChildrenInMenu option close #346 2021-03-18 21:13:15 +08:00
Vben
fab7a6c58d fix(table): ensure that editable cell values are echoed correctly close #335 2021-03-11 22:04:17 +08:00
Vben
e15737b9d1 fix(table): fix table row misalignment close #353 2021-03-11 22:04:17 +08:00
ztw2010
f818bb9a10
fix(useTableScroll): query paginationel every time to get the correct height (#355) 2021-03-11 22:01:53 +08:00
Vben
ed422b7c56 fix(tree): tree can customize title close #344 2021-03-11 01:22:50 +08:00
Vben
a759e44c6e fix(table): fix TableAction row height error close #350 2021-03-10 23:39:42 +08:00
Vben
6095cb54af fix(table): ensure that the height calculation is normal close #349 2021-03-10 23:34:43 +08:00
Vben
2c6aa8528d refactor: code optimization 2021-03-10 22:28:37 +08:00
ztw2010
0fe42a06c1
fix(table): fix table height calculation problem
Because the table data obtained by the interface may be later than the calctableheight method, the table cannot adapt to the height, and a scroll bar appears on the page (#348)
2021-03-10 22:24:37 +08:00
Vben
53867a8461 fix(table): ensure that the table height is correct when the data is empty 2021-03-09 23:23:40 +08:00
ztw2010
fcff2cb191
fix(page-wraper): fix PageWrapper the scroll bar on the right side of the content area when the user clicks on the tab page to reload the page (#341) 2021-03-09 22:01:17 +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
551fe50a44 perf(table): the table fills the height according to the screen close #310 2021-03-07 01:42:57 +08:00
Vben
745fcfc014 fix(table): fix pagination error 2021-03-06 15:10:33 +08:00
Vben
b93f20f0df perf(login): enter to log in 2021-03-05 00:48:57 +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
7c2f851692 fix(table): ensure the table setting button dividing line is hidden 2021-02-26 20:36:54 +08:00
Vben
efb27aff0a style(table): remove unless style 2021-02-26 20:15:50 +08:00
Vben
fcee7d4eb7 perf: move src/types to root 2021-02-26 20:09:24 +08:00
Vben
601368921f fix(table): get the selected rows of the table correctly 2021-02-24 23:31:39 +08:00
Vben
500900abe1 perf: hide table full screen button by default 2021-02-24 22:05:27 +08:00
vben
4f8e1c1b5f fix(table): fix known errors in editable tables close #267 2021-02-20 00:00:22 +08:00
vben
64533f6204 fix(table): fix the table in the editable row status and press Enter to confirm #258 2021-02-09 00:05:16 +08:00
vben
a3a903bc86 feat(modal): exporse redoModalHeight 2021-02-08 00:17:15 +08:00
vben
9edc281322 chore: format code by eslint #222 2021-01-28 23:30:50 +08:00
葡萄架
1a85dff57d
Fix the return value when editing the cell(#219)
修正单元格编辑提交时的返回值 .这个地方应该返回真实值,而不是editValueMap处理后的值或Select插槽的option.label。
2021-01-27 21:00:29 +08:00
葡萄架
9ea257e1fb
fix(table): fix the initial data display of editable cells (#218)
修正可编辑单元格初始数据显示
2021-01-26 22:59:58 +08:00
vben
c889fb174b fix(use-table): fix types 2021-01-22 22:40:29 +08:00
vben
ea9355398f fix(table): cell content does not wrap #210 2021-01-21 23:00:08 +08:00
vben
ff2b12b409 refactor(menu): added component. Solve the menu stuck problem 2021-01-17 22:36:06 +08:00
vben
056fc13116 fix(table): index column value error #187 2021-01-15 00:21:49 +08:00
vben
0aeec5e9d7 fix(mitt): logout and clear the mitt 2021-01-15 00:10:06 +08:00
vben
cdf0a600e5 perf: perf table 2021-01-12 22:17:31 +08:00
vben
efbde0d57e perf(i18n): merge common lang 2021-01-12 21:10:27 +08:00
vben
c9600208c5 fix(table): table setting error #174 #165 2021-01-11 21:30:43 +08:00
vben
18ad1bcc6e fix: upload component not work #169 2021-01-11 21:15:34 +08:00
vben
1d3007f030 chore: update deps 2021-01-07 21:25:15 +08:00
vben
de5bf757f2 fix(form): formAction slot not work 2021-01-07 21:16:30 +08:00
vben
0e7c57bd5e feat(tabs): added tab folding 2021-01-06 20:10:16 +08:00
vben
8d7d0835ad feat(table): add summaryData prop #163 2021-01-05 21:46:39 +08:00
vben
31ff0559fe feat(page-wrapper): added pageWrapper component 2021-01-05 21:45:05 +08:00
vben
c031163f34 fix(table): fix edit-table not work 2021-01-04 23:39:24 +08:00
vben
a2c89d2e84 fix(table): fix table setting error #162 2021-01-04 22:55:33 +08:00