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 Sep, 2021
2 commits
  • chore: release 2.7.2
    2aa5e5da
    vben authored
    2021-09-14 00:05:45 +0800  
    Browse Code »
  • chore: update deps
    44b21bfc
    vben authored
    2021-09-14 00:03:34 +0800  
    Browse Dir »

13 Sep, 2021
2 commits
  • fix: improve type introduction, fix #1196
    2820d5a6
    vben authored
    2021-09-13 23:46:31 +0800  
    Browse Dir »
  • fix: fixed token clear error ...
    96404848
    修复将token设置为undefined时可能失败的问题
    无木 authored
    2021-09-13 19:04:02 +0800  
    Browse Dir »

11 Sep, 2021
4 commits
  • fix(api-select): fixed `value` prop define ...
    f87b0f2f
    修复ApiSelect的value属性定义问题
    
    fixed: #1175
    无木 authored
    2021-09-11 22:52:52 +0800  
    Browse Code »
  • fix(upload): `accept` not work as expected ...
    656ee4e5
    修复basicUpload的accept属性未按预期工作的问题
    无木 authored
    2021-09-11 21:47:04 +0800  
    Browse Dir »
  • fix(table-action): `divider` not work as expected ...
    7593ef6a
    修复tableAction中的divider未按预期工作
    无木 authored
    2021-09-11 20:26:27 +0800  
    Browse Dir »
  • fix: warning in logout action ...
    b3307fe2
    修复退出登录相关代码中的警告
    无木 authored
    2021-09-11 11:08:34 +0800  
    Browse Dir »

10 Sep, 2021
2 commits
  • feat(markdown-viewer): add new component ...
    73dc492b
    新增MarkdownViewer组件用于显示Markdown格式的富文本
    
    close: #1181
    无木 authored
    2021-09-10 11:24:53 +0800  
    Browse Code »
  • fix(markdown): `value` not worked on init ...
    0bb9c035
    修复Markdown组件的value属性初始值不起作用的问题
    无木 authored
    2021-09-10 11:22:40 +0800  
    Browse Code »

09 Sep, 2021
5 commits
  • fix: 修复弹窗全屏按钮异常关闭的问题(#1177) (#1182)
    9e9ea3f4
    Francis Zuo authored
    2021-09-09 22:59:53 +0800  
    Browse Dir »
  • chore: update deps
    996f2f3c
    vben authored
    2021-09-09 22:59:10 +0800  
    Browse Dir »
  • chore: update deps
    b90a9557
    vben authored
    2021-09-09 22:58:29 +0800  
    Browse Code »
  • fix: 修改axios 中 urlPrefix 字段不生效问题 (#1170) ...
    7df9b513
    * fix(样式污染): 会污染其他带有srcollbar的组件样式
    
    * fix(axios): urlPrefix 字段传递不生问题效
    love-life authored
    2021-09-09 09:41:34 +0800  
    Browse Dir »
  • fix: 修复 `apiSelect` 绑定值 `attrs` 的问题 (#1172) ...
    c753d945
    * chore(permission): fix func name typo
    
    * fix(apiSelect): fix `v-bind` value  `attrs` to `$attrs`
    handsomeFu authored
    2021-09-09 09:40:53 +0800  
    Browse Dir »

06 Sep, 2021
5 commits
  • feat(demo): add `JsonPreview` demo ...
    83c1683b
    添加JsonPreview组件的使用演示
    
    close: #1146
    无木 authored
    2021-09-06 20:36:19 +0800  
    Browse Dir »
  • fix(table): `rowClassName` not worked with `striped` ...
    044e2e4e
    修复rowClassName属性无法和striped同时生效的问题
    
    fixed: #1167
    无木 authored
    2021-09-06 20:13:13 +0800  
    Browse Code »
  • feat(table): 添加和支持动态删除和插入数据 (#1152)
    59a90877
    frezs authored
    2021-09-06 09:14:12 +0800  
    Browse Dir »
  • perf(tree): 优化Tree搜索功能,添加搜索高亮功能,优化样式表现 (#1153) ...
    3b6b4f73
    1. 修复expandOnSearch与checkOnSearch功能
    2. 添加selectOnSearch功能
    3. 添加搜索高亮title功能
    4. 优化TreeHeader的样式表现: searchInput自动扩充
    Lan authored
    2021-09-06 09:13:53 +0800  
    Browse Code »
  • fix(table): Solve the bug of setting ifshow to false in table column (#1166) ...
    5fa730c4
    表格列设置ifshow为false,表格的列设置里依然会渲染该列的checkBox,实际应该不渲染。如果需要隐藏应该是设置defaultHidden。
    songweionline authored
    2021-09-06 09:13:35 +0800  
    Browse Dir »

05 Sep, 2021
1 commit
  • chore: update deps
    6cadcf08
    vben authored
    2021-09-05 18:11:59 +0800  
    Browse Dir »

30 Aug, 2021
3 commits
  • fix (modal): 修复对话框 hook 不设置 loaded问题 (#1143) ...
    95aca2ab
    fix (modal):  修复对话框 hook 不设置 loaded问题
    江麻妞 authored
    2021-08-30 09:05:15 +0800  
    Browse Dir »
  • feat(tree): 1. 添加自定义数据过滤判断方法 2. 添加搜索完成自动展开结果选项 3. 添加搜索完成自动选中结果选项 4. 树节点数据变化时强制搜索… ...
    e00578c4
    …(同步searchData避免展示错误) (#1132)
    
    Lan authored
    2021-08-30 09:04:59 +0800  
    Browse Code »
  • fix: Improve content height calculation (#1136) ...
    6717fe65
    * feat(useContentHeight): 为useContentHeight 添加 向上递归 移除差值 的功能。
    
    * feat(useContentHeight): 为useContentHeight 添加 向上递归 移除差值 的功能。 pagewrapper添加 upwardSpace以支持向上递归功能。
    Lan authored
    2021-08-30 09:04:32 +0800  
    Browse Dir »

27 Aug, 2021
4 commits
  • feat(table): add `onValid` for editRow ...
    ee7c31db
    为table的可编辑行添加校验方法
    无木 authored
    2021-08-27 22:23:39 +0800  
    Browse Dir »
  • fix: add loss action for userStore
    a36825a6
    无木 authored
    2021-08-27 11:24:36 +0800  
    Browse Dir »
  • fix(card-list): fixed build error ...
    628e8206
    修复CardList组件造成的build错误
    无木 authored
    2021-08-27 08:55:38 +0800  
    Browse Dir »
  • feat: add CardList component
    0f5ddbf1
    JinMao authored
    2021-08-27 05:51:58 +0800  
    Browse Dir »

26 Aug, 2021
4 commits
  • fix: `getUserinfo` is compatible with empty roles data ...
    1ddfc31c
    修复getUserinfo接口数据未携带roles字段时登录失败的问题
    无木 authored
    2021-08-26 21:20:26 +0800  
    Browse Dir »
  • fix: fixed build warning for style of `intro.js` ...
    d27633fb
    修复intro.js的样式文件造成的build警告
    
    fixed: #1130
    无木 authored
    2021-08-26 20:50:25 +0800  
    Browse Dir »
  • fix(table): 修复表格背景颜色再深色模式下会被穿透问题 (#1133)
    30fa4cfa
    江麻妞 authored
    2021-08-26 20:01:25 +0800  
    Browse Dir »
  • fix(modal): avoid style pollution to the whole world (#1128)
    6e7f6f82
    love-life authored
    2021-08-26 20:01:05 +0800  
    Browse Dir »

25 Aug, 2021
5 commits
  • perf: optimize css volume
    466d4edc
    vben authored
    2021-08-25 23:04:15 +0800  
    Browse Dir »
  • Revert "Revert "feat: support setup name"" ...
    0b0a7cee
    This reverts commit 99daecdb.
    vben authored
    2021-08-25 22:57:00 +0800  
    Browse Dir »
  • Revert "feat: support setup name" ...
    99daecdb
    This reverts commit d8362f08.
    vben authored
    2021-08-25 22:44:56 +0800  
    Browse Code »
  • fix(markdown): the hierarchy of markDown components after full screen
    c8017b13
    vben authored
    2021-08-25 22:42:39 +0800  
    Browse Code »
  • feat: support setup name
    d8362f08
    vben authored
    2021-08-25 22:39:28 +0800  
    Browse Dir »

24 Aug, 2021
3 commits
  • fix: name of vite `mode` support more characters ...
    9f682299
    修复vite模式名称不支持下划线的问题
    
    fixed: #1115
    无木 authored
    2021-08-24 22:54:31 +0800  
    Browse Code »
  • chore: format code
    56a966cf
    vben authored
    2021-08-24 22:41:48 +0800  
    Browse Dir »
  • perf: not waiting for router.isReady
    2884e863
    vben authored
    2021-08-24 22:32:43 +0800  
    Browse Code »