157578146@qq.com 2 years ago
parent
commit
532b12e19c
  1. 10
      src/pages/digital/author/index.vue
  2. 48
      src/pages/user/index.vue
  3. 2
      src/router/modules/digital.js

10
src/pages/digital/author/index.vue

@ -300,10 +300,10 @@
},
],
typeList: [
{
id: 1,
name: "发行方",
},
// {
// id: 1,
// name: "",
// },
{
id: 2,
name: "创作者",
@ -447,7 +447,7 @@
resetAuthorForm () {
this.authorForm = {
id: 0,
type: 1,
type: 2,
title: "",
summary: "",
avatar: "",

48
src/pages/user/index.vue

@ -96,10 +96,10 @@
</template>
<template slot-scope="{ row, index }" slot="action">
<a @click="detail(row)">详情</a>
<Divider type="vertical"/>
<a @click="recharge(row)">充值</a>
<Divider type="vertical"/>
<a @click="paying(row)">付费会员</a>
<!-- <Divider type="vertical"/>
<a @click="recharge(row)">充值</a> -->
<!-- <Divider type="vertical"/>
<a @click="paying(row)">付费会员</a> -->
<Divider type="vertical"/>
<a @click="openLabel(row)">设置标签</a>
<!-- <Divider type="vertical"/>
@ -182,16 +182,16 @@
slot: "nickname",
minWidth: 150,
},
{
title: "付费会员",
slot: "isMember",
minWidth: 90,
},
{
title: "用户等级",
key: "level",
minWidth: 90,
},
// {
// title: "",
// slot: "isMember",
// minWidth: 90,
// },
// {
// title: "",
// key: "level",
// minWidth: 90,
// },
{
title: "标签",
key: "labels",
@ -202,22 +202,22 @@
key: "phone",
minWidth: 100,
},
{
title: "用户类型",
key: "user_type",
minWidth: 100,
},
// {
// title: "",
// key: "user_type",
// minWidth: 100,
// },
{
title: "余额",
key: "now_money",
sortable: "custom",
minWidth: 100,
},
{
title: "关联店员",
key: "staff_name",
minWidth: 100,
},
// {
// title: "",
// key: "staff_name",
// minWidth: 100,
// },
{
title: '操作',
slot: 'action',

2
src/router/modules/digital.js

@ -46,7 +46,7 @@ export default {
path: '/store/digital/author/index',
name: `${pre}author`,
meta: {
title: '创作&发行',
title: '创作',
auth: ['store-digital-author']
},
component: () => import('@/pages/digital/author/index')

Loading…
Cancel
Save