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
05 Jun, 2021
9 commits
  • refactor(test-server): improve test service code
    a96cb250
    Vben authored
    2021-06-05 22:29:56 +0800  
    Browse Code »
  • fix(demo): fix basic form page style ...
    8b6e07b7
    修复表单基础示例页面,远程下拉的弹出层有时显示不完整的问题。
    无木 authored
    2021-06-05 22:17:17 +0800  
    Browse Code »
  • feat(api-select): auto refetch after params changed ...
    50207ad7
    ApiSelect 组件在params改变后自动重新获取远程数据
    无木 authored
    2021-06-05 22:15:51 +0800  
    Browse Code »
  • chore: vite server options adjustment
    4805ca26
    无木 authored
    2021-06-05 20:14:55 +0800  
    Browse Code »
  • fix(upload): ensure preview items valid
    43769286
    无木 authored
    2021-06-05 18:10:58 +0800  
    Browse Dir »
  • fix(table): wrong indeterminate state ...
    495b1da3
    修复table在包含默认不显示的列时,settings的[列展示]复选框的初始indeterminate状态不正确的问题
    无木 authored
    2021-06-05 16:22:26 +0800  
    Browse Code »
  • feat(table): support custom update on row editing ...
    fe2bcfc6
    在表格进入行编辑状态时,在某一列数据发生修改时,允许获取或同步修改其它列的当前编辑数据。
    
    close #646
    无木 authored
    2021-06-05 14:11:00 +0800  
    Browse File »
  • feat(table-action): add stopButtonPropagation prop ...
    808012b5
    为TableAction组件添加stopButtonPropagation来配置是否要阻止操作列的按钮的点击事件冒泡。
    
    close #699
    无木 authored
    2021-06-05 12:58:07 +0800  
    Browse Code »
  • fix(lock): fix lock modal height ...
    40e3cb04
    fixed #701
    无木 authored
    2021-06-05 12:25:39 +0800  
    Browse Dir »

04 Jun, 2021
5 commits
  • fix(page): `basic form` action btns should be in line ...
    6c4f9473
    修正基础表单页面的提交和重置按钮没有处于一行的问题
    无木 authored
    2021-06-04 19:22:30 +0800  
    Browse Dir »
  • feat(echarts): add getInstance for useECharts ...
    fb6c76db
    为useECharts添加getInstance以便绑定事件或执行更多自定义动作
    无木 authored
    2021-06-04 17:22:06 +0800  
    Browse Dir »
  • feat(demo): `switch` use in table ...
    46899aa3
    演示在table中渲染switch列并响应修改switch的动作
    无木 authored
    2021-06-04 16:11:18 +0800  
    Browse Code »
  • fix(mock): menu list api loss `type` field
    41854121
    无木 authored
    2021-06-04 16:08:41 +0800  
    Browse Dir »
  • fix(axios): transformRequestHook logic error
    b69dcd79
    无木 authored
    2021-06-04 14:18:22 +0800  
    Browse Dir »

03 Jun, 2021
4 commits
  • chore: vscode configuration adjustment
    4da3d2c5
    Vben authored
    2021-06-03 23:45:01 +0800  
    Browse Code »
  • fix(keep-alive): tablist cache updating effect ...
    d62d0ca0
    修复 updateCacheTab 逻辑问题造成的KeepAlive配置可能失效的问题
    
    close: #695
    无木 authored
    2021-06-03 16:28:48 +0800  
    Browse Code »
  • fix(form): schemas update problem ...
    808328dc
    修复某些情况下重设schemas数据不会生效的问题
    
    fixed #688
    无木 authored
    2021-06-03 10:54:58 +0800  
    Browse Dir »
  • fix(modal): redoModalHeight not work as expected ...
    5d554f18
    修复redoModalHeight根据内容重设高度时,只会增大而不能减少Modal高度的问题
    无木 authored
    2021-06-03 10:52:17 +0800  
    Browse Dir »

02 Jun, 2021
2 commits
  • feat(modal): add redoModalHeight for useModalInner ...
    f732b569
    允许在Modal内部动态加载内容后重新调整高度
    无木 authored
    2021-06-02 23:31:15 +0800  
    Browse Dir »
  • fix(form): radioButtonGroup value support boolean
    9e2aa20d
    zuihou authored
    2021-06-02 08:59:39 +0800  
    Browse Dir »

01 Jun, 2021
8 commits
  • chore: release v2.4.1
    1a429dd4
    vben authored
    2021-06-01 23:43:49 +0800  
    Browse Code »
  • fix(table): make sure the table width is correct, fix #593
    d73d43ed
    vben authored
    2021-06-01 23:21:04 +0800  
    Browse Dir »
  • chore: adjust setting
    8a3f47d6
    vben authored
    2021-06-01 21:38:16 +0800  
    Browse Dir »
  • fix: Fix the problem that the `lang` attribute of `HTML` will not be set when it… ...
    eca8907a
    … is first loaded (#682)
    
    * refactor:  Encapsulate the function of changing the page language
    
    * fix(lang): Fix the problem that the `lang` attribute of `HTML` will not be set when it is first loaded
    江麻妞 authored
    2021-06-01 21:37:59 +0800  
    Browse Dir »
  • fix(codeMirror): fix the JsonEditor embedded in the bullet frame causing the st… ...
    e1123a2c
    …yle to be disordered (#668)
    
    liuzhidong authored
    2021-06-01 21:37:25 +0800  
    Browse Dir »
  • fix(form): radioButtonGroup value support number
    bbddf30e
    无木 authored
    2021-06-01 17:07:50 +0800  
    Browse Dir »
  • feat(tabs): add setTabTitle method (#680) ...
    5ddccf6b
    添加设置标签页标题的方法和演示
    Netfan authored
    2021-06-01 01:13:19 +0800  
    Browse Dir »
  • fix: fix node12 version data mock error
    644dbe31
    Vben authored
    2021-06-01 01:08:57 +0800  
    Browse Code »

31 May, 2021
1 commit
  • fix: session timeout login logic error (#678) ...
    132c7fb9
    修复超时重新登录的页面在某些逻辑下未能正确刷新数据的问题。
    
    fix: #673
    Netfan authored
    2021-05-31 09:23:19 +0800  
    Browse Dir »

30 May, 2021
4 commits
  • fix: ensure that roleList is not empty
    aebad61b
    vben authored
    2021-05-30 22:30:26 +0800  
    Browse Code »
  • fix(table-action): fix the split line style is missing,fix #674
    b1cb8635
    vben authored
    2021-05-30 20:46:20 +0800  
    Browse Dir »
  • fix(table): useTable support onChange ...
    9f5085c9
    修复useTable无法直接通过设置onChange来注册change事件响应的问题
    无木 authored
    2021-05-30 18:10:16 +0800  
    Browse File »
  • fix(table): support change event ...
    9f4d1719
    修复表格不支持change事件的问题。
    
    fix #677
    无木 authored
    2021-05-30 17:52:16 +0800  
    Browse File »

29 May, 2021
5 commits
  • fix: login failed
    035f55af
    vben authored
    2021-05-29 23:35:07 +0800  
    Browse File »
  • refactor(api): remove unnecessary userId param (#675) ...
    9e5e6309
    * refactor(api): remove unnecessary userId param
    
    移除getUserInfo、getPermCode、getMenuList接口的userId参数。
    这些接口应当始终与当前登录用户相关而无需传递userId。
    
    * fix: fix auth header key case error
    Netfan authored
    2021-05-29 23:11:38 +0800  
    Browse Dir »
  • chore: update deps
    70dcd60b
    vben authored
    2021-05-29 23:10:07 +0800  
    Browse Code »
  • fix(tree): support defaultExpandAll prop ...
    3ed2339a
    defaultExpandLevel已去除-1的行为定义,由defaultExpandAll代替。
    无木 authored
    2021-05-29 23:08:10 +0800  
    Browse Dir »
  • feat(tree): add defaultExpandLevel prop ...
    6edca1c1
    新增defaultExpandLevel属性,指定默认要展开的层级数。-1为默认全部展开(等同于ATree的defaultExpandAll),大于0则展开到指定层级。注意:该属性仅在首次渲染时起作用
    
    close: #672
    无木 authored
    2021-05-29 00:48:56 +0800  
    Browse Dir »

28 May, 2021
2 commits
  • feat(app-search): auto focus on show ...
    1ae63629
    菜单搜索组件在显示后input自动获得焦点
    无木 authored
    2021-05-28 17:58:32 +0800  
    Browse Dir »
  • fix(login): login page modal style fixed: #662 (#666) ...
    b218f10e
    * fix: catch axios error data on request
    
    * fix(login): login page modal style fixed: #662
    Netfan authored
    2021-05-28 00:07:28 +0800  
    Browse Dir »