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
bc52c083
Commit
bc52c083
authored
Aug 09, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限
parent
a8341f7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/tourManage/index.vue
+1
-2
memberEnter.vue
src/views/userManagement/memberEnter.vue
+1
-0
No files found.
src/views/tourManage/index.vue
View file @
bc52c083
...
...
@@ -57,7 +57,7 @@
</el-table-column>
<el-table-column
align=
"center"
width=
"150"
fixed=
"right"
label=
"操作"
>
<
template
scope=
"scope"
>
<el-button
v-if=
"tourManage_btn_edit"
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleUpdate(scope.row)"
>
{{
good_btn_update
?
'编辑'
:
'查看'
}}
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleUpdate(scope.row)"
>
{{
good_btn_update
?
'编辑'
:
'查看'
}}
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small"
style=
"color: #6ce26c;"
v-if=
"(scope.row.status==2&&good_btn_upstatus)||(scope.row.status==0&&good_btn_upstatus)"
@
click=
"upStatus(scope.row)"
>
上架
</el-button>
...
...
@@ -335,7 +335,6 @@
created
()
{
this
.
getList
();
this
.
getAllLabelList
();
//获取全部标签
debugger
this
.
good_btn_add
=
this
.
elements
[
'good:btn_add'
];
//旅游添加
this
.
good_btn_update
=
this
.
elements
[
'good:btn_update'
];
//旅游编辑
this
.
good_btn_upstatus
=
this
.
elements
[
'good:btn_upstatus'
];
//旅游上下架
...
...
src/views/userManagement/memberEnter.vue
View file @
bc52c083
...
...
@@ -298,6 +298,7 @@
}
},
created
()
{
debugger
this
.
memberEnter_btn_add
=
this
.
elements
[
'memberEnter:btn_add'
];
//添加一条
this
.
memberEnter_btn_del
=
this
.
elements
[
'memberEnter:btn_del'
];
//删除
this
.
memberEnter_btn_addIn
=
this
.
elements
[
'memberEnter:btn_addIn'
];
//批量上传
...
...
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