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
28 Dec, 2021
13 commits
  • tsconfig 增加 types , 解决webstorm提示错误 (#1527)
    266b5668
    ToQuery authored
    2021-12-28 18:47:57 +0800  
    Browse Code »
  • fix: The value of ignoreCancelToken is not available in headers (#1506)
    a281631a
    Captain authored
    2021-12-28 18:47:44 +0800  
    Browse Dir »
  • feat(BasicForm): add `submitOnChange` option (#1521)
    f9645337
    1sm authored
    2021-12-28 18:47:21 +0800  
    Browse Dir »
  • feat: 添加table继承父元素高度的功能 (#1523) ...
    dd158a17
    在保证了原有的高度计算上,额外新增继承父级高度, 只需设置isCanResizeParent:true
    lzdjack authored
    2021-12-28 18:46:57 +0800  
    Browse Dir »
  • fix "fix: collapse canExpand (#1501)" (#1525) ...
    c8d59a0b
    * fix(type): fix ant-design-vue  ->
    
    * fix: fix base64 blob
    
    * fix: fix CollapseHeader canExpan bug
    CXM authored
    2021-12-28 18:46:38 +0800  
    Browse Dir »
  • fix: 修复表单重置某些input类型组件不生效问题,close #1519 (#1526) ...
    2423aeab
    Co-authored-by: bingguo <bingguo@gaoding.com>
    wangxiaoer5200 authored
    2021-12-28 18:46:17 +0800  
    Browse Dir »
  • fix(form component): fix form 'vertical' layout row width (#1535)
    1a431422
    George Tan authored
    2021-12-28 18:46:03 +0800  
    Browse Dir »
  • docs(enums): update description (#1532)
    52e295f1
    Eikon authored
    2021-12-28 18:45:48 +0800  
    Browse Dir »
  • fix(table component): reduce 'insertTableDataRecord' code logic (#1536)
    de8ea591
    George Tan authored
    2021-12-28 18:45:32 +0800  
    Browse Dir »
  • feat(table component): add 'expandRows' table action (#1537) ...
    1dc6faf3
    * fix(table component): add 'expandRows'
    
    * feat(table component): add 'expandRows' table action
    George Tan authored
    2021-12-28 18:45:14 +0800  
    Browse Dir »
  • feat(table component): add 'scrollTo' table action (#1538)
    598ce5a1
    George Tan authored
    2021-12-28 18:44:51 +0800  
    Browse Dir »
  • fix: Fix the date and week display issue on the lock screen(#1539) (#1542)
    8c607b38
    Yinux authored
    2021-12-28 18:42:51 +0800  
    Browse Dir »
  • fix(Modal): repair cancel event missing (#1545)
    b84cc5eb
    bingzhe authored
    2021-12-28 18:42:03 +0800  
    Browse Code »

19 Dec, 2021
1 commit
  • chore: update deps
    f015a874
    vben authored
    2021-12-19 21:44:29 +0800  
    Browse Code »

18 Dec, 2021
11 commits
  • fix: Multiple calls to createAxios function transform parameters are overwritten… ...
    4f35b95b
    … by other calls (#1474)
    
    sevth authored
    2021-12-18 22:28:20 +0800  
    Browse Dir »
  • FixEditcell: 修复可编辑单元格不显示0的bug (#1486) ...
    46e28f02
    * fix: 修复可编辑表格不显示 0 的bug
    
    * fix: 修复编辑单元格为空时不能触发编辑的bug
    Henry Rao authored
    2021-12-18 22:27:44 +0800  
    Browse Dir »
  • fix: 修复多tab带参数匹配不正确的bug (#1482)
    aab6b4f3
    Henry Rao authored
    2021-12-18 22:27:28 +0800  
    Browse Dir »
  • fix(Modal): 修复弹窗在最新的360浏览器和搜狗失效的问题 (#1381) (#1488)
    54ea44cd
    Mark authored
    2021-12-18 22:26:27 +0800  
    Browse Code »
  • fix: 修复上传附件之后回显了多余条目 (#1495)
    a462be0a
    lzdjack authored
    2021-12-18 22:25:49 +0800  
    Browse Code »
  • fix: 修复table自适应高度和title属性声明问题 (#1496) ...
    b6396503
    1.修复table升级ant3.0导致无法自适应剩余高度
    2.修复table升级ant3.0导致BasicColumn类型的title属性无法找到
    lzdjack authored
    2021-12-18 22:25:33 +0800  
    Browse Dir »
  • fix: 修复在windows下pnpm执行package.js里的脚本报错的问题 (#1497)
    9217a12b
    lzdjack authored
    2021-12-18 22:25:19 +0800  
    Browse Code »
  • fix: Fix the issue that clear verification does not take effect in the reset form (#1498)
    6b594aec
    lzdjack authored
    2021-12-18 22:24:58 +0800  
    Browse Code »
  • fix: collapse canExpand (#1501) ...
    fa33c6b0
    * fix(type): fix ant-design-vue  ->
    
    * fix: fix base64 blob
    
    * fix: fix CollapseContainer canExpan
    CXM authored
    2021-12-18 22:24:28 +0800  
    Browse Dir »
  • fix: Fix the problem that the table setting menu cannot be dragged (#1503)
    a2b594c9
    lzdjack authored
    2021-12-18 22:23:42 +0800  
    Browse Dir »
  • fix(function): Add defineProps reference (#1505)
    0dafaa59
    wujieli0207 authored
    2021-12-18 22:23:11 +0800  
    Browse Code »

12 Dec, 2021
5 commits
  • fix: Fix context menu not working
    b0a0cbcd
    vben authored
    2021-12-12 23:17:00 +0800  
    Browse File »
  • Update ColumnSetting.vue (#1451) ...
    f6e27aee
    修复配置项中,拖拽后  点击   重置按钮   table 恢复还原,但 拖拽列表并未还原bug
    Jiang authored
    2021-12-12 22:09:29 +0800  
    Browse Dir »
  • 修复 init 运行时机不正确 (#1452) ...
    23b5538e
    修复去掉checkList 后,移动配置中的table顺序后,调用tabel.setColum() 时触发 init() ,导致checkList 被重置bug
    Jiang authored
    2021-12-12 22:09:14 +0800  
    Browse Dir »
  • `ApiSelect` Add `alwaysLoad` option (#1461) ...
    ab62739f
    * fix(modal): 取消全屏功能后关闭图标颜色异常
    
    * chore: move to pnpm
    
    * fix: RangePicekr在表单项中占满分配的宽度
    
    * chore: comment format
    
    * Revert "fix: RangePicekr在表单项中占满分配的宽度"
    
    This reverts commit cd70e41dac294329383be3d2f0a393dc26b7f140.
    
    * feat(ApiSelect): 新增每次加载选项
    
    Co-authored-by: liushiman <smliu@gk-estor.com>
    1sm authored
    2021-12-12 22:08:42 +0800  
    Browse Dir »
  • fix(treeHelper): 修复 listToTree 方法 parent 获取 children 问题 (#1464)
    b70fade5
    XC authored
    2021-12-12 22:08:23 +0800  
    Browse Dir »

11 Dec, 2021
1 commit
  • fix(BasicTree): 加了top参数,操作按钮会错位
    05bad7b9
    zuihou authored
    2021-12-11 12:18:05 +0800  
    Browse Dir »

10 Dec, 2021
3 commits
  • feat: 添加BasicTree使用 fieldNames 后,actionList 和 插槽 会失效的示例代码
    13d660be
    zuihou authored
    2021-12-10 22:19:43 +0800  
    Browse Code »
  • fix(BasicTree): 修复升级antdv3.x后产生的问题 ...
    8523afd5
    1. BasicTree组件无法正确使用插槽的问题
    2. 无法递归遍历的问题
    
    Closes #1453
    zuihou authored
    2021-12-10 22:17:47 +0800  
    Browse Dir »
  • fix(Form): 修复form宽度问题
    8480454b
    zuihou authored
    2021-12-10 21:24:48 +0800  
    Browse Dir »

01 Dec, 2021
6 commits
  • fix: typo
    e024f6a6
    vben authored
    2021-12-01 23:09:28 +0800  
    Browse Dir »
  • perf(table): remove ExpandIcon
    cb1759b2
    vben authored
    2021-12-01 22:40:29 +0800  
    Browse Code »
  • fix(tree): fix display error
    81560fd3
    vben authored
    2021-12-01 22:29:54 +0800  
    Browse Dir »
  • fix(tree-select): replaceFields to fieldNames,close #1423
    170a4bce
    vben authored
    2021-12-01 22:20:58 +0800  
    Browse Dir »
  • fix: Fix Layout Page Tabs dragable (#1433) ...
    cfda62ef
    * fix: pnpm install
    
    * fix: Fix Tabs dragable
    humanscrew authored
    2021-12-01 22:02:18 +0800  
    Browse Dir »
  • remove duplicate judgment (#1432) ...
    16cd2438
    Co-authored-by: zhangchao3 <zhangchao3@corp.netease.com>
    arika163 authored
    2021-12-01 22:01:50 +0800  
    Browse Code »