Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_web
Commits
28ef46a5
Commit
28ef46a5
authored
Oct 23, 2023
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
df87109c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
index.vue
src/views/system/consumer/index.vue
+2
-1
No files found.
src/views/system/consumer/index.vue
View file @
28ef46a5
...
...
@@ -116,7 +116,6 @@
<el-table-column
label=
"用户昵称"
align=
"center"
prop=
"nickName"
/>
<el-table-column
label=
"用户手机号"
align=
"center"
prop=
"phone"
/>
<el-table-column
label=
"会员级别"
align=
"center"
prop=
"level"
/>
<el-table-column
label=
"会员角色类型"
align=
"center"
prop=
"roleType"
/>
<el-table-column
label=
"会员性别"
align=
"center"
prop=
"gender"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_user_sex"
:value=
"scope.row.gender"
/>
...
...
@@ -198,6 +197,7 @@ import { listConsumer, getConsumer, delConsumer, addConsumer, updateConsumer } f
export
default
{
name
:
"Consumer"
,
dicts
:
[
'sys_user_sex'
],
data
()
{
return
{
// 遮罩层
...
...
@@ -256,6 +256,7 @@ export default {
getList
()
{
this
.
loading
=
true
;
listConsumer
(
this
.
queryParams
).
then
(
response
=>
{
console
.
log
(
response
,
909090
)
this
.
consumerList
=
response
.
rows
;
this
.
total
=
response
.
total
;
this
.
loading
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment