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
24 Aug, 2021
1 commit
  • chore: adjust the windicss reference
    9dd9fcd3
    vben authored
    2021-08-24 00:29:22 +0800  
    Browse Dir »

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 File »
  • 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 Dir »
  • fix: `slots` worked in `basicTable` and `basicModal` ...
    5138e447
    修复basicTable和basicModal的插槽传递异常的问题
    无木 authored
    2021-08-17 17:09:48 +0800  
    Browse File »
  • docs: Readme增加后台整合示例 (#1087)
    837a3658
    matevip authored
    2021-08-17 15:07:22 +0800  
    Browse Code »

16 Aug, 2021
11 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 Dir »
  • fix: fixed basicButton style ...
    beb4ae92
    修正BasicButton的样式
    无木 authored
    2021-08-16 07:35:47 +0800  
    Browse Code »
  • feat: always refresh userinfo when page reload ...
    cc46935a
    每次刷新整个页面时都从接口更新用户信息
    无木 authored
    2021-08-16 06:04:12 +0800  
    Browse Dir »
  • fix(table): fix `injection not found` warning ...
    53e79a2d
    修复injection警告
    无木 authored
    2021-08-16 05:52:04 +0800  
    Browse File »

15 Aug, 2021
6 commits
  • ci: remove cache
    8ff5c03d
    vben authored
    2021-08-15 23:05:00 +0800  
    Browse Code »
  • chore: use node16
    c69996d0
    vben authored
    2021-08-15 22:49:03 +0800  
    Browse Dir »
  • 添加v-model:value双向绑定的支持 (#1073) ...
    b07003e1
    无需在Change事件中修改绑定的Value。
    仅需在属性中设置 v-model:value,选择图标后,value值自动修改。
    RemMai authored
    2021-08-15 22:37:21 +0800  
    Browse Dir »
  • refactor(dashboard): change to setup syntax
    45a8eb97
    vben authored
    2021-08-15 22:36:46 +0800  
    Browse Code »
  • fix: fixed `useRedo` may loss route params ...
    2dd3d854
    修复useRedo会丢失当前路由的params数据问题
    
    fixed: #1079
    无木 authored
    2021-08-15 16:45:13 +0800  
    Browse Dir »
  • perf(table): fixed code style ...
    da12da9d
    修复一些代码检查警告,并且为table的canResize属性添加不兼容场景警告
    
    close: #1070
    无木 authored
    2021-08-15 08:54:42 +0800  
    Browse Code »

14 Aug, 2021
4 commits
  • fix(demo): fix form style in modal ...
    30c5fc63
    修复演示页面中Modal内的Form样式问题
    
    closed: #1076
    无木 authored
    2021-08-14 23:21:05 +0800  
    Browse Code »
  • fix(table): `size` not worked in `editComponentProps` ...
    79718963
    修复无法设置basicTable编辑组件的size属性的问题
    
    fixed: #1074
    无木 authored
    2021-08-14 22:31:25 +0800  
    Browse Dir »
  • style: fix selected background color of `tr` ...
    a8b18c26
    修复表格选中行的背景颜色与固定列的冲突
    
    fixed: #1069
    无木 authored
    2021-08-14 21:12:30 +0800  
    Browse Dir »
  • style: restore default `border-color` ...
    5ae894a5
    恢复antd默认的基础边框色
    无木 authored
    2021-08-14 20:53:52 +0800  
    Browse Code »

13 Aug, 2021
1 commit
  • feat: add `updatePath` for `useTabs` ...
    bcfa3382
    添加更新标签path的方法
    
    close: #1068
    无木 authored
    2021-08-13 15:13:35 +0800  
    Browse Dir »