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
10 commits
  • fix(table): global configuration accidentally modified ...
    b4a3f936
    修复table的全局配置可能被意外修改的问题
    无木 authored
    2021-06-30 18:40:33 +0800  
    Browse Dir »
  • feat(basic-upload): `value` support v-model
    16c5d327
    无木 authored
    2021-06-30 17:02:50 +0800  
    Browse File »
  • fix: `hasPermission` not work in `ROLE` Mode
    76a5f87c
    无木 authored
    2021-06-30 16:52:13 +0800  
    Browse Code »
  • feat(basic-upload): add preview-delete event ...
    49e72a8e
    添加预览Modal中删除文件的事件
    
    close: #835
    无木 authored
    2021-06-30 16:35:00 +0800  
    Browse Dir »
  • fix(table): selection-change not triggered on row click ...
    6f845b53
    修复selection-change事件在点击行来改变勾选时不会被触发的问题
    无木 authored
    2021-06-30 15:43:32 +0800  
    Browse Code »
  • fix(axios): option `withToken` not work
    d509e897
    无木 authored
    2021-06-30 01:07:27 +0800  
    Browse Code »
  • fix(demo): account list fetch loss param ...
    424b171e
    修复账号管理列表发起请求时可能缺少当前选中的部门ID参数的问题
    
    fixed: #830
    无木 authored
    2021-06-30 00:50:49 +0800  
    Browse Dir »
  • refactor(contentHeight): 重构,将PageWrapper的useContentHeight抽象为公共hook,满足自定义扩展组件时的自动… ...
    9de6ac11
    …高度计算需求。 同时优化高度计算算法。 (#826)
    
    Lan authored
    2021-06-30 00:50:19 +0800  
    Browse Dir »
  • fix: support various vite modes of build, not just production (#832) ...
    95c16a5d
    (cherry picked from commit bcc4773fbfc3dd1b7a24655bc731be830ad6d72d)
    周旭 authored
    2021-06-30 00:49:19 +0800  
    Browse Code »
  • 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 Dir »
  • 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
1 commit
  • fix(table): getDataSource not worked on empty data ...
    e78af6f2
    修复getDataSource获取的数据源在表格为空时返回值错误的问题。
    
    fixed: #752
    无木 authored
    2021-06-25 15:08:43 +0800  
    Browse Code »