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
26 Aug, 2021
4 commits
  • fix: `getUserinfo` is compatible with empty roles data ...
    1ddfc31c
    修复getUserinfo接口数据未携带roles字段时登录失败的问题
    无木 authored
    2021-08-26 21:20:26 +0800  
    Browse Dir »
  • fix: fixed build warning for style of `intro.js` ...
    d27633fb
    修复intro.js的样式文件造成的build警告
    
    fixed: #1130
    无木 authored
    2021-08-26 20:50:25 +0800  
    Browse Dir »
  • fix(table): 修复表格背景颜色再深色模式下会被穿透问题 (#1133)
    30fa4cfa
    江麻妞 authored
    2021-08-26 20:01:25 +0800  
    Browse Dir »
  • fix(modal): avoid style pollution to the whole world (#1128)
    6e7f6f82
    love-life authored
    2021-08-26 20:01:05 +0800  
    Browse Dir »

25 Aug, 2021
5 commits
  • perf: optimize css volume
    466d4edc
    vben authored
    2021-08-25 23:04:15 +0800  
    Browse Code »
  • Revert "Revert "feat: support setup name"" ...
    0b0a7cee
    This reverts commit 99daecdb.
    vben authored
    2021-08-25 22:57:00 +0800  
    Browse Dir »
  • Revert "feat: support setup name" ...
    99daecdb
    This reverts commit d8362f08.
    vben authored
    2021-08-25 22:44:56 +0800  
    Browse Code »
  • fix(markdown): the hierarchy of markDown components after full screen
    c8017b13
    vben authored
    2021-08-25 22:42:39 +0800  
    Browse Dir »
  • feat: support setup name
    d8362f08
    vben authored
    2021-08-25 22:39:28 +0800  
    Browse Dir »

24 Aug, 2021
5 commits
  • fix: name of vite `mode` support more characters ...
    9f682299
    修复vite模式名称不支持下划线的问题
    
    fixed: #1115
    无木 authored
    2021-08-24 22:54:31 +0800  
    Browse Code »
  • chore: format code
    56a966cf
    vben authored
    2021-08-24 22:41:48 +0800  
    Browse Dir »
  • perf: not waiting for router.isReady
    2884e863
    vben authored
    2021-08-24 22:32:43 +0800  
    Browse Code »
  • fix: `useRedo` called duplicate may cause exception ...
    1235978a
    修复useRedo的不当调用可能导致异常的问题
    
    fixed: #1121
    无木 authored
    2021-08-24 21:01:28 +0800  
    Browse Dir »
  • chore: adjust the windicss reference
    9dd9fcd3
    vben authored
    2021-08-24 00:29:22 +0800  
    Browse Code »

23 Aug, 2021
1 commit
  • fix(table): fix table footer style ...
    a426b902
    修复表尾合计行可能与主体部分的列没有对齐的问题
    
    fixed: #1112
    无木 authored
    2021-08-23 16:36:26 +0800  
    Browse Code »

22 Aug, 2021
1 commit
  • chore: update deps
    455d109f
    vben authored
    2021-08-22 12:22:56 +0800  
    Browse Code »

21 Aug, 2021
1 commit
  • chore: update vite-plugin-html
    6e857957
    vben authored
    2021-08-21 00:13:43 +0800  
    Browse Code »

20 Aug, 2021
3 commits
  • chore: update deps
    d1f59b49
    vben authored
    2021-08-20 21:46:51 +0800  
    Browse Dir »
  • fix(table): editable icon not show with empty cell ...
    edc30965
    修复可编辑单元格当内容为空时不会显示编辑图标的问题
    
    fixed: #1103
    无木 authored
    2021-08-20 17:07:42 +0800  
    Browse Dir »
  • fix: refresh failed while token invalid ...
    3a5d1a57
    修复当token失效时,刷新页面可能出现异常的问题
    
    fixed: #1101
    无木 authored
    2021-08-20 16:55:42 +0800  
    Browse Dir »

19 Aug, 2021
2 commits
  • feat(table): add `beforeEditSubmit` for editable cell ...
    2c867b3d
    单元格编辑功能新增提交回调
    无木 authored
    2021-08-19 23:57:42 +0800  
    Browse Code »
  • fix(tinymce): fixed `tinymce` destory method ...
    fb43fad5
    修复tinymce销毁方法可能出现异常的问题
    无木 authored
    2021-08-19 19:51:55 +0800  
    Browse Dir »

18 Aug, 2021
3 commits
  • fix(tinymce): fixed `inline` mode ...
    8e013774
    修复Tinymce的inline模式在一些场景下会出现异常的问题
    
    fixed: #1092
    无木 authored
    2021-08-18 22:55:36 +0800  
    Browse Dir »
  • fix(code-editor): fixed formatting error ...
    e7c96363
    修复JSON编辑器在格式化无效JSON文本时会抛出异常的问题
    无木 authored
    2021-08-18 20:52:34 +0800  
    Browse Code »
  • fix(echarts): theme setting supported ...
    93812f73
    修复useECharts的theme参数不起作用的问题
    
    fixed: #1095
    无木 authored
    2021-08-18 20:05:40 +0800  
    Browse Dir »

17 Aug, 2021
6 commits
  • fix: fix all types of errors, compatible with volar plugin
    e15b4f14
    vben authored
    2021-08-17 23:04:29 +0800  
    Browse Code »
  • feat(form): component `Divider` support `helpMessage` ...
    a5ff5923
    Divider表单组件支持helpMessage配置
    无木 authored
    2021-08-17 22:59:36 +0800  
    Browse Code »
  • chore: update deps
    65735926
    vben authored
    2021-08-17 22:15:27 +0800  
    Browse Dir »
  • feat(form): add `Divider` for schema component type ...
    47a448b8
    新增Divider用于较长表单的区域分割
    无木 authored
    2021-08-17 17:50:54 +0800  
    Browse Code »
  • fix: `slots` worked in `basicTable` and `basicModal` ...
    5138e447
    修复basicTable和basicModal的插槽传递异常的问题
    无木 authored
    2021-08-17 17:09:48 +0800  
    Browse Dir »
  • docs: Readme增加后台整合示例 (#1087)
    837a3658
    matevip authored
    2021-08-17 15:07:22 +0800  
    Browse Code »

16 Aug, 2021
9 commits
  • chore: release 2.7.1
    43658e2f
    vben authored
    2021-08-16 23:44:29 +0800  
    Browse Code »
  • chore: change to setup syntax
    8fa6015b
    vben authored
    2021-08-16 23:43:09 +0800  
    Browse Code »
  • chore(permission): fix func name typo (#1082)
    91cbe0a0
    handsomeFu authored
    2021-08-16 23:15:19 +0800  
    Browse Dir »
  • fix: add axios error info from response (#1083) ...
    72634ffe
    * fix(type): fix ant-design-vue  ->
    
    * fix: add axios error info from response
    CXM authored
    2021-08-16 23:14:40 +0800  
    Browse Dir »
  • style: fix `basicButton` style
    c420174c
    无木 authored
    2021-08-16 20:18:53 +0800  
    Browse Dir »
  • chore: downgrade `vue-json-pretty` to 1.8.1
    b7487675
    无木 authored
    2021-08-16 13:33:20 +0800  
    Browse Code »
  • fix: fixed basicButton primary style ...
    1b577922
    修正BasicButton primary类型的样式
    无木 authored
    2021-08-16 09:12:48 +0800  
    Browse Dir »
  • fix: fixed basicButton ghost style ...
    3ba8a676
    修正BasicButton幽灵状态的样式
    无木 authored
    2021-08-16 08:47:45 +0800  
    Browse Code »
  • fix: fixed basicButton style ...
    beb4ae92
    修正BasicButton的样式
    无木 authored
    2021-08-16 07:35:47 +0800  
    Browse Code »