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
14 Aug, 2021
1 commit
  • style: restore default `border-color` ...
    5ae894a5
    恢复antd默认的基础边框色
    无木 authored
    2021-08-14 20:53:52 +0800  
    Browse Code »

13 Aug, 2021
8 commits
  • feat: add `updatePath` for `useTabs` ...
    bcfa3382
    添加更新标签path的方法
    
    close: #1068
    无木 authored
    2021-08-13 15:13:35 +0800  
    Browse Dir »
  • fix: `slots` working in components ...
    b1f31762
    修复vue新版本改动导致组件传递slots可能出现错误的问题
    无木 authored
    2021-08-13 15:06:06 +0800  
    Browse Dir »
  • feat(form): add `alwaysShowLines` prop ...
    93f9a19a
    允许设置Form折叠时始终保持显示状态的行数
    
    close: #1051
    无木 authored
    2021-08-13 11:51:23 +0800  
    Browse Dir »
  • style(types): fix some type statement
    61d853e6
    无木 authored
    2021-08-13 11:13:29 +0800  
    Browse Dir »
  • fix(i18n): add i18n translate data ...
    1f55c418
    添加部分缺失的翻译文案
    无木 authored
    2021-08-13 11:11:35 +0800  
    Browse Code »
  • fix(table): `getSelectRows` support multi-page ...
    4b6025cb
    getSelectRows支持跨页选择
    
    close: #914
    无木 authored
    2021-08-13 08:50:28 +0800  
    Browse Code »
  • refactor(application): change to setup syntax
    2f6d133b
    vben authored
    2021-08-13 07:29:33 +0800  
    Browse Code »
  • fix(types): fix some type errors
    9035fd19
    vben authored
    2021-08-13 00:12:51 +0800  
    Browse Dir »

12 Aug, 2021
3 commits
  • refactor(sys): change to setup syntax
    bb89c505
    vben authored
    2021-08-12 23:54:12 +0800  
    Browse File »
  • fix: fix build handler & misc (#1060) ...
    66feb779
    * fix(type): fix ant-design-vue  ->
    
    * fix: fix build handler & misc
    CXM authored
    2021-08-12 23:23:44 +0800  
    Browse Code »
  • chore: update deps
    948219c5
    vben authored
    2021-08-12 23:19:28 +0800  
    Browse Dir »

11 Aug, 2021
1 commit
  • feat(tree): add searchable function ...
    60577d67
    添加搜索功能相关属性和方法
    
    close: #1057
    无木 authored
    2021-08-11 17:59:07 +0800  
    Browse Code »

10 Aug, 2021
3 commits
  • fix(modal): `helpMessage` doesn't work ...
    953bfc6f
    修复`helpMessage`属性不起作用的问题
    无木 authored
    2021-08-10 23:02:59 +0800  
    Browse Code »
  • fix(table): wrong bg-color in fullscreen mode ...
    2052eb5a
    修复浅色主题下的table在全屏状态时背景颜色不正确的问题
    无木 authored
    2021-08-10 22:34:41 +0800  
    Browse Code »
  • fix(table): `selection-change` not triggered in unchecking ...
    019555be
    修复selection-change事件在取消勾选时未能正确触发的问题
    
    fixed: #1053
    无木 authored
    2021-08-10 14:36:29 +0800  
    Browse Code »

09 Aug, 2021
1 commit
  • fix(table): `0` is not shown in editable cell ...
    33a335a3
    修复可编辑单元格中未能正确显示零值的问题
    
    fixed: #1039
    无木 authored
    2021-08-09 21:49:11 +0800  
    Browse Code »

08 Aug, 2021
4 commits
  • chore: update deps
    9d2231b1
    vben authored
    2021-08-08 23:05:44 +0800  
    Browse Code »
  • fix(type): fix ant-design-vue -> (#1043)
    6d5388aa
    CXM authored
    2021-08-08 10:16:37 +0800  
    Browse Code »
  • fix(locales): fix that vscode extension i18n-Ally detect zh-CN as zh (#1044)
    b2d49cbb
    spking11 authored
    2021-08-08 10:16:19 +0800  
    Browse Dir »
  • fix(route): the whitelist should include basicRoutes (#1048) ...
    1bb51569
    * fix(table): recursive updateTableDataRecord
    
    无刷新更新表格数据时,支持递归查找,用于树状数据时。同时新增 findTableDataRecord 函数,用于支持无刷新新增数据到树状表格中
    
    * fix(router): whitelist include basicRoutes
    
    白名单应包含不在菜单上出现的静态路由,否则在动态切换菜单 resetRouter 时会丢失这些,如在usePermission.resume中
    
    * fix: get basicRoutes whitelist bad code
    Leo Caan (陈栋) authored
    2021-08-08 10:15:34 +0800  
    Browse Code »

04 Aug, 2021
3 commits
  • chore: add windi.config.ts
    62f84687
    Vben authored
    2021-08-04 23:26:08 +0800  
    Browse Code »
  • chore: update deps
    8e5740e7
    Vben authored
    2021-08-04 23:21:43 +0800  
    Browse Code »
  • feat(table): add getRawDataSource() function (#1029)
    f3cf162a
    JasonYHZ authored
    2021-08-04 08:59:21 +0800  
    Browse Dir »

03 Aug, 2021
7 commits
  • fix(cropper): cropper not destroy in time ...
    38194307
    图片剪裁组件未能及时销毁资源
    
    fixed: #1027
    无木 authored
    2021-08-03 21:17:38 +0800  
    Browse Code »
  • fix(qrcode): qrcode not displayed properly ...
    26f251e1
    fixed: #1026
    无木 authored
    2021-08-03 20:55:40 +0800  
    Browse Code »
  • fix(table): `cellFormat` support `Map` ...
    1214b7c3
    close: #1031
    无木 authored
    2021-08-03 20:37:02 +0800  
    Browse Code »
  • chore: release 2.7.0
    c8204042
    Vben authored
    2021-08-03 07:41:23 +0800  
    Browse Code »
  • refactor: refactor tailwindcss to windicss
    5e17cc88
    Vben authored
    2021-08-03 07:40:29 +0800  
    Browse Dir »
  • fix(): The Style of tableTitle slot (#1023) ...
    02e77560
    Co-authored-by: 王英琦 <wangyingqi@91bihu.com>
    Dack Wang authored
    2021-08-03 07:36:40 +0800  
    Browse Code »
  • fix(table): recursive updateTableDataRecord (#1024) ...
    72f953c8
    无刷新更新表格数据时,支持递归查找,用于树状数据时。同时新增 findTableDataRecord 函数,用于支持无刷新新增数据到树状表格中
    Leo Caan (陈栋) authored
    2021-08-03 07:36:15 +0800  
    Browse Dir »

01 Aug, 2021
4 commits
  • fix: fix iframe heigth error (#1012)
    d76cfd7f
    yanzhuang authored
    2021-08-01 08:51:52 +0800  
    Browse Dir »
  • fix: the position of tinymce upload image is wrong (#1015)
    2fd0fd28
    Lowell authored
    2021-08-01 08:51:01 +0800  
    Browse Dir »
  • fix: Fix the invalid hot update of BasicButton when changing style outside (#1016) ...
    be2d11d5
    * chore: ignore bak dir
    
    Signed-off-by: LiLi <urfreespace@gmail.com>
    
    * fix: 修复BasicButton在外部改变样式热更新无效问题
    
    Signed-off-by: LiLi <urfreespace@gmail.com>
    
    * chore: remove extra ignore
    
    Signed-off-by: LiLi <urfreespace@gmail.com>
    
    * chore: ignore fix
    
    Signed-off-by: LiLi <urfreespace@gmail.com>
    Li Li authored
    2021-08-01 08:50:21 +0800  
    Browse Dir »
  • chore: update deps
    88451565
    vben authored
    2021-08-01 08:46:27 +0800  
    Browse Dir »

30 Jul, 2021
2 commits
  • feat(use-loading): add `setTip` method ...
    26d9476c
    为useLoading添加setTip方法
    无木 authored
    2021-07-30 16:59:52 +0800  
    Browse Dir »
  • fix(tree): fix `checkAll` effects `disabled` node
    ddd1893b
    无木 authored
    2021-07-30 15:25:13 +0800  
    Browse Code »

29 Jul, 2021
3 commits
  • fix: typo for utils/env (#1004)
    e8eefd1b
    Wang Weitao authored
    2021-07-29 22:43:04 +0800  
    Browse Code »
  • fix(page-wrapper): fix `class` not working
    8879ae8d
    无木 authored
    2021-07-29 20:12:54 +0800  
    Browse Dir »
  • fix(table): fix `getSelectRows` for treeTable ...
    f2b8bb43
    修复getSelectRows不支持树形表格子级数据的问题
    
    fixed: #1003
    无木 authored
    2021-07-29 18:37:19 +0800  
    Browse Dir »