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
7ac5d93a
Commit
7ac5d93a
authored
Apr 08, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e18087db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
dayStatic.vue
src/pages/teacher/dayStatic.vue
+1
-0
teacherMonth.vue
src/pages/teacher/teacherMonth.vue
+3
-2
No files found.
src/pages/teacher/dayStatic.vue
View file @
7ac5d93a
...
...
@@ -2,6 +2,7 @@
.Sysuser_Date
.el-input__inner
{
background
:
transparent
!important
;
border
:
0
!important
;
height
:
28px
!important
;
}
.myTable_Zk
tbody
tr
:first-child
td
{
...
...
src/pages/teacher/teacherMonth.vue
View file @
7ac5d93a
...
...
@@ -2,6 +2,7 @@
.Sysuser_Date
.el-input__inner
{
background
:
transparent
!important
;
border
:
0
!important
;
height
:
28px
!important
;
}
</
style
>
...
...
@@ -26,7 +27,7 @@
</div>
<div
class=
"page-content"
>
<q-table
:pagination=
"msg"
ref=
"table"
:loading=
"loading"
:style=
"{'height':tableHeight+'px'}"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table sticky-header-column-table no-bottom-table
myTable_Zk
"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table sticky-header-column-table no-bottom-table"
separator=
"none"
:data=
"dataList"
:columns=
"columns"
row-key=
""
>
<q-tr
slot=
"header"
slot-scope=
"props"
:props=
"props"
>
<
template
v-for=
"col in props.cols"
:props=
"props"
>
...
...
@@ -163,7 +164,7 @@
return
{
columns
:
[{
name
:
'DateStr'
,
label
:
'
名字
'
,
label
:
'
老师
'
,
field
:
'DateStr'
,
align
:
'left'
},
...
...
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