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: [ typeList: [
{ // {
id: 1, // id: 1,
name: "发行方", // name: "",
}, // },
{ {
id: 2, id: 2,
name: "创作者", name: "创作者",
@ -447,7 +447,7 @@
resetAuthorForm () { resetAuthorForm () {
this.authorForm = { this.authorForm = {
id: 0, id: 0,
type: 1, type: 2,
title: "", title: "",
summary: "", summary: "",
avatar: "", avatar: "",

48
src/pages/user/index.vue

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

2
src/router/modules/digital.js

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

Loading…
Cancel
Save