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
18 Jul, 2021
1 commit
  • fix(formItem): Fix labelcol type mismatch (#903) ...
    03b17a8f
    *修复antdv升级后formItem中labelCol没有类型style的bug
    lzdjack authored
    2021-07-18 23:25:51 +0800  
    Browse Dir »

17 Jul, 2021
1 commit
  • fix(code-editor): `value` not support use as `v-model` ...
    8832a074
    修复value不支持v-model用法的问题
    
    fixed: #933
    无木 authored
    2021-07-17 18:01:23 +0800  
    Browse Code »

16 Jul, 2021
5 commits
  • fix(table): `value` show problem in editable cell ...
    61ce25be
    修复可编辑单元格的值不能直接通过修改dataSource来更新显示的问题。
    
    fixed: #922
    无木 authored
    2021-07-16 13:59:55 +0800  
    Browse Dir »
  • fix(api-tree-select): fix `event` checked in form ...
    d9d00714
    修复ApiTreeSelect在BasicForm内使用时可能出现的onChange类型检查失败的警告
    无木 authored
    2021-07-16 13:17:25 +0800  
    Browse Dir »
  • fix(model): auto validate on value change ...
    f8440175
    修复BasicModel的表单值发生变化时未能自动校验
    
    fixed: #920
    无木 authored
    2021-07-16 13:14:24 +0800  
    Browse Dir »
  • fix(modal): fixed `fullscreen` not worked ...
    5baaa585
    修复全屏功能异常的问题
    
    fixed: #918
    无木 authored
    2021-07-16 11:22:12 +0800  
    Browse Dir »
  • fix(tree): fixed `checkedKeys` with `search` mode ...
    f707541d
    修复搜索状态的切换导致的勾选值可能不正确的问题
    无木 authored
    2021-07-16 10:56:37 +0800  
    Browse Code »

15 Jul, 2021
7 commits
  • fix(basic-tree): `checkedKeys` not worked with `search` ...
    b06a7ab7
    修复搜索功能可能导致`checkedKeys`丢失的问题
    
    fixed: #915
    无木 authored
    2021-07-15 23:17:31 +0800  
    Browse Dir »
  • fix(api-tree-select): auto load data if necessary ...
    1b3058f8
    修正ApiTreeSelect的数据加载时机
    无木 authored
    2021-07-15 18:39:54 +0800  
    Browse Dir »
  • feat(api-tree-select): add `api` options to tree-select ...
    d81db890
    添加ApiTreeSelect组件
    无木 authored
    2021-07-15 18:05:13 +0800  
    Browse Code »
  • fix: fix homePage affix error ...
    c1178027
    修复当没有通过接口为用户指定首页时,如果默认的首页是一个带有重定向的路由,则可能出现双首页Tab的问题
    无木 authored
    2021-07-15 17:15:15 +0800  
    Browse Dir »
  • fix(table-action): fix `circle` button style ...
    db7254a5
    修复table-action组件内的圆形按钮内容没有居中的问题
    无木 authored
    2021-07-15 15:42:47 +0800  
    Browse Dir »
  • fix(table-action): fixed icon `margin` without label ...
    dc51e6a8
    修复当没有label时,icon没有在按钮内居中的问题
    无木 authored
    2021-07-15 14:36:40 +0800  
    Browse Dir »
  • fix: infinite redirect in `BACK` mode ...
    4b46a84c
    修复后端权限模式下的路由无限重定向的问题
    无木 authored
    2021-07-15 01:59:23 +0800  
    Browse Dir »

14 Jul, 2021
4 commits
  • fix: ensure PAGE_NOT_FOUND_ROUTE exist ...
    87583c8b
    修复某些情况下404路由可能白屏的问题
    无木 authored
    2021-07-14 21:37:10 +0800  
    Browse Dir »
  • fix(multiple-tab): ignore login page ...
    1e633790
    修复标签页可能会创建登录页面标签的问题
    无木 authored
    2021-07-14 20:44:52 +0800  
    Browse Dir »
  • fix: resolving `Vue Router warn` ...
    237e65ea
    移除因为动态加载路由而产生的vue-router警告
    无木 authored
    2021-07-14 20:32:58 +0800  
    Browse Dir »
  • style(basic-table): remove scroller patcher ...
    6350224a
    移除table滚动条样式覆盖
    无木 authored
    2021-07-14 16:37:53 +0800  
    Browse Code »

13 Jul, 2021
8 commits
  • fix(modal): ensure that props are passed correctly,fix #897
    ae7821e2
    Vben authored
    2021-07-13 22:46:01 +0800  
    Browse Code »
  • fix(useWatermark): fix `func` call `createWatermark` call `clear` to resizeEvent removed (#901)
    a1d956d3
    yanzhuang authored
    2021-07-13 22:23:11 +0800  
    Browse Dir »
  • fix(markdown): set `value` error ...
    35e13470
    修复markdown组件在完成初始化之前动态设置value可能导致异常的问题
    无木 authored
    2021-07-13 18:04:42 +0800  
    Browse Dir »
  • fix(markdown): resolving markdown exceptions ...
    d95815b5
    修复markdown组件的异常以及不能正确设置value的问题
    无木 authored
    2021-07-13 15:28:10 +0800  
    Browse Dir »
  • feat: customized user home page ...
    0a3683a1
    新增自定义的用户首页(可以每个用户都不相同)
    无木 authored
    2021-07-13 14:10:31 +0800  
    Browse Code »
  • fix(breadcrumb): `redirect` not worked ...
    f5e31feb
    修复面包屑组件的重定向菜单不能工作以及eslint警告
    无木 authored
    2021-07-13 11:09:00 +0800  
    Browse Dir »
  • perf(menu): Optimize the style of the bottom collapse button in the Mix menu layout (#896)
    6f830703
    周旭 authored
    2021-07-13 09:25:46 +0800  
    Browse Code »
  • chore: update deps
    bfb5ebd7
    shisan authored
    2021-07-13 00:07:10 +0800  
    Browse Code »

12 Jul, 2021
4 commits
  • style(notice-list): adjust style ...
    012020e5
    去除通知列表组件标题和内容部分多余的margin-bottom,禁止自动隐藏不可用的翻页按钮
    无木 authored
    2021-07-12 22:33:28 +0800  
    Browse Dir »
  • style(notice-list): fix `margin-bottom` value ...
    aeebfc4d
    去除通知列表组件标题和内容部分多余的margin-bottom
    无木 authored
    2021-07-12 22:22:33 +0800  
    Browse Dir »
  • feat(notice-list): add `pagination` support ...
    c16be2c4
    为通知列表组件添加分页、超长自动省略、标题点击响应、标题删除线等功能
    
    fixed: #894
    无木 authored
    2021-07-12 22:12:16 +0800  
    Browse Dir »
  • fix(table-action): incorrect button color of `disabled` state ...
    0f28e803
    修复表格操作列的按钮在disabled状态下的颜色显示
    
    fixed: #891
    无木 authored
    2021-07-12 16:46:27 +0800  
    Browse Dir »

09 Jul, 2021
6 commits
  • fix(menu): fix mix-menu incorrect jumping in `hover` mode ...
    cad021c3
    修复悬停触发模式下左侧混合菜单会在没有子菜单且被激活时直接跳转路由
    无木 authored
    2021-07-09 19:20:05 +0800  
    Browse Code »
  • fix(menu): display error when contains hidden items ...
    5ceeefd1
    修复顶栏菜单在包含隐藏项目时的显示问题
    无木 authored
    2021-07-09 17:25:38 +0800  
    Browse Dir »
  • fix(form): fix `suffix` slot style ...
    a9bbed19
    修复suffix插槽的样式问题
    无木 authored
    2021-07-09 16:39:50 +0800  
    Browse Dir »
  • fix(mix-sider): fix mix-sider hover logic ...
    0595a72d
    修复左侧混合菜单的悬停处理逻辑
    无木 authored
    2021-07-09 13:56:33 +0800  
    Browse Dir »
  • fix(table): fix index column style ...
    c7c0a7e4
    修复序号列的样式问题
    无木 authored
    2021-07-09 13:37:13 +0800  
    Browse Dir »
  • fix(upload): ensure the value type is correct ...
    05329ce9
    修复BasicUpload组件在设置null值时的问题
    无木 authored
    2021-07-09 00:22:00 +0800  
    Browse Dir »

08 Jul, 2021
4 commits
  • chore: perf TableAction.vue、build/utils.ts、prettier.config.js (#868) ...
    7b76945b
    * perf: 优化 build 时 vite 模式判断
    
    * perf: 优化 TableAction, 仅在 action.tooltip 存在的情况下 才使用 Tooltip 组件
    
    * docs: 仅在 action.tooltip 存在的情况下 才使用 Tooltip 组件
    
    * fix: 在 window 上,拉取代码后 eslint 因 endOfLine 而保错问题
    
    * docs: 修复在 window 上,拉取代码后 eslint 因 endOfLine 而保错问题
    周旭 authored
    2021-07-08 23:20:49 +0800  
    Browse Dir »
  • feat(table): add `headerTop` slot ...
    540423ec
    为表格添加`headerTop`插槽(表格头部的标题之上),以及相关演示
    
    close: #881
    无木 authored
    2021-07-08 20:16:22 +0800  
    Browse Dir »
  • feat(api-select): clear options before fetch ...
    9cf070dd
    ApiSelect组件在发起新的请求之前先清空已有的options
    无木 authored
    2021-07-08 02:50:33 +0800  
    Browse Dir »
  • feat(demo): add search demo for apiSelect ...
    41e6d94b
    添加ApiSelect的本地搜索和远程搜索例子
    无木 authored
    2021-07-08 02:46:15 +0800  
    Browse Dir »