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
da423870
Commit
da423870
authored
Dec 28, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1b4660ff
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
264 additions
and
266 deletions
+264
-266
quasar.conf.js
quasar.conf.js
+241
-244
assistant.vue
src/pages/school/assistant.vue
+23
-22
No files found.
quasar.conf.js
View file @
da423870
This diff is collapsed.
Click to expand it.
src/pages/school/assistant.vue
View file @
da423870
...
...
@@ -3,12 +3,12 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.AssistName"
label=
"助教名称"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.AssistName"
label=
"助教名称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.AssistTel"
label=
"助教电话"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
clearable
standout=
"bg-primary text-white"
v-model=
"msg.AssistTel"
label=
"助教电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
filled
stack-label
option-value=
"SId"
option-label=
"SName"
...
...
@@ -22,8 +22,8 @@
</div>
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-right-column-table sticky-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
class=
"sticky-right-column-table sticky-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:top=
"props"
>
<div
class=
"col-2 q-table__title"
>
助教信息
</div>
<q-space
/>
...
...
@@ -73,7 +73,8 @@
@
click=
"addObj(props.row)"
/>
<q-btn-dropdown
flat
size=
"xs"
color=
"dark"
label=
"更多"
style=
"margin-left:10px;"
>
<q-list>
<q-item
clickable
v-close-popup
@
click=
"showExamine(props.row)"
v-if=
"props.row.AuditStatus==1"
>
<q-item
clickable
v-close-popup
@
click=
"showExamine(props.row)"
v-if=
"props.row.AuditStatus==1"
style=
"display:none"
>
<q-item-section>
<q-item-label>
审核
</q-item-label>
</q-item-section>
...
...
@@ -83,7 +84,8 @@
<q-item-label>
重置密码
</q-item-label>
</q-item-section>
</q-item>
<q-item
clickable
v-close-popup
@
click=
"reApplyAssisst(props.row.AId)"
v-if=
"props.row.AuditStatus==3"
>
<q-item
clickable
v-close-popup
@
click=
"reApplyAssisst(props.row.AId)"
v-if=
"props.row.AuditStatus==3"
style=
"display:none"
>
<q-item-section>
<q-item-label>
重新申请
</q-item-label>
</q-item-section>
...
...
@@ -130,8 +132,7 @@
data
()
{
return
{
currentUrl
:
""
,
columns
:
[
{
columns
:
[{
name
:
'AssistName'
,
required
:
true
,
label
:
'助教名称'
,
...
...
@@ -174,18 +175,18 @@
align
:
'left'
,
field
:
'ClassCount'
},
{
name
:
'OnlineClassCount'
,
label
:
'网课产品'
,
align
:
'left'
,
field
:
'OnlineClassCount'
},
{
name
:
'OnlineOrderCount'
,
label
:
'网课订单'
,
align
:
'left'
,
field
:
'OnlineOrderCount'
},
//
{
//
name: 'OnlineClassCount',
//
label: '网课产品',
//
align: 'left',
//
field: 'OnlineClassCount'
//
},
//
{
//
name: 'OnlineOrderCount',
//
label: '网课订单',
//
align: 'left',
//
field: 'OnlineOrderCount'
//
},
{
name
:
'CreateTimeStr'
,
label
:
'入职时间'
,
...
...
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