jufubao-admin-library 1.1.54 → 1.1.56

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.
@@ -235,7 +235,7 @@
235
235
  },
236
236
 
237
237
  async created(){
238
-
238
+ console.log('JfbParent',this.JfbParent);
239
239
  },
240
240
 
241
241
  methods:{
@@ -54,7 +54,6 @@ export default {
54
54
  let loading = this.$loading({})
55
55
  let cityList = await this.getAllCityList()
56
56
  this.cityList = cityList.data.list
57
-
58
57
  //显示渠道相关配置
59
58
  if (!this.isMovie) {
60
59
  let options = await getOptions([
@@ -636,8 +635,8 @@ export default {
636
635
  { "label": "按院线", "value": 'LINE' },
637
636
  { "label": "按号段", "value": 'CARD' },
638
637
  { "label": "按影院", "value": 'CINE' },
639
- { "label": "按影片", "value": 'FILM' },
640
- ]
638
+ this.JfbParent.isShowTypeMove && { "label": "按影片", "value": 'FILM' },
639
+ ].filter(i=>i)
641
640
  },
642
641
 
643
642
  params.adjust_type === 'LINE' && {
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {