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
13 Jul, 2021
4 commits
  • feat: customized user home page ...
    0a3683a1
    新增自定义的用户首页(可以每个用户都不相同)
    无木 authored
    2021-07-13 14:10:31 +0800  
    Browse Dir »
  • fix(breadcrumb): `redirect` not worked ...
    f5e31feb
    修复面包屑组件的重定向菜单不能工作以及eslint警告
    无木 authored
    2021-07-13 11:09:00 +0800  
    Browse Dir »
  • perf(menu): Optimize the style of the bottom collapse button in the Mix menu layout (#896)
    6f830703
    周旭 authored
    2021-07-13 09:25:46 +0800  
    Browse Code »
  • chore: update deps
    bfb5ebd7
    shisan authored
    2021-07-13 00:07:10 +0800  
    Browse Code »

12 Jul, 2021
4 commits
  • style(notice-list): adjust style ...
    012020e5
    去除通知列表组件标题和内容部分多余的margin-bottom,禁止自动隐藏不可用的翻页按钮
    无木 authored
    2021-07-12 22:33:28 +0800  
    Browse Dir »
  • style(notice-list): fix `margin-bottom` value ...
    aeebfc4d
    去除通知列表组件标题和内容部分多余的margin-bottom
    无木 authored
    2021-07-12 22:22:33 +0800  
    Browse Dir »
  • feat(notice-list): add `pagination` support ...
    c16be2c4
    为通知列表组件添加分页、超长自动省略、标题点击响应、标题删除线等功能
    
    fixed: #894
    无木 authored
    2021-07-12 22:12:16 +0800  
    Browse Dir »
  • fix(table-action): incorrect button color of `disabled` state ...
    0f28e803
    修复表格操作列的按钮在disabled状态下的颜色显示
    
    fixed: #891
    无木 authored
    2021-07-12 16:46:27 +0800  
    Browse Dir »

09 Jul, 2021
6 commits
  • fix(menu): fix mix-menu incorrect jumping in `hover` mode ...
    cad021c3
    修复悬停触发模式下左侧混合菜单会在没有子菜单且被激活时直接跳转路由
    无木 authored
    2021-07-09 19:20:05 +0800  
    Browse Dir »
  • fix(menu): display error when contains hidden items ...
    5ceeefd1
    修复顶栏菜单在包含隐藏项目时的显示问题
    无木 authored
    2021-07-09 17:25:38 +0800  
    Browse Dir »
  • fix(form): fix `suffix` slot style ...
    a9bbed19
    修复suffix插槽的样式问题
    无木 authored
    2021-07-09 16:39:50 +0800  
    Browse Dir »
  • fix(mix-sider): fix mix-sider hover logic ...
    0595a72d
    修复左侧混合菜单的悬停处理逻辑
    无木 authored
    2021-07-09 13:56:33 +0800  
    Browse Dir »
  • fix(table): fix index column style ...
    c7c0a7e4
    修复序号列的样式问题
    无木 authored
    2021-07-09 13:37:13 +0800  
    Browse Dir »
  • fix(upload): ensure the value type is correct ...
    05329ce9
    修复BasicUpload组件在设置null值时的问题
    无木 authored
    2021-07-09 00:22:00 +0800  
    Browse Dir »

08 Jul, 2021
4 commits
  • chore: perf TableAction.vue、build/utils.ts、prettier.config.js (#868) ...
    7b76945b
    * perf: 优化 build 时 vite 模式判断
    
    * perf: 优化 TableAction, 仅在 action.tooltip 存在的情况下 才使用 Tooltip 组件
    
    * docs: 仅在 action.tooltip 存在的情况下 才使用 Tooltip 组件
    
    * fix: 在 window 上,拉取代码后 eslint 因 endOfLine 而保错问题
    
    * docs: 修复在 window 上,拉取代码后 eslint 因 endOfLine 而保错问题
    周旭 authored
    2021-07-08 23:20:49 +0800  
    Browse Dir »
  • feat(table): add `headerTop` slot ...
    540423ec
    为表格添加`headerTop`插槽(表格头部的标题之上),以及相关演示
    
    close: #881
    无木 authored
    2021-07-08 20:16:22 +0800  
    Browse Dir »
  • feat(api-select): clear options before fetch ...
    9cf070dd
    ApiSelect组件在发起新的请求之前先清空已有的options
    无木 authored
    2021-07-08 02:50:33 +0800  
    Browse Dir »
  • feat(demo): add search demo for apiSelect ...
    41e6d94b
    添加ApiSelect的本地搜索和远程搜索例子
    无木 authored
    2021-07-08 02:46:15 +0800  
    Browse Dir »

07 Jul, 2021
6 commits
  • chore: add a multi-environment configuration example
    17e47e07
    Vben authored
    2021-07-07 23:47:47 +0800  
    Browse Code »
  • fix: ensure that safari is running properly, fix #875
    dafcdd89
    Vben authored
    2021-07-07 23:40:29 +0800  
    Browse Dir »
  • chore: update deps
    5bce6528
    Vben authored
    2021-07-07 22:59:35 +0800  
    Browse Code »
  • fix(table): fix tree node align ...
    1e61da64
    修复树形表格的带有展开图标的单元格的内容对齐问题
    
    fixed: #829
    无木 authored
    2021-07-07 22:38:00 +0800  
    Browse Dir »
  • fix(demo): form pages support `keepAlive` ...
    9228282a
    修复表单演示页面不支持keepAlive的问题
    无木 authored
    2021-07-07 21:33:08 +0800  
    Browse Dir »
  • fix(demo): resolve `key not exist` warnings ...
    45a94e41
    修复角色编辑页面可能会出现tree组件报key not exist警告的问题
    无木 authored
    2021-07-07 21:26:20 +0800  
    Browse Code »

06 Jul, 2021
2 commits
  • feat(demo): add basicTree with async data expand all ...
    54212112
    演示basicTree使用异步数据并自动展开
    无木 authored
    2021-07-06 17:10:19 +0800  
    Browse Dir »
  • perf: image compression configuration optimization
    cf840e3e
    Vben authored
    2021-07-06 00:30:16 +0800  
    Browse Code »

05 Jul, 2021
8 commits
  • fix(CountTo): Fix displaying empty string when the value is 0 (#864)
    82eb72bb
    MARVIN authored
    2021-07-05 22:45:13 +0800  
    Browse Code »
  • feat(demo): demo default expanded tree table ...
    5f1a6cdc
    演示默认展开树形表格数据
    无木 authored
    2021-07-05 16:23:58 +0800  
    Browse Code »
  • fix(app-search): exclude items by `hideChildrenInMenu` ...
    02d3dca5
    修复菜单搜索组件可能会显示被隐藏的子菜单的问题
    无木 authored
    2021-07-05 14:50:41 +0800  
    Browse Dir »
  • fix(app-search): exclude hidden items ...
    faf5c9fd
    修复菜单搜索组件可能会显示被隐藏的菜单的问题
    无木 authored
    2021-07-05 14:34:49 +0800  
    Browse Code »
  • fix(demo): `setup` page route config ...
    d5d5c4b4
    修复引导页的相关路由配置
    无木 authored
    2021-07-05 12:18:05 +0800  
    Browse Code »
  • fix(demo): add mock data `account detail` route ...
    993e19dc
    添加mock数据中缺失的账号详情路由
    
    fixed: #858
    无木 authored
    2021-07-05 12:04:36 +0800  
    Browse Dir »
  • fix: `menuSetting` can not set collapsed to false as default ...
    808291b5
    修复无法通过将菜单配置为默认折叠的问题.
    无木 authored
    2021-07-05 11:07:27 +0800  
    Browse Dir »
  • fix(table): scrollbar style
    d8c38207
    无木 authored
    2021-07-05 00:34:23 +0800  
    Browse Code »

04 Jul, 2021
6 commits
  • chore: release 2.6.0
    f4778431
    vben authored
    2021-07-04 22:12:26 +0800  
    Browse Code »
  • fix(tailwindcss): remove console warnings
    acacb32b
    vben authored
    2021-07-04 22:09:25 +0800  
    Browse Code »
  • refactor: tree component empty state display (#853)
    186b274f
    zhangfugui authored
    2021-07-04 21:08:15 +0800  
    Browse Code »
  • types: fix CropperAvatar props define
    f1c0e0c5
    无木 authored
    2021-07-04 09:29:57 +0800  
    Browse Dir »
  • fix(table): auto hide unnecessary scrollbar ...
    735028c4
    隐藏无需显示的滚动条时
    无木 authored
    2021-07-04 02:41:55 +0800  
    Browse Code »
  • docs: update `CHANGELOG.zh_CN`
    c8c76155
    无木 authored
    2021-07-04 00:10:14 +0800  
    Browse Code »