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
30 Jun, 2021
1 commit
  • fix(menu): make sure the menu is activated correctly
    cdb10cc4
    Vben authored
    2021-06-30 00:47:59 +0800  
    Browse Code »

29 Jun, 2021
7 commits
  • feat(table): support asynchrony in beforeFetch and afterFetch (#827)
    749ba5c1
    SUPER_AI authored
    2021-06-29 23:53:10 +0800  
    Browse Code »
  • fix(lock-screen): ensure lock info is saved ...
    d38ff667
    确保打开多个窗口锁屏时,其它窗口不会误覆盖锁屏状态
    无木 authored
    2021-06-29 20:23:47 +0800  
    Browse Code »
  • fix: multi windows token sharing ...
    e5f37885
    修复同时打开多个窗口时令牌没能同步共享的问题
    
    fixed: #761
    无木 authored
    2021-06-29 19:41:06 +0800  
    Browse Code »
  • fix(lock-screen): fix lock-screen can skip on new window ...
    d7b84c78
    修复锁屏功能可以通过刷新页面或复制 URL 打开新的浏览器标签来跳过锁定状态的问题
    无木 authored
    2021-06-29 18:34:51 +0800  
    Browse Dir »
  • feat(axios): add `withToken` option ...
    c99cf5e5
    添加withToken配置,用于控制request是否提交token
    无木 authored
    2021-06-29 17:31:30 +0800  
    Browse Dir »
  • fix(table): fix rowSelection.onChange not work ...
    df0f0008
    修复为table提供rowSelection.onChange时,无法手动变更table的选中项的问题
    
    fixed: #825
    无木 authored
    2021-06-29 16:39:47 +0800  
    Browse Code »
  • fix(svg-icon): fix SvgIcon style
    99829c79
    无木 authored
    2021-06-29 15:16:21 +0800  
    Browse Dir »

28 Jun, 2021
8 commits
  • chore: revert scrollbar
    bdae33e3
    Vben authored
    2021-06-28 23:40:03 +0800  
    Browse Code »
  • perf(scrollbar): scrollbar update when slot changed
    e9e51b2f
    Vben authored
    2021-06-28 22:45:40 +0800  
    Browse Code »
  • fix(sider): bottom trigger not work ...
    1bde4041
    修复侧边栏底部的折叠按钮不工作的问题
    
    fixed: #820
    无木 authored
    2021-06-28 21:16:04 +0800  
    Browse Dir »
  • fix(modal): `setModalProps` support `defaultFullscreen` ...
    c7de65eb
    修复setModalProps不支持设置defaultFullscreen的问题
    无木 authored
    2021-06-28 18:10:26 +0800  
    Browse Dir »
  • fix(table): editComponentProps support onChange ...
    829b366c
    修复editComponentProps不支持onChange的问题
    无木 authored
    2021-06-28 16:27:53 +0800  
    Browse Dir »
  • fix(modal): remove console log
    3dbbde26
    无木 authored
    2021-06-28 11:12:52 +0800  
    Browse Code »
  • fix(modal): maskClosable not work ...
    f750ff43
    修复BasicModal点击遮罩不能关闭的问题
    无木 authored
    2021-06-28 11:10:58 +0800  
    Browse Dir »
  • chore: release 2.5.2
    f9cda2e8
    vben authored
    2021-06-28 00:22:34 +0800  
    Browse Code »

27 Jun, 2021
9 commits
  • feat(menu): the route is automatically mapped to the menu
    913c22c8
    vben authored
    2021-06-27 23:58:14 +0800  
    Browse Code »
  • perf(router): reduce the number of guard files
    327d71b8
    vben authored
    2021-06-27 22:59:59 +0800  
    Browse Code »
  • fix(drawer): openDrawer is not normal in some cases ...
    941ad597
    修复BasicDrawer在设置其它属性时可能会影响visible状态的问题
    无木 authored
    2021-06-27 19:13:57 +0800  
    Browse Dir »
  • style: remove tailwind lightBlue renamed warning
    d0b6c496
    无木 authored
    2021-06-27 16:38:40 +0800  
    Browse Code »
  • fix: user drop-down event key loss ...
    20d7a25e
    修复顶部的用户操作下拉菜单点击事件丢失key参数的问题
    无木 authored
    2021-06-27 15:33:30 +0800  
    Browse Code »
  • perf(icon): remove Icon component global registration
    59d3e8c8
    vben authored
    2021-06-27 13:56:09 +0800  
    Browse Code »
  • fix: user dropdown event response failure ...
    c73694ab
    修正顶部用户下拉菜单不响应点击事件的问题
    无木 authored
    2021-06-27 02:32:18 +0800  
    Browse Dir »
  • chore: release 2.5.1
    81a0f478
    vben authored
    2021-06-27 00:04:01 +0800  
    Browse Code »
  • fix(comp-tree): support comp-tree-foreach stop,add insertNodesByKey (#818) ...
    d97aa927
    Co-authored-by: git <lixiaokang215@163.com>
    bbkkkk8 authored
    2021-06-27 00:01:38 +0800  
    Browse Dir »

26 Jun, 2021
5 commits
  • fix: fix antdv console warning
    480cfb91
    vben authored
    2021-06-26 23:56:57 +0800  
    Browse Code »
  • feat(demo): add route multi tabs show ...
    0e414ba3
    添加同一路由演示多个不同参数的tab
    
    close: #817
    无木 authored
    2021-06-26 21:25:11 +0800  
    Browse Code »
  • revert(axios): remove baseUrl config ...
    61d4efd5
    无需 baseUrl 配置,已有apiUrl 替代
    无木 authored
    2021-06-26 12:14:06 +0800  
    Browse Code »
  • fix: fix defHttp baseUrl work
    d5f9919b
    JinMao authored
    2021-06-26 04:47:17 +0800  
    Browse Code »
  • chore: update deps
    aed622bd
    Vben authored
    2021-06-26 00:31:21 +0800  
    Browse Code »

25 Jun, 2021
2 commits
  • fix(table): getDataSource not worked on empty data ...
    e78af6f2
    修复getDataSource获取的数据源在表格为空时返回值错误的问题。
    
    fixed: #752
    无木 authored
    2021-06-25 15:08:43 +0800  
    Browse Code »
  • fix(table): treeTable editable error ...
    4ae39c53
    修复树表格的编辑问题
    
    fixed: #811
    无木 authored
    2021-06-25 14:51:58 +0800  
    Browse Dir »

24 Jun, 2021
5 commits
  • fix(api-select): ensure that the onchange function parameters are correct
    fa64fc8a
    Vben authored
    2021-06-24 23:51:14 +0800  
    Browse Dir »
  • fix(demo-form): add fieldMapToTime example,fix #807
    a2a75a09
    Vben authored
    2021-06-24 23:17:56 +0800  
    Browse Code »
  • fix(demo): style error,fix #806
    a2d8be3a
    Vben authored
    2021-06-24 23:10:43 +0800  
    Browse Dir »
  • fix(design): correct tailwind configuration,fix #800
    aec230ca
    Vben authored
    2021-06-24 22:57:36 +0800  
    Browse Code »
  • fix(pop-confirm): fix event working unexpected
    a6ef771f
    无木 authored
    2021-06-24 18:55:38 +0800  
    Browse Dir »

23 Jun, 2021
3 commits
  • perf(pagewrapper): 优化PageWrapper的高度自适应表现使用getViewportOffset替代useContentViewHeight (#792) ...
    4d8e3985
    Co-authored-by: NorthLan <lan6995@gmail.com>
    Lan authored
    2021-06-23 23:16:47 +0800  
    Browse Dir »
  • fix(upload): make sure to carry custom parameters, fix #802
    c4b22a22
    Vben authored
    2021-06-23 22:37:30 +0800  
    Browse Dir »
  • fix(dropdown): icon and trigger work unexpected ...
    60b80c96
    修复Dropdown中popconfirm的事件响应区域以及icon不正常的问题
    
    fix: #796,#787
    无木 authored
    2021-06-23 21:56:43 +0800  
    Browse Code »