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
c23c00b3
Commit
c23c00b3
authored
Nov 06, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
485ed745
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
31 deletions
+19
-31
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+0
-4
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+19
-27
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
c23c00b3
...
...
@@ -648,12 +648,8 @@ export default {
const
id
=
row
.
id
;
getFileTnfo
(
id
).
then
((
res
)
=>
{
this
.
form
=
res
.
data
;
console
.
log
(
this
.
form
,
"131231212"
);
this
.
title
=
"基本信息查看"
;
this
.
tableForthData
=
res
.
data
.
awardList
;
// this.tableForth = res.data.awardList.forEach(function (item) {
// console.log(item);
// });
this
.
tableSecondData
=
res
.
data
.
materialList
;
this
.
tableFirstData
=
res
.
data
.
thesisList
;
this
.
tableThirdData
=
res
.
data
.
trainingList
;
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
c23c00b3
...
...
@@ -360,25 +360,17 @@
</el-table-column>
<el-table-column
align=
"center"
prop=
"thesis
List.thesis
Name"
prop=
"thesisName"
label=
"论文名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"thesisList.level"
label=
"级别"
>
<el-table-column
align=
"center"
prop=
"level"
label=
"级别"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"thesisList.grade"
label=
"等级"
>
<el-table-column
align=
"center"
prop=
"grade"
label=
"等级"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"
thesisList.
publishTime"
prop=
"publishTime"
label=
"发表时间"
>
</el-table-column>
...
...
@@ -399,15 +391,11 @@
<el-table
:data=
"tableSecondData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"materialList.name"
label=
"名称"
>
<el-table-column
align=
"center"
prop=
"name"
label=
"名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"
materialList.
publishTime"
prop=
"publishTime"
label=
"发表时间"
>
</el-table-column>
...
...
@@ -417,26 +405,26 @@
<div
class=
"tableThird"
>
<div
class=
"tableTitle"
>
<i
class=
"el-icon-data-analysis"
></i>
<span
style=
"margin-left: 5px"
>
发表成就奖论文
情况
</span>
<span
style=
"margin-left: 5px"
>
培训
情况
</span>
</div>
<el-table
:data=
"tableThirdData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"training
List.training
Time"
prop=
"trainingTime"
label=
"培训时间"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"training
List.training
Name"
prop=
"trainingName"
label=
"培训名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"
trainingList.
isQualified"
prop=
"isQualified"
label=
"是否合格"
>
</el-table-column>
...
...
@@ -446,32 +434,32 @@
<div
class=
"tableForth"
>
<div
class=
"tableTitle"
>
<i
class=
"el-icon-trophy"
></i>
<span
style=
"margin-left: 5px"
>
发表成就奖论文
情况
</span>
<span
style=
"margin-left: 5px"
>
业务获奖
情况
</span>
</div>
<el-table
:data=
"tableForthData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"award
List.award
Name"
prop=
"awardName"
label=
"获奖名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"award
List.award
Time"
prop=
"awardTime"
label=
"获奖时间"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"
awardList.
gradeOfAward"
prop=
"gradeOfAward"
label=
"获奖等级"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"
awardList.
licenselssuingAuthority"
prop=
"licenselssuingAuthority"
label=
"发证机关"
>
</el-table-column>
...
...
@@ -617,6 +605,10 @@ export default {
getFileTnfo
(
id
).
then
((
res
)
=>
{
this
.
form
=
res
.
data
;
this
.
title
=
"基本信息查看"
;
this
.
tableForthData
=
res
.
data
.
awardList
;
this
.
tableSecondData
=
res
.
data
.
materialList
;
this
.
tableFirstData
=
res
.
data
.
thesisList
;
this
.
tableThirdData
=
res
.
data
.
trainingList
;
});
},
//填写按钮
...
...
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