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
126d0257
Commit
126d0257
authored
Dec 20, 2023
by
peijy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
教师基础信息样式修改
parent
680df6de
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
ruoyi-ui/src/views/smartSchool/electronicArchives/basicInformation/index.vue
+19
-9
No files found.
ruoyi-ui/src/views/smartSchool/electronicArchives/basicInformation/index.vue
View file @
126d0257
...
...
@@ -126,7 +126,7 @@
</el-col>
</el-row>
<el-table
:data=
"informationList"
@
selection-change=
"handleSelectionChange"
:default-sort=
"
{ prop: 'toSecondMiddleSchoolTime', order: 'descending' }">
:default-sort=
"
{ prop: 'toSecondMiddleSchoolTime', order: 'descending' }"
:row-style="{height: '0'}" :cell-style="{padding: '3px'}"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
fixed=
"left"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"name"
sortable
fixed=
"left"
width=
"100"
/>
...
...
@@ -147,8 +147,8 @@
<span>
{{
parseTime
(
scope
.
row
.
fileBirthDate
,
"{y
}
-{m
}
-{d
}
"
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"到市二中工作时间"
align
=
"center"
prop
=
"toSecondMiddleSchoolTime"
sortable
width
=
"1
48
px"
/>
<
el
-
table
-
column
label
=
"到市二中工作年限"
align
=
"center"
prop
=
"toSecondAge"
sortable
width
=
"1
48
px"
/>
<
el
-
table
-
column
label
=
"到市二中工作时间"
align
=
"center"
prop
=
"toSecondMiddleSchoolTime"
sortable
width
=
"1
55
px"
/>
<
el
-
table
-
column
label
=
"到市二中工作年限"
align
=
"center"
prop
=
"toSecondAge"
sortable
width
=
"1
55
px"
/>
<
el
-
table
-
column
label
=
"现职称"
align
=
"center"
prop
=
"currentProfessionalTitle"
sortable
width
=
"100px"
>
<
template
slot
-
scope
=
"scope"
>
<
dict
-
tag
:
options
=
"dict.type.current_professional"
:
value
=
"scope.row.currentProfessionalTitle"
/>
...
...
@@ -161,7 +161,7 @@
<
dict
-
tag
:
options
=
"dict.type.duty_situation"
:
value
=
"scope.row.onDutySituation"
/>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
fixed
=
"right"
class
-
name
=
"small-padding fixed-width
"
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
fixed
=
"right"
class
-
name
=
"small-padding fixed-width
"
width
=
"150px
"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
v
-
hasPermi
=
"['system:student:edit']"
size
=
"mini"
type
=
"text"
@
click
=
"handleUpdate(scope.row)"
>
修改
<
/el-button
>
...
...
@@ -201,7 +201,7 @@
<
/div
>
<
/el-dialog
>
<!--
添加对话框
-->
<
el
-
dialog
title
=
"详细信息"
:
visible
.
sync
=
"open"
width
=
"
6
0%"
>
<
el
-
dialog
title
=
"详细信息"
:
visible
.
sync
=
"open"
width
=
"
8
0%"
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"138px"
>
<
el
-
row
type
=
"flex"
justify
=
"space-between"
>
<
el
-
col
:
span
=
"16"
>
...
...
@@ -276,8 +276,8 @@
<
/el-col
>
<
el
-
col
:
span
=
"6"
class
=
"custom-margin"
>
<
el
-
card
style
=
"
height:
20
0px;
width: 2
2
0px;
height:
18
0px;
width: 2
0
0px;
display: flex;
align-items: center;
justify-content: center;
...
...
@@ -520,7 +520,7 @@
<
/div
>
<
/el-dialog
>
<!--
修改对话框
-->
<
el
-
dialog
title
=
"详细信息"
:
visible
.
sync
=
"look"
width
=
"
950px
"
append
-
to
-
body
>
<
el
-
dialog
title
=
"详细信息"
:
visible
.
sync
=
"look"
width
=
"
80%
"
append
-
to
-
body
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"138px"
>
<
el
-
row
type
=
"flex"
justify
=
"space-between"
>
<
el
-
col
:
span
=
"16"
>
...
...
@@ -1428,11 +1428,21 @@ export default {
}
*/
.custom-margin {
margin: -
6
px 0px;
margin: -
10
px 0px;
}
.custom-evenly {
margin-top: -40px !important;
text-align: right !important;
}
::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>
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