Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
a7cf751b
Commit
a7cf751b
authored
Mar 22, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3e3510b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
69 deletions
+82
-69
employment.vue
src/pages/studyAbroad/employment.vue
+82
-69
No files found.
src/pages/studyAbroad/employment.vue
View file @
a7cf751b
...
...
@@ -24,7 +24,8 @@
<q-btn
color=
"accent"
size=
"sm"
class=
"q-mr-md"
icon=
"add"
label=
"新增就业"
@
click=
"EditStudy(null)"
/>
</div>
</
template
>
<
template
v-slot:body-cell-SupplierName=
"props"
>
<
template
v-slot:body=
"props"
>
<q-tr>
<q-td>
<div>
{{
props
.
row
.
SupplierName
}}
</div>
<div>
...
...
@@ -34,7 +35,6 @@
</a>
</div>
</q-td>
</
template
>
<template
v-slot:body-cell-PreferentialList=
"props"
>
<q-td
:props=
"props"
style=
"padding-right:0px"
>
<div
v-for=
"x in props.value"
>
...
...
@@ -105,6 +105,19 @@
style=
"font-weight:400"
label=
"申请审核"
@
click=
"applyApply(props.row)"
/>
</q-td>
</
template
>
</q-tr>
<q-tr
:props=
"props"
>
<q-td
colspan=
"100%"
class=
"bg-grey-2"
>
<div
class=
"flex row items-start"
>
<q-badge
color=
"negative"
class=
"q-mr-md"
>
备注:
</q-badge>
<div>
{{props.row.Remark}}}
</div>
</div>
</q-td>
</q-tr>
</template>
<
template
v-slot:bottom
>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"PageCount"
:input=
"true"
@
input=
"changePage"
/>
...
...
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