Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
f9cd2e9f
Commit
f9cd2e9f
authored
Jul 17, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改app用户后台管理
parent
ddbaa5f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
18 deletions
+11
-18
dev.env.js
config/dev.env.js
+1
-1
index.vue
src/views/userManagement/userList/index.vue
+10
-17
No files found.
config/dev.env.js
View file @
f9cd2e9f
module
.
exports
=
{
module
.
exports
=
{
NODE_ENV
:
'"development"'
,
NODE_ENV
:
'"development"'
,
BASE_API
:
'"http
s://xxtest.upyuns.com
"'
,
//'"https://xxfcmgmt.upyuns.com"(正)',//http://10.1.37.192:9527(何), //https://xxtest.upyuns.com(测),10.1.37.246:9527(韩), 10.1.37.244(李斌)10.1.37.248:8765(小威)
BASE_API
:
'"http
://10.1.37.246:8765
"'
,
//'"https://xxfcmgmt.upyuns.com"(正)',//http://10.1.37.192:9527(何), //https://xxtest.upyuns.com(测),10.1.37.246:9527(韩), 10.1.37.244(李斌)10.1.37.248:8765(小威)
APP_ORIGIN
:
'"https://wallstreetcn.com"'
APP_ORIGIN
:
'"https://wallstreetcn.com"'
}
}
src/views/userManagement/userList/index.vue
View file @
f9cd2e9f
...
@@ -49,11 +49,11 @@
...
@@ -49,11 +49,11 @@
</el-row>
</el-row>
</el-form>
</el-form>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
icon=
"search"
@
click=
"handleFilter"
>
搜索
</el-button>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
icon=
"search"
@
click=
"handleFilter"
>
搜索
</el-button>
<el-button
class=
"filter-item"
v-if=
"userManager_btn_add"
style=
"margin-left: 10px;"
@
click=
"newMember"
<el-button
class=
"filter-item"
style=
"margin-left: 10px;"
@
click=
"newMember"
type=
"primary"
icon=
"edit"
>
新增会员
type=
"primary"
icon=
"edit"
>
新增会员
</el-button>
</el-button>
<el-button
class=
"filter-item"
v-if=
"userManager_btn_add"
style=
"margin-left: 10px;"
@
click=
"bulkUpload"
<el-button
class=
"filter-item"
style=
"margin-left: 10px;"
@
click=
"bulkUpload"
type=
"primary"
icon=
"edit"
>
批量导入会员
type=
"primary"
icon=
"edit"
>
批量导入会员
</el-button>
</el-button>
</div>
</div>
...
@@ -135,17 +135,15 @@
...
@@ -135,17 +135,15 @@
<el-form
:model=
"userDetails"
ref=
"form"
label-width=
"95px"
>
<el-form
:model=
"userDetails"
ref=
"form"
label-width=
"95px"
>
<el-row>
<el-row>
<el-row>
<el-row>
<el-form-item
v-if=
"userManager_btn_del"
label=
"基础信息"
>
<el-form-item
label=
"基础信息"
>
<span>
(状态-正常)
</span>
<span
v-if=
"userDetails.status!=1"
>
(状态-正常)
</span>
</el-form-item>
<span
v-if=
"userDetails.status==1"
>
(状态-已禁用)
</span>
<el-form-item
v-if=
"!userManager_btn_del"
label=
"基础信息"
>
<span>
(状态-已禁用)
</span>
</el-form-item>
</el-form-item>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<div
class=
"demo-type"
>
<div
class=
"demo-type"
>
<el-avatar
name=
"image"
:size=
"60"
<el-avatar
:size=
"60"
src=
"https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png"
src=
"https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png"
@
error=
"errorHandler"
>
@
error=
"errorHandler"
>
<img
:src=
"userDetails.headimgurl"
/>
<img
:src=
"userDetails.headimgurl"
/>
...
@@ -193,10 +191,8 @@
...
@@ -193,10 +191,8 @@
<el-row>
<el-row>
<el-row>
<el-row>
<el-form-item
v-if=
"userManager_btn_del"
v
label=
"实名认证状态"
>
<el-form-item
v-if=
"userManager_btn_del"
v
label=
"实名认证状态"
>
<span>
(状态-未认证)
</span>
<span
v-if=
"userDetails.certificationStatus==1"
>
(状态-未认证)
</span>
</el-form-item>
<span
v-if=
"userDetails.certificationStatus!=1"
>
(状态-已认证)
</span>
<el-form-item
v-if=
"!userManager_btn_del"
v
label=
"实名认证状态"
>
<span>
(状态-已认证)
</span>
</el-form-item>
</el-form-item>
</el-row>
</el-row>
<el-row>
<el-row>
...
@@ -269,8 +265,7 @@
...
@@ -269,8 +265,7 @@
</el-row>
</el-row>
<el-row>
<el-row>
<el-row>
<el-row>
<el-form-item
v-if=
"userManager_btn_del"
v
label=
"用户来源"
>
<el-form-item
v
label=
"用户来源"
>
<span></span>
</el-form-item>
</el-form-item>
</el-row>
</el-row>
<el-row>
<el-row>
...
@@ -288,7 +283,7 @@
...
@@ -288,7 +283,7 @@
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"所属地区:"
>
<el-form-item
label=
"所属地区:"
>
<span>
{{userDetails.city
Cod
e}}
</span>
<span>
{{userDetails.city
Nam
e}}
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -660,9 +655,7 @@
...
@@ -660,9 +655,7 @@
userOrderForm
:
false
,
userOrderForm
:
false
,
bulkUploadMember
:
false
,
bulkUploadMember
:
false
,
dialogStatus
:
''
,
dialogStatus
:
''
,
userManager_btn_edit
:
false
,
userManager_btn_del
:
false
,
userManager_btn_del
:
false
,
userManager_btn_add
:
false
,
myGroups
:
[],
myGroups
:
[],
loading
:
false
,
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