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
b2d49cbbf81cb15e75905deb95bdf7ac4af4e599
  • order-erp-front
  • src
  • components
04 Aug, 2021
1 commit
  • feat(table): add getRawDataSource() function (#1029)
    f3cf162a
    JasonYHZ authored
    4 years ago  
    Browse Code »

03 Aug, 2021
5 commits
  • fix(cropper): cropper not destroy in time ...
    38194307
    图片剪裁组件未能及时销毁资源
    
    fixed: #1027
    无木 authored
    4 years ago  
    Browse Code »
  • fix(qrcode): qrcode not displayed properly ...
    26f251e1
    fixed: #1026
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(table): `cellFormat` support `Map` ...
    1214b7c3
    close: #1031
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(): The Style of tableTitle slot (#1023) ...
    02e77560
    Co-authored-by: 王英琦 <wangyingqi@91bihu.com>
    Dack Wang authored
    4 years ago  
    Browse Dir »
  • fix(table): recursive updateTableDataRecord (#1024) ...
    72f953c8
    无刷新更新表格数据时,支持递归查找,用于树状数据时。同时新增 findTableDataRecord 函数,用于支持无刷新新增数据到树状表格中
    Leo Caan (陈栋) authored
    4 years ago  
    Browse File »

01 Aug, 2021
2 commits
  • fix: the position of tinymce upload image is wrong (#1015)
    2fd0fd28
    Lowell authored
    4 years ago  
    Browse Code »
  • 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
    4 years ago  
    Browse Dir »

30 Jul, 2021
2 commits
  • feat(use-loading): add `setTip` method ...
    26d9476c
    为useLoading添加setTip方法
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(tree): fix `checkAll` effects `disabled` node
    ddd1893b
    无木 authored
    4 years ago  
    Browse Dir »

29 Jul, 2021
2 commits
  • fix(page-wrapper): fix `class` not working
    8879ae8d
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(table): fix `getSelectRows` for treeTable ...
    f2b8bb43
    修复getSelectRows不支持树形表格子级数据的问题
    
    fixed: #1003
    无木 authored
    4 years ago  
    Browse Dir »

28 Jul, 2021
2 commits
  • fix: style property of actionColOpt is invalid (#997)
    225bd4c3
    Lowell authored
    4 years ago  
    Browse Code »
  • fix: typo (#980)
    7e6a89ff
    江麻妞 authored
    4 years ago  
    Browse Code »

27 Jul, 2021
1 commit
  • fix(table): fix `pagination` props working ...
    e3278937
    修复table的pagination属性无法动态设置数据的问题
    无木 authored
    4 years ago  
    Browse Dir »

26 Jul, 2021
2 commits
  • type(preview): fix type definition ...
    bdf0be81
    修复Preview组件的事件参数类型定义
    无木 authored
    4 years ago  
    Browse Dir »
  • feat(preview): add more features ...
    e23bd269
    为Preview组件添加新的属性及事件
    无木 authored
    4 years ago  
    Browse Code »

25 Jul, 2021
2 commits
  • fix: expandIcon slot of BasicTable component is invalid (#975)
    98c206d9
    Lowell authored
    4 years ago  
    Browse Code »
  • fix(qrcode): Fix the problem that the QR code cannot be dynamically generated (#974) ...
    fe4eae37
    * fix: Fix the problem that the QR code cannot be dynamically generated
    
    * Fix the problem that the size of the QR code is automatically changed when dynamically generated
    江麻妞 authored
    4 years ago  
    Browse Code »

24 Jul, 2021
5 commits
  • fix(table): fix expand style ...
    14fb21d0
    修复启用expandRowByClick展开图标样式问题
    
    fixed: #969
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(table): fix tableSettings popup in fullscreen mode ...
    dce3fb0f
    修复全屏模式下的表格设置组件的弹出层配置
    无木 authored
    4 years ago  
    Browse Code »
  • fix(table): fix `dataPicker` show in `fullscreen` mode ...
    a5a9b3fb
    修复basicTable编辑组件的校验提示以及日期选择框的弹出层在全屏模式下的显示问题
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(table): component shown in `fullscreen` mode ...
    a07ab6d7
    修复表格在全屏模式下编辑组件弹出层的显示问题
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(table-action): stopButtonPropagation not working ...
    9b8f165a
    修复TableAction组件的stopButtonPropagation属性无效的问题
    无木 authored
    4 years ago  
    Browse File »

23 Jul, 2021
2 commits
  • fix(table): editable cell display with validation ...
    202aa42b
    修复带验证的可编辑表格的组件意外失焦的问题
    
    fixed: #953
    无木 authored
    4 years ago  
    Browse Code »
  • fix(form): remove console error for `setFieldsValue` ...
    8d185bb5
    移除setFieldsValue方法输出的控制台错误
    
    fixed: #952
    无木 authored
    4 years ago  
    Browse Dir »

21 Jul, 2021
3 commits
  • fix(img-rotate-drag-verify): fix `resume` method support ...
    32d64dbe
    修复ImgRotateDragVerify组件的resume方法无效的问题
    
    fixed: #946
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(form): fix `validate` promise catch ...
    571f2813
    修复自动校验时没有捕获promise catch的错误提示
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(table): fix editable cell not support `ellipsis` ...
    4bb506fb
    修复可编辑单元格不支持ellipsis配置的问题
    
    fixed: #944
    无木 authored
    4 years ago  
    Browse Code »

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

19 Jul, 2021
4 commits
  • style: fixed line break style ...
    59eb828d
    修正换行符
    无木 authored
    4 years ago  
    Browse Code »
  • feat(basic-table): add `ApiTreeSelect` edit component ...
    52af1dd0
    为表格添加ApiTreeSelect编辑组件,修复一些其它的已知问题
    无木 authored
    4 years ago  
    Browse Code »
  • fix(api-select): fix `options-change` event data ...
    897bed97
    修复options-change事件参数不是select所使用的标准options数据的问题
    无木 authored
    4 years ago  
    Browse Code »
  • fix(countdown-input): add `slots` support ...
    a764a95a
    为CountdownInput组件添加Input的插槽支持
    无木 authored
    4 years ago  
    Browse Dir »

18 Jul, 2021
1 commit
  • fix(formItem): Fix labelcol type mismatch (#903) ...
    03b17a8f
    *修复antdv升级后formItem中labelCol没有类型style的bug
    lzdjack authored
    4 years ago  
    Browse Code »

17 Jul, 2021
1 commit
  • fix(code-editor): `value` not support use as `v-model` ...
    8832a074
    修复value不支持v-model用法的问题
    
    fixed: #933
    无木 authored
    4 years ago  
    Browse Dir »

16 Jul, 2021
4 commits
  • fix(table): `value` show problem in editable cell ...
    61ce25be
    修复可编辑单元格的值不能直接通过修改dataSource来更新显示的问题。
    
    fixed: #922
    无木 authored
    4 years ago  
    Browse Code »
  • fix(api-tree-select): fix `event` checked in form ...
    d9d00714
    修复ApiTreeSelect在BasicForm内使用时可能出现的onChange类型检查失败的警告
    无木 authored
    4 years ago  
    Browse Code »
  • fix(model): auto validate on value change ...
    f8440175
    修复BasicModel的表单值发生变化时未能自动校验
    
    fixed: #920
    无木 authored
    4 years ago  
    Browse Dir »
  • fix(modal): fixed `fullscreen` not worked ...
    5baaa585
    修复全屏功能异常的问题
    
    fixed: #918
    无木 authored
    4 years ago  
    Browse Dir »