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
ed8665b7
Commit
ed8665b7
authored
Dec 19, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'base-modify' of
http://113.105.137.151:22280/youjj/cloud-platform-ui
into base-modify
parents
a0cf0d8a
19d03cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
applyList.vue
src/views/conference/apply/applyList.vue
+8
-1
No files found.
src/views/conference/apply/applyList.vue
View file @
ed8665b7
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
<el-form-item
label=
"手机号"
>
<el-form-item
label=
"手机号"
>
<el-input
v-model=
"listQuery.phone"
placeholder=
"请输入手机号"
clearable
style=
"width:200px"
></el-input>
<el-input
v-model=
"listQuery.phone"
placeholder=
"请输入手机号"
clearable
style=
"width:200px"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"上级手机号"
>
<el-input
v-model=
"listQuery.parentPhone"
placeholder=
"请输入上级手机号"
clearable
style=
"width:200px"
></el-input>
</el-form-item>
<el-button
type=
"primary"
@
click=
"search"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"search"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"clearSearch"
>
清空搜索
</el-button>
<el-button
type=
"primary"
@
click=
"clearSearch"
>
清空搜索
</el-button>
...
@@ -27,6 +30,9 @@
...
@@ -27,6 +30,9 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"userName"
label=
"姓名"
align=
"center"
></el-table-column>
<el-table-column
prop=
"userName"
label=
"姓名"
align=
"center"
></el-table-column>
<el-table-column
prop=
"phone"
label=
"电话"
align=
"center"
></el-table-column>
<el-table-column
prop=
"phone"
label=
"电话"
align=
"center"
></el-table-column>
<el-table-column
prop=
"positionName"
label=
"身份"
align=
"center"
></el-table-column>
<el-table-column
prop=
"parentName"
label=
"上级姓名"
align=
"center"
></el-table-column>
<el-table-column
prop=
"parentPhone"
label=
"上级电话"
align=
"center"
></el-table-column>
<el-table-column
prop=
"ticketNum"
label=
"人数"
align=
"center"
></el-table-column>
<el-table-column
prop=
"ticketNum"
label=
"人数"
align=
"center"
></el-table-column>
<el-table-column
prop=
"crtTime"
label=
"报名时间"
align=
"center"
></el-table-column>
<el-table-column
prop=
"crtTime"
label=
"报名时间"
align=
"center"
></el-table-column>
</el-table>
</el-table>
...
@@ -62,7 +68,8 @@ export default {
...
@@ -62,7 +68,8 @@ export default {
startTime
:
null
,
startTime
:
null
,
endTime
:
null
,
endTime
:
null
,
phone
:
null
,
phone
:
null
,
activityId
:
2
activityId
:
2
,
parentPhone
:
null
}
}
}
}
},
},
...
...
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