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
17 Sep, 2021
1 commit
  • feat(env): `VITE_PROXY` support single quote ...
    067753d4
    env文件中的VITE_PROXY配置支持单引号
    
    close: #1204
    无木 authored
    2021-09-17 09:40:22 +0800  
    Browse Dir »

16 Sep, 2021
2 commits
  • fix(table): `reload` in useTable not support await ...
    7b6d5e44
    修复useTable返回的reload方法不支持使用await等待加载完毕的问题
    无木 authored
    2021-09-16 16:29:26 +0800  
    Browse Dir »
  • fix(tabs): close tab without navigation ...
    e85649bd
    修复多标签在某些情况下关闭页签不会跳转路由的问题
    
    fixed: #1131
    无木 authored
    2021-09-16 00:09:18 +0800  
    Browse Dir »

15 Sep, 2021
5 commits
  • fix(tabs): dropdown items enabled unnecessary ...
    cecdfbaf
    修复标签头的右键菜单某些项目不恰当地处于可用状态
    
    fixed: #1207
    无木 authored
    2021-09-15 23:15:01 +0800  
    Browse Dir »
  • fix(table): prop `inset` take no effect ...
    84c7d516
    修复BasicTabled的inset属性不起作用的问题
    
    fixed: #1209
    无木 authored
    2021-09-15 23:04:36 +0800  
    Browse Dir »
  • fix(tree): node slot take no effect ...
    15ea0d2f
    修复BasicTree节点插槽不起作用的问题
    无木 authored
    2021-09-15 19:50:26 +0800  
    Browse Dir »
  • fix(table): editable cell can not submit ...
    ba2c1a3b
    修复可编辑单元格某些情况下无法提交的问题
    无木 authored
    2021-09-15 12:51:21 +0800  
    Browse Dir »
  • fix(modal): `maskClosable` and `Esc` take no effect ...
    2346a90c
    修复BasicModal按Esc和点击遮罩无法关闭的问题
    
    fixed: #1203
    无木 authored
    2021-09-15 10:56:14 +0800  
    Browse Code »

14 Sep, 2021
3 commits
  • feat(demo): add token expired example ...
    6544f84b
    添加token超时例子
    无木 authored
    2021-09-14 22:11:21 +0800  
    Browse Dir »
  • 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
3 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 »