Sign in

canrd-outside / order-erp-front · Commits

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • Commits 1,833
  • Compare
  • Branches 6
  • Tags 0
  • order-erp-front
12 Mar, 2021
2 commits
  • feat(map): added AMap/Baidu/Google Map example close #81
    a9462f0d
    Vben authored
    2021-03-12 21:45:27 +0800  
    Browse Dir »
  • feat(time): added time compoennt close #285
    a89eeef6
    Vben authored
    2021-03-12 21:40:23 +0800  
    Browse Dir »

11 Mar, 2021
5 commits
  • fix(table): ensure that editable cell values are echoed correctly close #335
    fab7a6c5
    Vben authored
    2021-03-11 22:04:17 +0800  
    Browse Code »
  • fix(table): fix table row misalignment close #353
    e15737b9
    Vben authored
    2021-03-11 22:04:17 +0800  
    Browse Code »
  • fix(useTableScroll): query paginationel every time to get the correct height (#355)
    f818bb9a
    ztw2010 authored
    2021-03-11 22:01:53 +0800  
    Browse Dir »
  • chore: update .env
    257aaa32
    Vben authored
    2021-03-11 01:29:42 +0800  
    Browse Code »
  • fix(tree): tree can customize title close #344
    ed422b7c
    Vben authored
    2021-03-11 01:22:50 +0800  
    Browse Dir »

10 Mar, 2021
5 commits
  • fix(table): fix TableAction row height error close #350
    a759e44c
    Vben authored
    2021-03-10 23:39:42 +0800  
    Browse Dir »
  • fix(table): ensure that the height calculation is normal close #349
    6095cb54
    Vben authored
    2021-03-10 23:34:43 +0800  
    Browse Dir »
  • refactor: code optimization
    2c6aa852
    Vben authored
    2021-03-10 22:28:37 +0800  
    Browse Dir »
  • fix(table): fix table height calculation problem ...
    0fe42a06
    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)
    ztw2010 authored
    2021-03-10 22:24:37 +0800  
    Browse Code »
  • chore: typo
    9aa1be82
    Vben authored
    2021-03-10 00:05:27 +0800  
    Browse Dir »

09 Mar, 2021
6 commits
  • fix(menu): fix hideMenu not working close #338
    5b2fbfb6
    Vben authored
    2021-03-09 23:39:21 +0800  
    Browse Dir »
  • fix(table): ensure that the table height is correct when the data is empty
    53867a84
    Vben authored
    2021-03-09 23:23:40 +0800  
    Browse Dir »
  • feat(icon): added svg icon picker
    1418dc6a
    Vben authored
    2021-03-09 23:03:32 +0800  
    Browse Code »
  • chore: update deps
    970d4049
    Vben authored
    2021-03-09 23:01:32 +0800  
    Browse Dir »
  • fix(page-wraper): fix PageWrapper the scroll bar on the right side of the conten… ...
    fcff2cb1
    …t area when the user clicks on the tab page to reload the page (#341)
    
    ztw2010 authored
    2021-03-09 22:01:17 +0800  
    Browse Code »
  • perf(icon): icon and SvgIcon integration
    e8fe6a92
    Vben authored
    2021-03-09 00:19:44 +0800  
    Browse Code »

08 Mar, 2021
4 commits
  • fix(page-wrapper): fix PageWrapper title not showing
    9e3adaa3
    Vben authored
    2021-03-08 23:16:35 +0800  
    Browse Dir »
  • fix(transition): fix transition not work close #334
    7d8b8db2
    Vben authored
    2021-03-08 21:58:46 +0800  
    Browse Code »
  • fix(table): ensure that the value of the table action is updated correctly close #301 #313
    7156e47c
    Vben authored
    2021-03-08 21:31:16 +0800  
    Browse Dir »
  • refactor: refactor the project to solve the hot update problem caused by circula… ...
    b7ce74ab
    …r dependencies close #301
    Vben authored
    2021-03-08 21:19:09 +0800  
    Browse Code »

07 Mar, 2021
6 commits
  • chore: release v2.0.3
    371af18d
    Vben authored
    2021-03-07 23:51:02 +0800  
    Browse File »
  • fix(form): ensure that the Form component does not verify hidden form items
    43a45b7c
    Vben authored
    2021-03-07 23:37:57 +0800  
    Browse Code »
  • fix(breadcrumb): ensure that the single-level breadcrumbs jump correctly close #321
    e0dc5cf2
    Vben authored
    2021-03-07 23:18:51 +0800  
    Browse Code »
  • fix(menu): fix menu icon missing close #328
    d5d4c4b4
    Vben authored
    2021-03-07 20:59:11 +0800  
    Browse Dir »
  • perf: optimize local loading speed close #329
    491f1fcf
    Vben authored
    2021-03-07 20:25:58 +0800  
    Browse Code »
  • perf(table): the table fills the height according to the screen close #310
    551fe50a
    Vben authored
    2021-03-07 01:42:57 +0800  
    Browse Dir »

06 Mar, 2021
1 commit
  • fix(table): fix pagination error
    745fcfc0
    Vben authored
    2021-03-06 15:10:33 +0800  
    Browse Code »

05 Mar, 2021
2 commits
  • feat: add SvgIcon component
    9c2a2a0c
    Vben authored
    2021-03-05 23:12:01 +0800  
    Browse Dir »
  • perf(login): enter to log in
    b93f20f0
    Vben authored
    2021-03-05 00:48:57 +0800  
    Browse Dir »

04 Mar, 2021
9 commits
  • fix(form): allow the setFieldsValue method to be null or undefined close #320
    8f76ef4e
    Vben authored
    2021-03-04 23:54:41 +0800  
    Browse Code »
  • feat(tree): add clickRowToExpand option close #318
    e6960896
    Vben authored
    2021-03-04 23:43:10 +0800  
    Browse Code »
  • fix(tree): fix the logic problem of show attribute of ActionItem under BasicTree
    80b47c84
    Vben authored
    2021-03-04 23:17:04 +0800  
    Browse Code »
  • fix(form): fix the problem of form props monitoring close #322
    83a34603
    Vben authored
    2021-03-04 23:12:59 +0800  
    Browse Code »
  • fix(description): ensure that props respond
    ce93e46f
    Vben authored
    2021-03-04 23:02:24 +0800  
    Browse Code »
  • chore: update readme.md
    ee5fb223
    Vben authored
    2021-03-04 21:31:33 +0800  
    Browse Dir »
  • chore: update workflows [deploy]
    381e3a96
    Vben authored
    2021-03-04 01:35:23 +0800  
    Browse Code »
  • chore: release v2.0.2 [deploy]
    553467df
    Vben authored
    2021-03-04 01:29:04 +0800  
    Browse Code »
  • feat: added system management sample page
    4628d944
    Vben authored
    2021-03-04 01:25:50 +0800  
    Browse Dir »