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
09 Feb, 2021
4 commits
  • chore: add some notes
    07c18d60
    vben authored
    2021-02-09 23:47:14 +0800  
    Browse Code »
  • perf: remove unless code
    23657547
    vben authored
    2021-02-09 23:06:00 +0800  
    Browse Code »
  • chore: update husky to v5
    2b466eaf
    vben authored
    2021-02-09 22:36:44 +0800  
    Browse File »
  • fix(table): fix the table in the editable row status and press Enter to confirm #258
    64533f62
    vben authored
    2021-02-09 00:05:16 +0800  
    Browse Code »

08 Feb, 2021
2 commits
  • fix: correct debugger code
    759e5320
    vben authored
    2021-02-08 23:59:47 +0800  
    Browse Dir »
  • feat(modal): exporse redoModalHeight
    a3a903bc
    vben authored
    2021-02-08 00:17:15 +0800  
    Browse Code »

07 Feb, 2021
3 commits
  • fix: some color error
    33b2365f
    vben authored
    2021-02-07 22:38:40 +0800  
    Browse Dir »
  • fix(description): not rendering while show method return false (#253) ...
    23eba274
    * fix(description): not rendering while show method return false
    
    fix #252
    
    * Move data desctruction outside loop
    John Niang authored
    2021-02-07 17:56:58 +0800  
    Browse Dir »
  • fix: fix collapse header title not rendering (#256)
    c81d48e7
    John Niang authored
    2021-02-07 17:56:46 +0800  
    Browse Dir »

06 Feb, 2021
3 commits
  • fix(pop-confirm-button): fix responsive failure #246
    c57dea04
    vben authored
    2021-02-06 23:54:31 +0800  
    Browse Code »
  • fix: fix the problem of mock error under post #247
    9b6f37ca
    vben authored
    2021-02-06 23:24:48 +0800  
    Browse Code »
  • fix: suppoer build sourcemap
    3ba82855
    vben authored
    2021-02-06 22:55:18 +0800  
    Browse Dir »

05 Feb, 2021
7 commits
  • fix(upload): fix maxNumber not work #240
    91e004e2
    vben authored
    2021-02-05 23:27:42 +0800  
    Browse Code »
  • fix(type): fix .vue file type error
    22088e82
    vben authored
    2021-02-05 22:30:55 +0800  
    Browse Code »
  • perf: update style
    aaae6683
    vben authored
    2021-02-05 22:13:19 +0800  
    Browse Code »
  • chore: bump 2.0.0.rc18
    562e2af9
    vben authored
    2021-02-05 01:12:51 +0800  
    Browse File »
  • chore: some typo
    70c0877d
    vben authored
    2021-02-05 01:07:36 +0800  
    Browse Dir »
  • fix(form): format destructuring assignment error (#238) ...
    612995a5
    fix(form): format 解构赋值错误
    TanFei authored
    2021-02-05 00:41:13 +0800  
    Browse Dir »
  • chore: update deps
    826e5f3d
    vben authored
    2021-02-05 00:29:20 +0800  
    Browse File »

04 Feb, 2021
4 commits
  • feat: production mode compressed image
    de332ae3
    vben authored
    2021-02-04 22:00:25 +0800  
    Browse Dir »
  • chore: update deps #228
    1b71db73
    vben authored
    2021-02-04 21:46:35 +0800  
    Browse Dir »
  • fix(descriotion): fix type #228
    4909a4cb
    vben authored
    2021-02-04 00:29:21 +0800  
    Browse Code »
  • fix(table): fix the table: cancel editing and not restore the initial value #235
    1d0ec362
    vben authored
    2021-02-04 00:20:48 +0800  
    Browse Dir »

03 Feb, 2021
1 commit
  • feat: theme color switch
    3d1681ee
    vben authored
    2021-02-03 23:52:55 +0800  
    Browse Dir »

30 Jan, 2021
1 commit
  • chore: update readme.md
    85729f0f
    vben authored
    2021-01-30 16:53:00 +0800  
    Browse Dir »

29 Jan, 2021
1 commit
  • chore: update deps
    699afd1d
    vben authored
    2021-01-29 07:55:37 +0800  
    Browse Code »

28 Jan, 2021
2 commits
  • chore: format code by eslint #222
    9edc2813
    vben authored
    2021-01-28 23:30:50 +0800  
    Browse Code »
  • Update CHANGELOG.zh_CN.md (#225) ...
    b77b7c9d
    some updates
    Carfield authored
    2021-01-28 21:17:30 +0800  
    Browse Code »

27 Jan, 2021
5 commits
  • perf(form): perf form in modal
    2882d6e9
    vben authored
    2021-01-27 21:24:56 +0800  
    Browse Code »
  • perf(nprocess): remove nprocess css
    733afddd
    vben authored
    2021-01-27 21:24:56 +0800  
    Browse File »
  • fix: modifyVars not work
    b107b528
    vben authored
    2021-01-27 21:24:56 +0800  
    Browse Dir »
  • Fix the return value when editing the cell(#219) ...
    1a85dff5
    修正单元格编辑提交时的返回值 .这个地方应该返回真实值,而不是editValueMap处理后的值或Select插槽的option.label。
    葡萄架 authored
    2021-01-27 21:00:29 +0800  
    Browse Dir »
  • fix(moment): fix moment error #217
    61cf0f79
    vben authored
    2021-01-27 00:14:08 +0800  
    Browse Dir »

26 Jan, 2021
2 commits
  • fix(table): fix the initial data display of editable cells (#218) ...
    9ea257e1
    修正可编辑单元格初始数据显示
    葡萄架 authored
    2021-01-26 22:59:58 +0800  
    Browse Dir »
  • fix(ripple): fix ripple style #211
    22016291
    vben authored
    2021-01-26 00:03:22 +0800  
    Browse Dir »

25 Jan, 2021
3 commits
  • fix(menu): top submenu disappeared problem #214
    0ec1a62e
    vben authored
    2021-01-25 23:51:55 +0800  
    Browse Dir »
  • fix(build): fix rollup compact not work
    783e6581
    vben authored
    2021-01-25 22:57:38 +0800  
    Browse Code »
  • feat: vite preview
    c1a4600b
    vben authored
    2021-01-25 06:21:11 +0800  
    Browse Dir »

24 Jan, 2021
2 commits
  • revert: vite previre
    2eb2d2a0
    vben authored
    2021-01-24 21:38:55 +0800  
    Browse Dir »
  • Revert "perf: vite preview" ...
    ddb88a65
    This reverts commit 55b8e1b7.
    vben authored
    2021-01-24 21:36:51 +0800  
    Browse Code »