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
493b6cf0
Commit
493b6cf0
authored
Dec 20, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy
parent
680df6de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
ruoyi-ui/src/views/smartSchool/electronicArchives/examinationScore/index.vue
+17
-3
ruoyi-ui/src/views/smartSchool/personWork/lectureAwards/index.vue
+1
-1
No files found.
ruoyi-ui/src/views/smartSchool/electronicArchives/examinationScore/index.vue
View file @
493b6cf0
...
...
@@ -66,8 +66,8 @@
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
<el-table
:
data=
"achievementList"
@
selection-change=
"handleSelectionChange
"
:default-sort=
"
{ prop: 'year', order: 'descending' }">
<el-table
:
row-style=
"
{ height: '0' }" :cell-style="{ padding: '3px' }" :data="achievementList
"
@selection-change="handleSelectionChange"
:default-sort="{ prop: 'year', order: 'descending' }">
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
sortable
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
sortable
/>
<el-table-column
label=
"届别"
align=
"center"
prop=
"year"
sortable
/>
...
...
@@ -97,7 +97,7 @@
<el-table-column
label=
"增量情况"
align=
"center"
prop=
"incrementSituation"
sortable
/>
<el-table-column
label=
"有效数情况"
align=
"center"
prop=
"effectiveNumSituation"
sortable
/>
<el-table-column
label=
"其他情况"
align=
"center"
prop=
"other"
sortable
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"1
2
0"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"1
5
0"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleUpdate(scope.row)"
v-hasPermi=
"['system:honors:edit']"
v-if=
"scope.row.auditState === '1' || scope.row.auditState === '2' || scope.row.auditState === '3'"
>
修改
</el-button>
...
...
@@ -545,3 +545,17 @@ export default {
}
};
</
script
>
<
style
scoped
lang=
"scss"
>
::v-deep
.el-input--medium
.el-input__inner
{
height
:
26px
;
line-height
:
26px
;
}
::v-deep
.el-dialog__body
{
padding
:
20px
}
::v-deep
.el-dialog
:not
(
.is-fullscreen
)
{
margin-top
:
4vh
!important
;
}
</
style
>
ruoyi-ui/src/views/smartSchool/personWork/lectureAwards/index.vue
View file @
493b6cf0
...
...
@@ -70,7 +70,7 @@
</el-row>
<el-table
:data=
"awardsList"
@
selection-change=
"handleSelectionChange"
:default-sort=
"
{ prop: 'awardTime', order: 'descending' }">
:default-sort=
"
{ prop: 'awardTime', order: 'descending' }"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
sortable
/>
<el-table-column
label=
"成长类型"
align=
"center"
sortable
>
...
...
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