jufubao-admin-library 1.1.54 → 1.1.55
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.
- package/library/viewModules/viewsFinance/router/finance.js +3 -3
- package/library/viewModules/viewsFinance/viewsFinance/balance/detail_channel.vue +1 -1
- package/library/viewModules/viewsFinance/viewsFinance/balance/detail_partner.vue +2 -2
- package/library/viewModules/viewsFinance/viewsFinance/balance/detail_supplier.vue +1 -1
- package/package.json +1 -1
|
@@ -5,10 +5,10 @@ const financeRouter = {
|
|
|
5
5
|
path: '/finance',
|
|
6
6
|
component: Layout,
|
|
7
7
|
sort: 105,
|
|
8
|
-
name: '
|
|
8
|
+
name: '我的账户',
|
|
9
9
|
redirect: '/finance/index',
|
|
10
10
|
meta: {
|
|
11
|
-
title: '
|
|
11
|
+
title: '我的账户',
|
|
12
12
|
icon: 'xdicon_huijikemuguanli',
|
|
13
13
|
iconSize: 20,
|
|
14
14
|
roles: [wallet.listHomeWallet]
|
|
@@ -19,7 +19,7 @@ const financeRouter = {
|
|
|
19
19
|
name: 'PageFinanceIndex',
|
|
20
20
|
component: () => import('@/viewsFinance/index'),
|
|
21
21
|
meta: {
|
|
22
|
-
title: '
|
|
22
|
+
title: '我的账户',
|
|
23
23
|
icon: 'xdicon_huijikemuguanli',
|
|
24
24
|
roles: [wallet.listHomeWallet]
|
|
25
25
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<span class="amount_label">接口余额:</span>{{divide(totalData.channel_amount)}}元
|
|
9
9
|
<span class="amount_label">平台余额:</span>{{divide(totalData.total_amount)}}元
|
|
10
10
|
</p>
|
|
11
|
-
<el-link v-permission="[roleWallet.correctSupplierAmount]" type="primary" @click="dialogShow=true">余额矫正</el-link>
|
|
11
|
+
<!-- <el-link v-permission="[roleWallet.correctSupplierAmount]" type="primary" @click="dialogShow=true">余额矫正</el-link> -->
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
|
14
14
|
<xd-search
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
<span class="amount_label">总余额:</span
|
|
9
9
|
>{{ divide(totalData.total_amount) }}元
|
|
10
10
|
</p>
|
|
11
|
-
<el-link
|
|
11
|
+
<!-- <el-link
|
|
12
12
|
v-permission="[roleWallet.correctPartnerAmount]"
|
|
13
13
|
type="primary"
|
|
14
14
|
@click="dialogShow = true"
|
|
15
15
|
>余额矫正</el-link
|
|
16
|
-
>
|
|
16
|
+
> -->
|
|
17
17
|
</div>
|
|
18
18
|
</div>
|
|
19
19
|
<xd-search
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<div>供货商明细对账</div>
|
|
6
6
|
<div class="flex total_wrap">
|
|
7
7
|
<p class="amount_wrap"><span class="amount_label">总余额:</span>{{divide(totalData.total_amount)}}元</p>
|
|
8
|
-
<el-link v-permission="[roleWallet.correctSupplierAmount]" type="primary" @click="dialogShow=true">余额矫正</el-link>
|
|
8
|
+
<!-- <el-link v-permission="[roleWallet.correctSupplierAmount]" type="primary" @click="dialogShow=true">余额矫正</el-link> -->
|
|
9
9
|
</div>
|
|
10
10
|
</div>
|
|
11
11
|
<xd-search
|