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
f15db3c5
Commit
f15db3c5
authored
Nov 10, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
b7329b2b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
2 deletions
+26
-2
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+20
-2
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+2
-0
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
+1
-0
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
+3
-0
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
f15db3c5
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
{{
{{
row
.
state
==
1
row
.
state
==
1
?
"
编辑
"
?
"
未填写
"
:
row
.
state
==
4
:
row
.
state
==
4
?
"已提交"
?
"已提交"
:
row
.
state
==
5
:
row
.
state
==
5
...
@@ -120,7 +120,25 @@
...
@@ -120,7 +120,25 @@
align=
"center"
align=
"center"
min-width=
"150"
min-width=
"150"
prop=
"education"
prop=
"education"
/>
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
education
==
0
?
"高中"
:
row
.
education
==
1
?
"专科"
:
row
.
education
==
2
?
"本科"
:
row
.
education
==
3
?
"研究生"
:
row
.
education
==
4
?
"硕士"
:
row
.
education
==
5
?
"博士"
:
""
}}
</
template
>
</el-table-column>
<el-table-column
<el-table-column
label=
"政治面貌"
label=
"政治面貌"
align=
"center"
align=
"center"
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
f15db3c5
...
@@ -319,6 +319,8 @@
...
@@ -319,6 +319,8 @@
style=
"padding-right: 10px"
style=
"padding-right: 10px"
>
>
<el-input
<el-input
type=
"number"
placeholder=
"请输入数字"
v-model=
"form.classHour"
v-model=
"form.classHour"
:disabled=
"form.state == '4' ? true : false"
:disabled=
"form.state == '4' ? true : false"
></el-input>
></el-input>
...
...
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
View file @
f15db3c5
...
@@ -308,6 +308,7 @@
...
@@ -308,6 +308,7 @@
style=
"padding-right: 10px"
style=
"padding-right: 10px"
>
>
<el-input
<el-input
type=
"number"
v-model=
"form.classHour"
v-model=
"form.classHour"
:disabled=
"status == '7' ? true : false"
:disabled=
"status == '7' ? true : false"
></el-input>
></el-input>
...
...
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/index.vue
View file @
f15db3c5
...
@@ -562,6 +562,9 @@ export default {
...
@@ -562,6 +562,9 @@ export default {
elink
.
setAttribute
(
"href"
,
objectUrl
);
elink
.
setAttribute
(
"href"
,
objectUrl
);
elink
.
setAttribute
(
"download"
,
"教师电子档案"
+
".xls"
);
elink
.
setAttribute
(
"download"
,
"教师电子档案"
+
".xls"
);
elink
.
click
();
elink
.
click
();
})
.
then
(()
=>
{
this
.
$modal
.
closeLoading
();
});
});
},
},
...
...
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