Commit Graph

273 Commits

Author SHA1 Message Date
Vben b54b794264 fix(table): make sure the editing line is working, fix #439 2021-04-01 00:52:31 +08:00
Vben 2e11ea677b wip: add cropper iamge component 2021-03-29 22:48:13 +08:00
Vben 37f6660c57 perf: code optimization 2021-03-28 15:31:35 +08:00
Vben 979058ad95 perf: refoctor useTitle 2021-03-27 16:03:28 +08:00
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
vben a7a8b894c1 fix(transition): fix transition not work 2021-01-04 22:18:05 +08:00
vben da76f3c77b fix(layout): fix layout scale error 2021-01-04 21:32:06 +08:00
vben 7a07b703d1 fix(table): table memory overflow 2021-01-04 21:32:05 +08:00
vben 97180e83f5 feat(layout): added setting. Used to fix the left mixed mode menu 2021-01-03 10:42:19 +08:00
vben 5c27353467 fix(table): restore the property of the table 2021-01-02 22:34:32 +08:00
vben af55511bd6 fix(table): table columns setting error 2021-01-02 10:28:44 +08:00
vben aa596af608 fix(table): table columns setting will uncheck all render columns #154 2021-01-02 10:04:46 +08:00
vben a0681cca8f fix(demo): fix demo error 2020-12-31 22:45:08 +08:00
vben 9c2f3f30bb refactor(table): refactor table #150 #148 #146 #130 #76 2020-12-31 21:24:47 +08:00
vben e09e0a1253 fix(table): wrong tag label style #134 2020-12-31 00:34:20 +08:00
vben d9b58e46ae style(layout): update layout style #149 2020-12-31 00:20:41 +08:00
vben 116a1f7745 wip(table): perf table #136,146,134 2020-12-31 00:11:44 +08:00
vben 3549043f37 wip(table): perf table 2020-12-28 23:33:23 +08:00
vben a305e59124 fix(form): form validate error 2020-12-28 22:04:05 +08:00
vben 08df198710 fix(form): form-item style error 2020-12-28 01:47:24 +08:00
vben 4ff1c408dc wip(form): perf form 2020-12-25 01:09:44 +08:00
Pom 877311f9df
fix(table): Update useDataSource.ts (#131)
假如数据变少,导致总页数变少并小于当前选中页码,通过getPaginationRef获取到的页码是不正确的,需获取正确的页码再次执行
2020-12-17 17:18:18 +08:00
vben 9bb751475d perf: tsx use useExpose 2020-12-08 22:53:29 +08:00
vben bd6b203fa9 fix(upload): repair file upload and delete invalidation 2020-12-07 22:38:43 +08:00
Heresy 404db2fb49
fix(table): fix unsuccessful saving of row edit table (#117)
Co-authored-by: heresy <Heresy@chxian.com>
2020-12-07 22:37:33 +08:00
vben 59ad82442b fix(table): fix table setting error 2020-12-06 00:05:26 +08:00
vben c303ec1a23 refactor: refactor route 2020-12-03 21:49:32 +08:00
vben 962f90de44 feat: support vscode i18n-ally plugin 2020-12-01 23:51:39 +08:00
vben 54d1405646 fix: fix table column settings not displayed by setting 2020-11-28 19:15:28 +08:00
vben de499a1455 fix: fix the display problem of table icon 2020-11-28 17:25:35 +08:00
vben 81baf1d5c4 perf: perf modal and drawer 2020-11-27 23:41:45 +08:00
vben 73c8e0c158 perf: perf component 2020-11-26 21:19:39 +08:00
vben dc09de1e05 feat: multi-language component 2020-11-26 00:46:51 +08:00
vben 6e03e05032 perf: perf context menu 2020-11-25 21:06:00 +08:00
vben 0692b4798c refactor: refactor layout 2020-11-24 22:59:29 +08:00
vben ba068ba1df wip: refactor layout 2020-11-23 23:24:13 +08:00
vben b49950a390 fix: fix useTimeoutFn not work 2020-11-21 22:47:10 +08:00
vben 46e0875374 chore: add some notes 2020-11-18 22:41:59 +08:00
vben c8ef82b2c1 fix(form): fix baseColProps not work 2020-11-18 00:06:44 +08:00
vben 0b6110a8fc feat(form-page): add form page demo 2020-11-17 17:02:42 +08:00
vben 661db0c767 perf(upload): improve upload component 2020-11-15 13:22:34 +08:00
vben 261936b117 revert(table): revert form type annotation 2020-11-13 07:33:10 +08:00
vben 1d45617e4a refactor(form): enhanced form customization and dynamic capabilities 2020-11-13 00:42:52 +08:00
vben d9b1960030 refactor(hooks): introduce vueuse, delete duplicate hooks 2020-11-12 22:40:16 +08:00
vben ecfb702b09 fix: type error 2020-11-12 22:20:15 +08:00
jq 746d4a745d wip: add upload component 2020-11-12 00:06:12 +08:00
vben 5832ee6697 feat(form): support function type of form item 2020-11-10 22:30:52 +08:00
vben cdf2c59e5c fix(table): fix the problem that multi-level header configuration does not take effect 2020-11-08 18:28:03 +08:00
vben 36a7e70cee chore: update deps 2020-11-08 18:01:10 +08:00
vben db0bfc8863 fix(table): fix table type error 2020-11-04 21:39:06 +08:00
vben 69af37ec88 fix(table): fix table typo 2020-11-03 00:59:39 +08:00
vben b36d9486a5 fix(mock): fix mock paging tool error 2020-11-01 11:30:58 +08:00
vben a1ffb61804 perf(table): optimize effect performance 2020-11-01 11:13:34 +08:00
vben 84b8302c09 fix(table): fix table search criteria collapse failure 2020-11-01 01:07:41 +08:00
vben da4aea1399 fix: fix table small style (#67) 2020-10-31 20:34:16 +08:00
vben 05980a817e fix(table): fix table type error 2020-10-31 12:56:30 +08:00
vben 2407b3368c fix: some error 2020-10-31 00:15:14 +08:00
vben 9abf1763c7 perf(modal): optimize table embedding height calculation problem 2020-10-30 23:00:51 +08:00
vben a0c3197454 perf: update form types 2020-10-25 23:51:27 +08:00
vben 491ba9a3cc feat: add the parameter sortFn to the table 2020-10-25 10:51:24 +08:00
vben d09406e3cb feat: add the parameter submitOnReset to the form (#54) 2020-10-25 10:50:49 +08:00
vben 74d4742406 fix: the action column appears repeatedly in the table (#53) 2020-10-25 10:14:52 +08:00
vben e034d1bacc perf: remove optional chain 2020-10-23 23:11:12 +08:00
vben 1c075a7a32 fix: reset back to default value after fixing form query 2020-10-22 23:10:37 +08:00
vben 8b3a4d37a8 feat: add table setting 2020-10-21 21:44:57 +08:00
vben 4b384b137c perf: perf TableAction 2020-10-20 23:47:39 +08:00
vben 5a6db8c640 fix(table): fix table actionColOptions not work 2020-10-20 23:30:48 +08:00
vben 968f791f4b perf: optimize the size of the first screen 2020-10-20 21:06:12 +08:00
vben 7101587b96 feat: add error handle 2020-10-18 21:55:21 +08:00
vben ddc3786b16 fix: fix table auto height 2020-10-14 22:38:20 +08:00
nebv bb3b8f817d feat: the production environment can be dynamically configured 2020-10-13 01:40:21 +08:00
nebv 4500214b2a fix: fix editable cells cannot be entered 2020-10-13 01:40:10 +08:00
陈文彬 f2c7638bd7 fix: fix the style problem of the table border in the production environment 2020-10-08 15:26:50 +08:00
陈文彬 faf3f4602e feat(table): add table component 2020-10-08 01:35:05 +08:00