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
3bd9dcce
Commit
3bd9dcce
authored
Oct 27, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
195221ab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
26 deletions
+18
-26
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+18
-26
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
3bd9dcce
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
3bd9dcce
...
...
@@ -100,14 +100,14 @@
<!--已发布 未填写/已驳回 已填写-->
<div>
<el-button
v-if=
"check ==
'1' ? false : tru
e"
v-if=
"check ==
= '1' ? true : fals
e"
size=
"mini"
type=
"text"
@
click=
"handleEdit(scope.row)"
>
填写
</el-button>
<el-button
v-if=
"check ==
'1' ? false : tru
e"
v-if=
"check ==
= '1' ? true : fals
e"
size=
"mini"
type=
"text"
@
click=
"handleSubmit(scope.row)"
...
...
@@ -118,11 +118,7 @@
<div>
<el-button
v-if=
"
check == '2'
? true
: false || check == '4'
? true
: false || check == '5'
check === '2' || check === '3' || check === '5' || check === '9'
? true
: false
"
...
...
@@ -132,15 +128,7 @@
>
修改
</el-button>
<el-button
v-if=
"
check == '2'
? true
: false || check == '4'
? true
: false || check == '5'
? true
: false
"
v-if=
"check == '4' ? true : false"
size=
"mini"
type=
"text"
@
click=
"handleSubmit(scope.row)"
...
...
@@ -563,6 +551,7 @@ export default {
tableData
:
[],
dialogVisible
:
false
,
form
:
{
fid
:
""
,
filesSemester
:
""
,
gradeName
:
""
,
teacherName
:
""
,
...
...
@@ -620,15 +609,15 @@ export default {
},
// 提取 `
handleExtract
()
{
const
id
=
this
.
form
.
fid
;
syncNotice
(
id
).
then
((
res
)
=>
{
console
.
log
(
id
,
"id"
);
// console.log("res提取", res);
// this.tableFirstData = res;
// this.tableSecondData = res;
// this.tableThirdData = res;
// this.tableForthData = res;
});
const
f
id
=
this
.
form
.
fid
;
console
.
log
(
fid
,
"fid"
);
// syncNotice(fid).then((res) => {
// console.log("res提取", res);
// this.tableFirstData = res;
// this.tableSecondData = res;
// this.tableThirdData = res;
// this.tableForthData = res;
//
});
},
// 搜索按钮
handleQuery
()
{
...
...
@@ -670,10 +659,13 @@ export default {
},
//提交按钮
handleSubmit
(
row
)
{
const
id
=
row
.
fid
;
console
.
log
(
id
,
"tijio"
);
this
.
$modal
.
confirm
(
"是否提交该活动?"
)
.
then
(
function
()
{
return
fileSubReview
(
row
.
id
);
return
fileSubReview
(
id
);
console
.
log
(
row
,
"提交按钮"
);
})
.
then
(()
=>
{
...
...
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