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
e2e6a728
Commit
e2e6a728
authored
Aug 03, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改会员录入,已核销的数据不能删除
parent
5a3cf766
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
memberEnter.vue
src/views/userManagement/memberEnter.vue
+2
-2
No files found.
src/views/userManagement/memberEnter.vue
View file @
e2e6a728
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"100"
fixed=
"right"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"100"
fixed=
"right"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
type=
"danger"
size=
"small"
@
click=
"deleteHandler(scope.row)"
v-if=
"memberEnter_btn_del"
>
删除
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"deleteHandler(scope.row)"
v-if=
"memberEnter_btn_del
&&scope.row.status!=1
"
>
删除
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<el-form
:model=
"fileForm"
>
<el-form
:model=
"fileForm"
>
<el-form-item
label=
"上传文件"
:label-width=
"formLabelWidth"
>
<el-form-item
label=
"上传文件"
:label-width=
"formLabelWidth"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<el-button
type=
"primary"
icon=
"el-icon-download"
>
<a
class=
"el-icon-download"
:href=
"BASE_API+'/api/admin/admin/member/app/unauth/user/excel_model/dowload'
"
>
下载模板
<a
class=
"el-icon-download"
href=
"https://mgmt.dfangche.com/axshare/usermember.xlsx
"
>
下载模板
</a>
</a>
</el-button>
</el-button>
...
...
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