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
22 Jul, 2021
1 commit
  • fix(style): fix checkbox-checked css in dark mode
    d3f08e37
    M69w authored
    2021-07-22 20:52:55 +0800  
    Browse Dir »

21 Jul, 2021
12 commits
  • chore: update deps
    ee44d99c
    vben authored
    2021-07-21 23:45:04 +0800  
    Browse Code »
  • fix(perm-guard): Fix the problem that the routing query is lost after refreshing the page (#941)
    9c4889f0
    Lan authored
    2021-07-21 23:27:24 +0800  
    Browse Dir »
  • style(alert): fix alert border color ...
    59cf8605
    修复Alert组件的默认边框颜色不正确的问题
    无木 authored
    2021-07-21 23:19:44 +0800  
    Browse Dir »
  • fix(dark-theme): style for checked tree nodes ...
    662b576a
    修复黑暗主题下已勾选的Tree的复选框的样式问题
    无木 authored
    2021-07-21 22:43:47 +0800  
    Browse Code »
  • fix(dark-theme): disabled link `button` color ...
    42812162
    修复黑暗主题下禁用状态的link类型按钮的颜色
    无木 authored
    2021-07-21 21:51:48 +0800  
    Browse Dir »
  • fix(dark-theme): alert color in dark-theme ...
    9b7ede09
    修复Alert组件在Dark主题下的颜色问题
    无木 authored
    2021-07-21 21:39:23 +0800  
    Browse Dir »
  • fix(dark-theme): bgcolor of `selected tree node` in dark theme ...
    8cf004a5
    修复tree的被选中节点的背景颜色在黑暗模式下不正确的问题
    
    fixed: #949
    无木 authored
    2021-07-21 20:34:00 +0800  
    Browse Dir »
  • fix(img-rotate-drag-verify): fix `resume` method support ...
    32d64dbe
    修复ImgRotateDragVerify组件的resume方法无效的问题
    
    fixed: #946
    无木 authored
    2021-07-21 17:52:07 +0800  
    Browse Dir »
  • feat(demo): add `async-validator` demo ...
    8b4b767f
    添加表单使用后端接口异步验证的例子
    无木 authored
    2021-07-21 15:44:46 +0800  
    Browse Code »
  • fix(demo): menu `error-log` link to 404 page ...
    341bd633
    修复演示菜单的错误日志页面指向了404的问题
    无木 authored
    2021-07-21 11:20:40 +0800  
    Browse Dir »
  • fix(form): fix `validate` promise catch ...
    571f2813
    修复自动校验时没有捕获promise catch的错误提示
    无木 authored
    2021-07-21 11:18:10 +0800  
    Browse Dir »
  • fix(table): fix editable cell not support `ellipsis` ...
    4bb506fb
    修复可编辑单元格不支持ellipsis配置的问题
    
    fixed: #944
    无木 authored
    2021-07-21 00:43:37 +0800  
    Browse File »

20 Jul, 2021
1 commit
  • fix(api-tree-select): auto reload while `params` changed ...
    c734f685
    修复ApiTreeSelect组件没有正确监听params变化的问题
    无木 authored
    2021-07-20 18:01:18 +0800  
    Browse Code »

19 Jul, 2021
9 commits
  • chore: release 2.6.1
    596670dc
    vben authored
    2021-07-19 23:56:14 +0800  
    Browse Code »
  • chore: restore vite to version 2.3.6
    680ad076
    vben authored
    2021-07-19 23:54:47 +0800  
    Browse Code »
  • feat(demo): multi-modal in one page usage ...
    7a7dab0c
    添加使用is动态组件来在页面内使用多个modal的演示
    无木 authored
    2021-07-19 18:40:02 +0800  
    Browse Code »
  • style: fixed line break style ...
    59eb828d
    修正换行符
    无木 authored
    2021-07-19 16:37:47 +0800  
    Browse Dir »
  • feat(basic-table): add `ApiTreeSelect` edit component ...
    52af1dd0
    为表格添加ApiTreeSelect编辑组件,修复一些其它的已知问题
    无木 authored
    2021-07-19 16:25:56 +0800  
    Browse Dir »
  • fix(api-select): fix `options-change` event data ...
    897bed97
    修复options-change事件参数不是select所使用的标准options数据的问题
    无木 authored
    2021-07-19 16:19:51 +0800  
    Browse Dir »
  • fix(countdown-input): add `slots` support ...
    a764a95a
    为CountdownInput组件添加Input的插槽支持
    无木 authored
    2021-07-19 15:27:05 +0800  
    Browse Code »
  • fix(demo): fix display problem of editable table with `apiSelect` ...
    535bdddf
    修复ApiSelect在可编辑表格中的显示问题
    无木 authored
    2021-07-19 00:51:02 +0800  
    Browse Code »
  • chore: update deps
    18567e13
    vben authored
    2021-07-19 00:14:53 +0800  
    Browse Dir »

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 Dir »
  • 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
3 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 »