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
27 May, 2021
3 commits
  • 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
5 commits
  • fix(layout): fix useLockPage not work, fix #611
    3bb6d11e
    Vben authored
    2021-05-18 23:23:15 +0800  
    Browse Dir »
  • chore: update deps
    d7d60398
    Vben authored
    2021-05-18 23:18:19 +0800  
    Browse Code »
  • fix(tree): typo(#615) ...
    bc82d1a3
    * perf(form): schema required prop support array and strictly tree
    
    * fix(tree): event 'change' triggered correctly
    Netfan authored
    2021-05-18 23:05:33 +0800  
    Browse Dir »
  • feat(form): helpMessage Increase function type value (#616) ...
    f455fb97
    * feat(form): helpMessage
    
    * feat(form): helpMessage
    Mikasa33 authored
    2021-05-18 23:04:31 +0800  
    Browse Code »
  • style: fix the background color of table striped is lose (#618) ...
    0e440f07
    Co-authored-by: ljh <ljh>
    M69W authored
    2021-05-18 23:03:48 +0800  
    Browse Dir »

17 May, 2021
5 commits
  • fix(tree): value prop type (#613)
    0112d6b3
    Netfan authored
    2021-05-17 13:32:43 +0800  
    Browse Dir »
  • chore: update deps
    e4c3d091
    Vben authored
    2021-05-17 00:54:45 +0800  
    Browse Dir »
  • fix(theme generate): Fix #604 (#605) ...
    c26dd034
    fix(theme generate): Fix #604
    江麻妞 authored
    2021-05-17 09:31:15 +0800  
    Browse Code »
  • fix(store): addTab fx (#607) ...
    336be680
    在更新tabList的时候也能同时更新cacheTab
    HUCHAOQI authored
    2021-05-17 09:31:03 +0800  
    Browse Dir »
  • perf(tree): improve the beforeRightClick callback to support more configuration of the menu (#608)
    adff788d
    Netfan authored
    2021-05-17 09:29:24 +0800  
    Browse Dir »

12 May, 2021
2 commits
  • fix(cipher): fix #587 (#588)
    d34467d3
    江麻妞 authored
    2021-05-12 20:35:52 +0800  
    Browse Dir »
  • feat(form): add form field nested support (#591) ...
    ec3d51d6
    * feat(form): add form field nested support
    
    * refactor(form): use lodash set replace
    HUCHAOQI authored
    2021-05-12 20:35:28 +0800  
    Browse Dir »