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 May, 2021
1 commit
  • fix(table): support change event ...
    9f4d1719
    修复表格不支持change事件的问题。
    
    fix #677
    无木 authored
    2021-05-30 17:52:16 +0800  
    Browse Dir »

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 »

27 May, 2021
6 commits
  • fix(axios): make sure that the parameter is an object before processing, fix #660
    834fa7eb
    vben authored
    2021-05-27 23:58:21 +0800  
    Browse Dir »
  • fix(code-editor): fix CodeEditor style problem, fix #655
    56628042
    vben authored
    2021-05-27 23:06:41 +0800  
    Browse Code »
  • chore: adjust component file name
    3a16f2b8
    vben authored
    2021-05-27 22:58:54 +0800  
    Browse Dir »
  • feat(tinymce): support dark theme and I18n ...
    83c9cd77
    支持暗黑主题和中英文(暂不支持动态切换)
    无木 authored
    2021-05-27 22:16:40 +0800  
    Browse Dir »
  • fix(codeeditor): empty value set failed.fixed:#659
    ba2bebb4
    无木 authored
    2021-05-27 19:14:31 +0800  
    Browse Dir »
  • fix: theme switching fails
    7e2ca79e
    vben authored
    2021-05-27 00:17:11 +0800  
    Browse Code »

26 May, 2021
7 commits
  • feat(table): editable component text align ...
    8eaf5756
    使可编辑单元格显示的input中的文字对齐方式与列自身的align属性相匹配
    无木 authored
    2021-05-26 23:06:07 +0800  
    Browse Code »
  • fix(layout): fix class loss
    d018363d
    vben authored
    2021-05-26 22:03:54 +0800  
    Browse Code »
  • fix(avatar): mock data and Account center style ...
    2066f669
    头像链接使用https,修正个人中心头像部分的位置
    无木 authored
    2021-05-26 21:58:14 +0800  
    Browse Dir »
  • feat(table): add editable DatePicker & TimePicker (#654) ...
    93006c7d
    为表格的可编辑单元格添加日期选择框和时间选择框组件
    Netfan authored
    2021-05-26 21:47:31 +0800  
    Browse Dir »
  • fix(log): fix Wrong version number (#653) ...
    4f0d45f1
    * fix(log): fix Wrong version number
    江麻妞 authored
    2021-05-26 21:47:04 +0800  
    Browse File »
  • fix(layout): fix style compatibility issues
    905e5b71
    vben authored
    2021-05-26 21:45:32 +0800  
    Browse Dir »
  • perf(i18n): improve warning prompt
    6ef62ba6
    vben authored
    2021-05-26 21:30:44 +0800  
    Browse File »

25 May, 2021
8 commits
  • chore: release 2.4.0
    afa0eae8
    vben authored
    2021-05-25 23:47:27 +0800  
    Browse File »
  • feat(user): add user login expiration example
    5465f058
    vben authored
    2021-05-25 23:14:05 +0800  
    Browse Dir »
  • fix(lock): automatic screen lock does not work
    d5b76892
    vben authored
    2021-05-25 22:35:52 +0800  
    Browse Code »
  • feat(form): add 'layout', 'labelAlign', 'rowProps' option (#651) ...
    785732f4
    * feat(form):  add 'layout', 'labelAlign', 'rowProps' option
    
    1.添加Form布局方式,当layout: 'vertical',labelWidth可以控制col间距
    2.添加Form的全局label对齐方式, labelAlign: left | right
    3.添加Form的Row组件所支持属性,控制Col间的间距,对齐方式,布局方式
    
    * feat(Rate): add 'Rate' module
    
    *添加评分组件,并添加了dome例子
    liuzhidong authored
    2021-05-25 22:25:13 +0800  
    Browse File »
  • perf: let svg-icon support ssr
    94a826d0
    vben authored
    2021-05-25 22:10:56 +0800  
    Browse Code »
  • chore: update deps
    6d626d5f
    无木 authored
    2021-05-25 15:17:45 +0800  
    Browse Code »
  • fix(types): fix store types
    cd4b5e14
    vben authored
    2021-05-25 01:24:26 +0800  
    Browse Code »
  • feat(form): requires Increase function type value (#649) ...
    765064a1
    * feat(form): requires Increase function type value
    
    * feat(form): requires Increase function type value
    
    * fix(form): 修复 rules 赋值错误的问题
    Mikasa33 authored
    2021-05-25 01:17:32 +0800  
    Browse Dir »

23 May, 2021
4 commits
  • fix(store): fix pinia typo
    bbf178f6
    vben authored
    2021-05-23 23:45:21 +0800  
    Browse Code »
  • fix(style): fix layout style, fix #633
    8e3f84c3
    vben authored
    2021-05-23 22:46:22 +0800  
    Browse Dir »
  • fix: typo, ifx #637
    e3569b81
    Vben authored
    2021-05-23 00:12:17 +0800  
    Browse Code »
  • fix(avatar): show current user's avatar (#640) ...
    7519a00a
    在显示头像的地方正确显示当前登录用户的头像,已补充mock接口返回的avatar字段。
    Netfan authored
    2021-05-23 09:02:47 +0800  
    Browse Code »

22 May, 2021
2 commits
  • fix(tree): onCheck event lose origin param (#636) ...
    d8ff30d9
    修复Tree的onCheck事件缺少节点参数的问题
    Netfan authored
    2021-05-22 22:36:19 +0800  
    Browse Dir »
  • style: formatting code
    3ef5087b
    zuihou authored
    2021-05-22 18:08:53 +0800  
    Browse Dir »

21 May, 2021
1 commit
  • fix(form): placeholder setting in componentProps (#634) ...
    2d3d04f5
    修复为RangePicker组件设置的placeholder属性无效的BUG
    Netfan authored
    2021-05-21 09:36:41 +0800  
    Browse Dir »

20 May, 2021
3 commits
  • fix(login): incorrect enter event bind (#625) ...
    bb0d2e1c
    登录页面的回车事件绑定不正确,导致可能会意外提交登录表单:想按按下Enter关闭错误Modal时、在注册表单或其它表单按下Enter时等等。现已将Enter事件绑定在登录Form上
    Netfan authored
    2021-05-20 22:51:51 +0800  
    Browse Dir »
  • fix(theme): wrong color when RadioButtonGroup checked (#626)
    5eee0ceb
    Netfan authored
    2021-05-20 22:51:02 +0800  
    Browse Dir »
  • feat(form): add prop autoSubmitOnEnter (#620) ...
    9b2d41ea
    为Form添加autoSubmitOnEnter属性,当设置为true时,可以在input组件上按下回车时自动提交表单
    Netfan authored
    2021-05-20 09:19:46 +0800  
    Browse Dir »

18 May, 2021
1 commit
  • fix(layout): fix useLockPage not work, fix #611
    3bb6d11e
    Vben authored
    2021-05-18 23:23:15 +0800  
    Browse Dir »