Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
0a605521
Commit
0a605521
authored
May 16, 2025
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy修改排序
parent
c7d670fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ruoyi-ui/src/views/smartSchool/electronicArchives/teacherAssessment/index.vue
+4
-4
No files found.
ruoyi-ui/src/views/smartSchool/electronicArchives/teacherAssessment/index.vue
View file @
0a605521
...
@@ -124,8 +124,8 @@
...
@@ -124,8 +124,8 @@
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
</el-row>
<el-table
border
:data=
"assessmentList"
@
selection-change=
"handleSelectionChange"
@
sort-change=
"sortChange"
<el-table
border
:data=
"assessmentList"
@
selection-change=
"handleSelectionChange"
@
sort-change=
"sortChange"
:
default-sort=
"
{ prop: 'schoolYear', order: 'descending' }" :row-style="{ height: '1px' }
"
:
row-style=
"
{ height: '1px' }" :cell-style="{ padding: '0px' }" :header-cell-style="tableHeaderStyle
"
:
cell-style="{ padding: '0px' }" :header-cell-style="tableHeaderStyle" :
fit="true">
:fit="true">
<el-table-column
type=
"selection"
width=
"30"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"30"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"30"
align=
"center"
sortable
fixed=
"left"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"30"
align=
"center"
sortable
fixed=
"left"
/>
<el-table-column
label=
"学年"
align=
"center"
prop=
"schoolYear"
sortable
:min-width=
"screenWidth * 0.04"
<el-table-column
label=
"学年"
align=
"center"
prop=
"schoolYear"
sortable
:min-width=
"screenWidth * 0.04"
...
@@ -416,8 +416,8 @@ export default {
...
@@ -416,8 +416,8 @@ export default {
queryParams
:
{
queryParams
:
{
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
20
,
pageSize
:
20
,
orderByColumn
:
""
,
orderByColumn
:
"
schoolYear desc ,semester desc,id
"
,
isAsc
:
"
a
sc"
,
isAsc
:
"
de
sc"
,
semester
:
null
,
semester
:
null
,
year
:
null
,
year
:
null
,
schoolYear
:
null
,
schoolYear
:
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