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
11 Jun, 2021
7 commits
  • fix(modal): ensure that the full screen height is calculated correctly
    1c1755cf
    Vben authored
    2021-06-11 22:29:02 +0800  
    Browse Code »
  • feat(use-drawer): add closeDrawer function
    639520ad
    Vben authored
    2021-06-11 22:19:02 +0800  
    Browse Dir »
  • chore: type Descrition,Drawer,Excel,Dropdown
    c7c95dd2
    Vben authored
    2021-06-11 22:09:02 +0800  
    Browse Code »
  • perf(cropper-avatar): code optimization
    6dbbdbac
    Vben authored
    2021-06-11 21:49:02 +0800  
    Browse Code »
  • perf: add createImgPreview func (#713)
    b7c7c468
    jinmao88 authored
    2021-06-11 16:08:39 +0800  
    Browse Dir »
  • fix(useViewHeight): Fix the problem that useContentViewHeight does not calculate the footer (#747) ...
    33cd8fe6
    Co-authored-by: NorthLan <lan6995@gmail.com>
    Lan authored
    2021-06-11 09:37:17 +0800  
    Browse Code »
  • fix(route): dynamically introduce components error ...
    c6b766d8
    修复后台权限模式下,加载IFrame类型的路由时会丢失component的问题
    无木 authored
    2021-06-11 00:29:39 +0800  
    Browse Dir »

10 Jun, 2021
6 commits
  • fix(mock): make sure ignore matches the file correctly, fix #745
    a222ec85
    Vben authored
    2021-06-10 22:16:15 +0800  
    Browse File »
  • feat: add CropperAvatar component
    8e410fc6
    Vben authored
    2021-06-10 21:46:46 +0800  
    Browse Code »
  • fix(modal): add v-model support for visible
    de12babd
    无木 authored
    2021-06-10 19:48:43 +0800  
    Browse Dir »
  • fix(api): select api type error
    b387681c
    无木 authored
    2021-06-10 15:43:28 +0800  
    Browse Dir »
  • chore: release 2.4.2
    2c5351f9
    Vben authored
    2021-06-10 00:36:54 +0800  
    Browse Code »
  • refactor: refactor CountTo component
    40008bc2
    Vben authored
    2021-06-10 00:32:15 +0800  
    Browse Dir »

09 Jun, 2021
6 commits
  • chore: prettier code
    00fca0fe
    Vben authored
    2021-06-09 22:36:30 +0800  
    Browse Dir »
  • fix: fix darkModeSwitch switch failure
    34a80542
    Vben authored
    2021-06-09 22:36:30 +0800  
    Browse Dir »
  • fix(api-select): loss option data on event callback ...
    c5f2577f
    close #733
    无木 authored
    2021-06-09 18:31:01 +0800  
    Browse Dir »
  • fix(mock): type error
    7c1ffa3d
    无木 authored
    2021-06-09 12:13:13 +0800  
    Browse Dir »
  • fix(demo): make sure the map https resource is correct
    7b9cd09a
    Vben authored
    2021-06-09 00:25:45 +0800  
    Browse Dir »
  • perf: optimize components and add comments
    55e9d9fc
    Vben authored
    2021-06-09 00:22:29 +0800  
    Browse File »

08 Jun, 2021
8 commits
  • fix(demo): `breadcrumb` route invalid redirect
    84d9300e
    无木 authored
    2021-06-08 16:45:42 +0800  
    Browse Code »
  • fix(router): loss `directory` route ...
    df8cd860
    修复"目录"路由丢失的问题
    
    fix: #722
    无木 authored
    2021-06-08 15:14:05 +0800  
    Browse Code »
  • feat(table): updateTableDataRecord support functional rowKey
    448a4c28
    无木 authored
    2021-06-08 15:14:05 +0800  
    Browse Code »
  • chore: add util for install component (#707)
    f62f378f
    Leo Caan (陈栋) authored
    2021-06-08 14:28:19 +0800  
    Browse Dir »
  • feat(modal): add closeModal for useModal
    6d5f9aa6
    无木 authored
    2021-06-08 10:55:33 +0800  
    Browse Dir »
  • fix(demo): account list page validate and save
    21f7a854
    无木 authored
    2021-06-08 01:13:22 +0800  
    Browse Code »
  • feat(table): add updateTableDataRecord method ...
    8e4f486f
    添加updateTableDataRecord以便可以根据指定的rowKey来直接更新行数据而无需reload
    无木 authored
    2021-06-08 01:08:04 +0800  
    Browse Code »
  • fix: build error
    5212ea79
    vben authored
    2021-06-08 00:15:34 +0800  
    Browse Dir »

07 Jun, 2021
6 commits
  • chore: add some notes
    cda0f9c1
    Vben authored
    2021-06-07 21:30:27 +0800  
    Browse Dir »
  • feat(Tinymce): add dynamics to the read-only state of the rich text editor (#725) ...
    efce482b
    *富文本目前只支持初始化配置,本次增加了只读状态动态设置,只需更改readonly的值
    liuzhidong authored
    2021-06-07 21:28:26 +0800  
    Browse Code »
  • fix(form): fix form update problem ...
    bcad95d3
    修复表单组件在特定情况下的卡顿、崩溃问题
    fix: #720
    无木 authored
    2021-06-07 14:52:03 +0800  
    Browse Dir »
  • feat(table): support columns-change event ...
    125a7d14
    添加列改变事件(含排序、可见性、固定列)。该事件仅由表格设置组件中人为触发。
    无木 authored
    2021-06-07 12:37:21 +0800  
    Browse Dir »
  • fix(Tinymce): Read only status upload button can also be used (#718) ...
    966571bd
    *修复富文本组件在只读状态下上传图片按钮也能点击的bug
    liuzhidong authored
    2021-06-07 12:23:34 +0800  
    Browse Code »
  • refactor(mock): remove third-party images
    aee61303
    无木 authored
    2021-06-07 01:14:07 +0800  
    Browse Code »

06 Jun, 2021
6 commits
  • perf(i18n): improve circular dependencies
    d677729a
    Vben authored
    2021-06-06 23:36:22 +0800  
    Browse Dir »
  • fix(table): try to get close to the form stuck
    d81481c5
    Vben authored
    2021-06-06 22:54:25 +0800  
    Browse Code »
  • feat(table-img): support simple show mode and more props ...
    19d8e01e
    改进TableImg组件,支持简单显示模式以及更多可配置的属性。
    无木 authored
    2021-06-06 16:27:19 +0800  
    Browse Code »
  • chore(axios): remove useless code
    50f94bfe
    Vben authored
    2021-06-06 15:12:15 +0800  
    Browse Dir »
  • fix(radio-button): fix RadioButton `disabled` support ...
    ee384b1f
    fix #710
    无木 authored
    2021-06-06 13:24:32 +0800  
    Browse Dir »
  • fix(table): settings indeterminate state effect ...
    4fd2051b
    修复存在操作列的情况下,表格设置组件中的半选状态显示不正确的问题
    无木 authored
    2021-06-06 12:03:53 +0800  
    Browse Dir »

05 Jun, 2021
1 commit
  • refactor(test-server): improve test service code
    a96cb250
    Vben authored
    2021-06-05 22:29:56 +0800  
    Browse Code »