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
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 »

14 Sep, 2021
3 commits
  • feat(demo): add token expired example ...
    6544f84b
    添加token超时例子
    无木 authored
    2021-09-14 22:11:21 +0800  
    Browse Dir »
  • chore: release 2.7.2
    2aa5e5da
    vben authored
    2021-09-14 00:05:45 +0800  
    Browse Code »
  • chore: update deps
    44b21bfc
    vben authored
    2021-09-14 00:03:34 +0800  
    Browse Dir »

13 Sep, 2021
2 commits
  • fix: improve type introduction, fix #1196
    2820d5a6
    vben authored
    2021-09-13 23:46:31 +0800  
    Browse Dir »
  • fix: fixed token clear error ...
    96404848
    修复将token设置为undefined时可能失败的问题
    无木 authored
    2021-09-13 19:04:02 +0800  
    Browse Dir »

11 Sep, 2021
4 commits
  • fix(api-select): fixed `value` prop define ...
    f87b0f2f
    修复ApiSelect的value属性定义问题
    
    fixed: #1175
    无木 authored
    2021-09-11 22:52:52 +0800  
    Browse Code »
  • fix(upload): `accept` not work as expected ...
    656ee4e5
    修复basicUpload的accept属性未按预期工作的问题
    无木 authored
    2021-09-11 21:47:04 +0800  
    Browse Dir »
  • fix(table-action): `divider` not work as expected ...
    7593ef6a
    修复tableAction中的divider未按预期工作
    无木 authored
    2021-09-11 20:26:27 +0800  
    Browse Dir »
  • fix: warning in logout action ...
    b3307fe2
    修复退出登录相关代码中的警告
    无木 authored
    2021-09-11 11:08:34 +0800  
    Browse Dir »

10 Sep, 2021
2 commits
  • feat(markdown-viewer): add new component ...
    73dc492b
    新增MarkdownViewer组件用于显示Markdown格式的富文本
    
    close: #1181
    无木 authored
    2021-09-10 11:24:53 +0800  
    Browse Code »
  • fix(markdown): `value` not worked on init ...
    0bb9c035
    修复Markdown组件的value属性初始值不起作用的问题
    无木 authored
    2021-09-10 11:22:40 +0800  
    Browse Code »

09 Sep, 2021
4 commits
  • fix: 修复弹窗全屏按钮异常关闭的问题(#1177) (#1182)
    9e9ea3f4
    Francis Zuo authored
    2021-09-09 22:59:53 +0800  
    Browse Dir »
  • chore: update deps
    996f2f3c
    vben authored
    2021-09-09 22:59:10 +0800  
    Browse Dir »
  • chore: update deps
    b90a9557
    vben authored
    2021-09-09 22:58:29 +0800  
    Browse Code »
  • fix: 修改axios 中 urlPrefix 字段不生效问题 (#1170) ...
    7df9b513
    * fix(样式污染): 会污染其他带有srcollbar的组件样式
    
    * fix(axios): urlPrefix 字段传递不生问题效
    love-life authored
    2021-09-09 09:41:34 +0800  
    Browse Dir »