jufubao-admin-library 1.1.73 → 1.1.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ const enterpriseBuyRouter = {
21
21
  component: () => import('@/viewsEnterpriseBuy/list'),
22
22
  meta: {
23
23
  title: '集采单列表',
24
- icon: 'el-icon-document',
24
+ icon: 'el-icon-collection',
25
25
  roles: [enterprise_buy.purchaseMainOrder]
26
26
  }
27
27
  },
@@ -6,11 +6,11 @@ const balanceRouter = {
6
6
  component: Layout,
7
7
  sort: 96,
8
8
  name: '账户余额',
9
- redirect: '/balance/list',
10
9
  alwaysShow: true,
10
+ redirect: '/balance/list',
11
11
  meta: {
12
12
  title: '账户余额',
13
- icon: 'xdicon_shoukuanyeji',
13
+ icon: 'xdicon_dingdandaifukuan',
14
14
  iconSize: 20,
15
15
  roles: [wallet.listPartnerWallet, wallet.listSupplierWallet, wallet.listChannelWallet]
16
16
  },
@@ -21,7 +21,7 @@ const balanceRouter = {
21
21
  component: () => import('@/viewsFinance/balance/list'),
22
22
  meta: {
23
23
  title: '账户余额列表',
24
- icon: 'xdicon_shoukuanyeji',
24
+ icon: 'xdicon_dingdandaifukuan',
25
25
  roles: [wallet.listPartnerWallet, wallet.listSupplierWallet, wallet.listChannelWallet]
26
26
  }
27
27
  },
@@ -6,10 +6,11 @@ const financeRouter = {
6
6
  component: Layout,
7
7
  sort: 105,
8
8
  name: '我的账户',
9
+ alwaysShow: true,
9
10
  redirect: '/finance/index',
10
11
  meta: {
11
12
  title: '我的账户',
12
- icon: 'xdicon_huijikemuguanli',
13
+ icon: 'xdicon_yonghu1',
13
14
  iconSize: 20,
14
15
  roles: [wallet.listHomeWallet]
15
16
  },
@@ -20,7 +21,7 @@ const financeRouter = {
20
21
  component: () => import('@/viewsFinance/index'),
21
22
  meta: {
22
23
  title: '我的账户',
23
- icon: 'xdicon_huijikemuguanli',
24
+ icon: 'xdicon_yonghu1',
24
25
  roles: [wallet.listHomeWallet]
25
26
  }
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.73",
3
+ "version": "1.1.75",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {