Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
eb01e6c3
Commit
eb01e6c3
authored
Aug 04, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
242face2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
addAutoreleaseCoupon.vue
src/components/sallCenter/addAutoreleaseCoupon.vue
+4
-4
No files found.
src/components/sallCenter/addAutoreleaseCoupon.vue
View file @
eb01e6c3
...
...
@@ -49,7 +49,7 @@
<div
style=
"flex-wrap: wrap;"
flex=
"dir:left"
>
<div
flex=
"dir:top cross:center"
class=
"user-item"
v-for=
"(item,index) in UserList"
:label=
"item.Id"
:key=
"index"
>
<img
:src=
"item.Photo"
alt=
""
class=
"avatar"
>
<div
class=
"username"
>
{{
item
.
Alias
Name
}}
</div>
<div
class=
"username"
>
{{
item
.
Name
}}
</div>
<button
type=
"button"
class=
"el-button close el-button--danger is-circle"
@
click=
"delUserList(index)"
><i
class=
"el-icon-close"
></i></button>
</div>
</div>
...
...
@@ -62,7 +62,7 @@
<!--选择用户-->
<el-dialog
title=
"选择用户"
:visible
.
sync=
"category"
width=
"612px"
>
<div
class=
"el-input el-input--small el-input-group el-input-group--append"
>
<input
type=
"text"
autocomplete=
"off"
placeholder=
"输入用户ID、昵称搜索"
class=
"el-input__inner"
v-model=
"msg_t.
Alias
Name"
>
<input
type=
"text"
autocomplete=
"off"
placeholder=
"输入用户ID、昵称搜索"
class=
"el-input__inner"
v-model=
"msg_t.Name"
>
<div
class=
"el-input-group__append"
><button
type=
"button"
class=
"el-button el-button--default"
@
click=
"search"
>
<!----><!---->
<span>
搜索
</span></button></div>
</div>
<el-table
...
...
@@ -91,7 +91,7 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"
Alias
Name"
prop=
"Name"
label=
"昵称"
show-overflow-tooltip
>
</el-table-column>
...
...
@@ -140,7 +140,7 @@
msg_t
:{
pageIndex
:
1
,
pageSize
:
10
,
Alias
Name
:
''
Name
:
''
},
count
:
0
,
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