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
12 Oct, 2021
2 commits
  • fix(Table): 解决设置了分页的情况下,调整表格分页条数后,如果翻页,分页条数会重置的问题。 (#1270)
    d6f65d47
    Lowell authored
    2021-10-12 09:11:50 +0800  
    Browse Dir »
  • perf: Improve the dynamic routing and automatically close the Tab function (#1264) ...
    052eff91
    * 增加动态路由最大打开Tab数控制
    
    * 增加动态路由打开数控制Router参数
    
    * feat(Tab): 新增动态路由打开数限制Demo
    
    * fix(multipleTab.ts): 将原来的打开数限制从固定的 5 修改为读取配置
    
    Co-authored-by: Haceral <18274416193@163.com>
    Haceral authored
    2021-10-12 09:11:25 +0800  
    Browse Dir »

11 Oct, 2021
1 commit
  • fix(api-tree-select): `fetch` not triggered when `params` changed ...
    e1cbe23e
    修复ApiTreeSelect的params变化未能触发重新请求API数据的问题
    无木 authored
    2021-10-11 07:48:41 +0800  
    Browse File »

06 Oct, 2021
1 commit
  • fix: build error
    f3f56288
    JinMao authored
    2021-10-06 12:01:13 +0800  
    Browse Dir »

05 Oct, 2021
5 commits
  • form的label属性实际上可以使用VNode (#1252)
    473e56e4
    Lowell authored
    2021-10-05 22:55:02 +0800  
    Browse Dir »
  • feat: 动态路由 Tab打开数量控制,超出限制自动关闭起始Tab (#1256) ...
    eac2fb4a
    * 增加动态路由最大打开Tab数控制
    
    * 增加动态路由打开数控制Router参数
    Haceral authored
    2021-10-05 22:54:49 +0800  
    Browse Dir »
  • style(buildConf.ts): 增加函数接口和修改默认的 (#1259) ...
    7d40773b
    增加CreateConfigParams接口,并修改createConfig参数默认值
    
    Co-authored-by: QIANZW <1870271825@gqq.com>
    钱忠旺 authored
    2021-10-05 22:53:53 +0800  
    Browse Dir »
  • feat(Upload): 兼容ant-design-vue的upload属性 (#1247) ...
    935d4fc1
    1. 兼容`name`属性,用于自定义发到后台的文件参数名; 2. 兼容`filename`属性
    
    Co-authored-by: erniu <joe.cheng237@gmail.com>
    erniu authored
    2021-10-05 22:53:21 +0800  
    Browse Code »
  • chore: update deps
    2849743a
    vben authored
    2021-10-05 22:52:34 +0800  
    Browse Code »

28 Sep, 2021
5 commits
  • chore: update deps
    43721110
    vben authored
    2021-09-28 00:56:47 +0800  
    Browse Code »
  • fix(modal): 取消全屏功能后关闭图标颜色异常 (#1240) ...
    2f2526c5
    Co-authored-by: liushiman <smliu@gk-estor.com>
    1sm authored
    2021-09-28 00:22:23 +0800  
    Browse Dir »
  • fix: 修复ApiSelect属性被覆盖的问题 (#1226)
    754d1986
    Joyboo authored
    2021-09-28 00:22:04 +0800  
    Browse Dir »
  • fix: 当前路由所在菜单路径是嵌套并且隐藏时无法正常高亮根菜单节点 (#1201) ...
    034e39ef
    修复当路由所在菜单路径是嵌套并且隐藏时无法正常高亮根菜单节点的问题。
    
    Fixed #1080
    Leon Guan authored
    2021-09-28 00:21:53 +0800  
    Browse Code »
  • fix: Dev/fix modal event (#1241) ...
    bfdbccfe
    * fix(type): fix ant-design-vue  ->
    
    * fix: fix editor BasicModal type event check error
    CXM authored
    2021-09-28 00:21:16 +0800  
    Browse Dir »

24 Sep, 2021
1 commit
  • chore: update deps
    246c5f79
    vben authored
    2021-09-24 15:52:21 +0800  
    Browse Dir »

23 Sep, 2021
6 commits
  • Merge remote-tracking branch 'origin/main'
    902d38dc
    zuihou authored
    2021-09-23 12:32:26 +0800  
    Browse Code »
  • refactor(route): 动态路由 component 属性支持以 / 开头或者以 .vue 和 .tsx 结尾
    1abf7fdf
    zuihou authored
    2021-09-23 12:28:21 +0800  
    Browse Dir »
  • revert(form): revert formItem style
    96ce18c0
    无木 authored
    2021-09-23 12:27:25 +0800  
    Browse Dir »
  • fix(form): fixed formitem style ...
    f8102446
    修复FormItem样式问题
    
    fixed: #1231
    无木 authored
    2021-09-23 09:33:29 +0800  
    Browse Dir »
  • perf: 优化代码
    07b17b97
    zuihou authored
    2021-09-23 00:10:03 +0800  
    Browse Dir »
  • fix(route): 获取 LAYOUT 或 IFRAME 忽略大小写。 并且在通过component找不到页面时打印警告,并返回404页面
    452b2599
    zuihou authored
    2021-09-23 00:05:58 +0800  
    Browse Dir »

22 Sep, 2021
1 commit
  • fix(Breadcrumb): 隐藏面包屑应交给 hideBreadcrumb 参数,而非hideMenu 参数
    7028e003
    zuihou authored
    2021-09-22 23:46:42 +0800  
    Browse Dir »

21 Sep, 2021
1 commit
  • fix(import-excel): support datetime raw data import ...
    6e0c70f4
    importExcel支持导入原始日期时间数据
    
    fixed: #1215
    无木 authored
    2021-09-21 23:23:32 +0800  
    Browse Dir »

20 Sep, 2021
2 commits
  • fix(form): fixed custom item style ...
    01b667fa
    修复自定义FormItem组件的内容宽度可能超出范围的问题
    
    fixed: #1225
    无木 authored
    2021-09-20 20:48:50 +0800  
    Browse Dir »
  • fix(dropdown): add missing function ...
    a82a69d0
    添加Dropdown组件缺失的函数
    无木 authored
    2021-09-20 19:06:26 +0800  
    Browse Dir »

19 Sep, 2021
1 commit
  • fix: direct import for antdv subcomponents supported ...
    8b00112d
    修复直接import部分antdv子组件时会在build过程中报错的问题
    无木 authored
    2021-09-19 11:14:19 +0800  
    Browse Dir »

18 Sep, 2021
5 commits
  • fix: fixed prop `mode` of `CodeEditor`
    853bde92
    无木 authored
    2021-09-18 20:18:41 +0800  
    Browse Code »
  • fix: hmr error fixed ...
    5af45275
    修复部分组件可能会造成热更新异常的问题
    无木 authored
    2021-09-18 14:58:22 +0800  
    Browse Dir »
  • fix: remove warning in building action ...
    9c5f11a5
    移除build过程中的警告
    无木 authored
    2021-09-18 12:32:15 +0800  
    Browse Code »
  • fix: build error for `CodeEditor`
    6c08dae9
    无木 authored
    2021-09-18 12:29:54 +0800  
    Browse Dir »
  • chore: update deps
    02eabe1f
    无木 authored
    2021-09-18 12:08:18 +0800  
    Browse Code »

17 Sep, 2021
2 commits
  • fix(table): `clickToRowSelect` support `disabled` checkbox ...
    2875a97b
    修复`clickToRowSelect`会无视行选择框disabled状态的问题
    无木 authored
    2021-09-17 15:44:39 +0800  
    Browse Code »
  • feat(env): `VITE_PROXY` support single quote ...
    067753d4
    env文件中的VITE_PROXY配置支持单引号
    
    close: #1204
    无木 authored
    2021-09-17 09:40:22 +0800  
    Browse Dir »

16 Sep, 2021
2 commits
  • fix(table): `reload` in useTable not support await ...
    7b6d5e44
    修复useTable返回的reload方法不支持使用await等待加载完毕的问题
    无木 authored
    2021-09-16 16:29:26 +0800  
    Browse Dir »
  • fix(tabs): close tab without navigation ...
    e85649bd
    修复多标签在某些情况下关闭页签不会跳转路由的问题
    
    fixed: #1131
    无木 authored
    2021-09-16 00:09:18 +0800  
    Browse Dir »

15 Sep, 2021
5 commits
  • fix(tabs): dropdown items enabled unnecessary ...
    cecdfbaf
    修复标签头的右键菜单某些项目不恰当地处于可用状态
    
    fixed: #1207
    无木 authored
    2021-09-15 23:15:01 +0800  
    Browse Dir »
  • fix(table): prop `inset` take no effect ...
    84c7d516
    修复BasicTabled的inset属性不起作用的问题
    
    fixed: #1209
    无木 authored
    2021-09-15 23:04:36 +0800  
    Browse Dir »
  • fix(tree): node slot take no effect ...
    15ea0d2f
    修复BasicTree节点插槽不起作用的问题
    无木 authored
    2021-09-15 19:50:26 +0800  
    Browse Dir »
  • fix(table): editable cell can not submit ...
    ba2c1a3b
    修复可编辑单元格某些情况下无法提交的问题
    无木 authored
    2021-09-15 12:51:21 +0800  
    Browse Dir »
  • fix(modal): `maskClosable` and `Esc` take no effect ...
    2346a90c
    修复BasicModal按Esc和点击遮罩无法关闭的问题
    
    fixed: #1203
    无木 authored
    2021-09-15 10:56:14 +0800  
    Browse Code »