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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
304 additions
and
259 deletions
+304
-259
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+291
-238
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+13
-21
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
3bd9dcce
<!--
数据维护
-->
<!--
级部教师电子档案
-->
<
template
>
<div>
<el-form
style=
"margin-top: 20px;margin-left: 20px;"
:inline=
"true"
:model=
"queryForm"
class=
"demo-form-inline"
>
<el-form
style=
"margin-top: 20px; margin-left: 20px"
:inline=
"true"
:model=
"queryForm"
class=
"demo-form-inline"
>
<el-form-item
label=
"姓名"
>
<el-input
v-model=
"form.name"
></el-input>
</el-form-item>
...
...
@@ -12,86 +17,160 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button
size=
"mini"
icon=
"el-icon-search"
type=
"primary"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
size=
"mini"
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
size=
"mini"
icon=
"el-icon-refresh"
@
click=
"handleMutiSubmit"
>
提交
</el-button>
<el-button
size=
"mini"
icon=
"el-icon-search"
type=
"primary"
@
click=
"handleQuery"
>
搜索
</el-button
>
<el-button
size=
"mini"
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button
>
<el-button
size=
"mini"
icon=
"el-icon-refresh"
@
click=
"handleMutiSubmit"
>
提交
</el-button
>
</el-form-item>
<el-row>
<el-col>
<h4>
总计:
</h4>
<span>
120
</span>
<h4>
已填写:
</h4>
<span>
60
</span>
<h4>
已确认:
</h4>
<span>
60
</span>
</el-col>
</el-row>
</el-form>
<el-table
ref=
"multipleTable"
style=
"margin-top: 20px;"
border
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
:selectable=
"selectable"
>
<template>
</
template
>
<el-table
ref=
"multipleTable"
style=
"margin-top: 20px"
border
:data=
"tableData"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
:selectable=
"selectable"
>
<template>
</
template
>
</el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"是否填写"
align=
"center"
prop=
"schoolYear"
min-width=
"200"
/>
<el-table-column
label=
"学年学期"
align=
"center"
prop=
"level"
min-width=
"150"
/>
<el-table-column
label=
"级部"
align=
"center"
min-width=
"150"
prop=
"name"
/>
<el-table-column
label=
"姓名"
align=
"center"
min-width=
"200"
prop=
"IDNum"
/>
<el-table-column
label=
"年龄"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"职称"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"学历"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"政治面貌"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"任教学科"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"任教班级"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"任正班主任班级"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
fixed=
"right"
label=
"操作"
align=
"center"
min-width=
"200"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"是否填写"
align=
"center"
prop=
"schoolYear"
min-width=
"200"
/>
<el-table-column
label=
"学年学期"
align=
"center"
prop=
"level"
min-width=
"150"
/>
<el-table-column
label=
"级部"
align=
"center"
min-width=
"150"
prop=
"name"
/>
<el-table-column
label=
"姓名"
align=
"center"
min-width=
"200"
prop=
"IDNum"
/>
<el-table-column
label=
"年龄"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"职称"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"学历"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"政治面貌"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"任教学科"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"任教班级"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
label=
"任正班主任班级"
align=
"center"
min-width=
"150"
prop=
"schedule"
/>
<el-table-column
fixed=
"right"
label=
"操作"
align=
"center"
min-width=
"200"
>
<
template
slot-scope=
"scope"
>
<!--已填写 未确认-->
<div>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleSubmit(scope.row)"
>
提交
<el-button
size=
"mini"
type=
"text"
@
click=
"handleSubmit(scope.row)"
>
提交
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleReject(scope.row)"
>
驳回
<el-button
size=
"mini"
type=
"text"
@
click=
"handleReject(scope.row)"
>
驳回
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleEdit(scope.row)"
>
修改
<el-button
size=
"mini"
type=
"text"
@
click=
"handleEdit(scope.row)"
>
修改
</el-button>
</div>
<!--未填写,无按钮-->
<div></div>
<!--已确认 只查看-->
<div>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleCheck(scope.row)"
>
查看
<el-button
size=
"mini"
type=
"text"
@
click=
"handleCheck(scope.row)"
>
查看
</el-button>
</div>
</
template
>
</el-table-column>
</el-table>
<pagination
v-show=
"total
>
0"
v-show=
"total
>
0"
:total=
"total"
:page
.
sync=
"queryForm.pageNum"
:limit
.
sync=
"queryForm.pageSize"
@
pagination=
"getList"
/>
<!--弹窗-->
<el-dialog
:title=
title
:visible
.
sync=
"dialogVisible"
width=
"100%"
>
<div
style=
"display:flex;"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"100%"
>
<div
style=
"display: flex"
>
<div
class=
"leftContent"
>
<div
style=
"margin-bottom: 10px"
>
<span
class=
"line"
></span>
<span
class=
"title"
>
基本信息
</span>
</div>
<el-form
size=
"mini"
ref=
"form"
label-position=
"left"
:model=
"dialogForm"
label-width=
"120px"
>
<el-form
size=
"mini"
ref=
"form"
label-position=
"left"
:model=
"dialogForm"
label-width=
"120px"
>
<el-form-item
label=
"学年学期:"
style=
"padding-right: 10px"
>
<el-input
readonly
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
...
...
@@ -108,53 +187,103 @@
<el-input
readonly
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"职称:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"学历:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"政治面貌:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"任教学科:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"任教班级:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"任正班主任班级:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"任副班主任班级:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"是否教学组长:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"是否教研组长:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"设计课时量:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
<el-form-item
label=
"班主任情况:"
style=
"padding-right: 10px"
>
<el-input
:readonly=
"check == true ? true:false"
v-model=
"dialogForm.name"
></el-input>
<el-input
:readonly=
"check == true ? true : false"
v-model=
"dialogForm.name"
></el-input>
</el-form-item>
</el-form>
<span
style=
"display: flex;justify-content: center"
slot=
"footer"
class=
"dialog-footer"
>
<span
style=
"display: flex; justify-content: center"
slot=
"footer"
class=
"dialog-footer"
>
<div
v-if=
"check == false"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"confirmDialog"
>
保 存
</el-button>
<el-button
size=
"small"
@
click=
"dialogVisible = false"
>
取 消
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"confirmDialog"
>
保 存
</el-button
>
<el-button
size=
"small"
@
click=
"dialogVisible = false"
>
取 消
</el-button
>
</div>
<el-button
v-else
size=
"small"
type=
"primary"
@
click=
"dialogVisible = false"
>
关 闭
</el-button>
<el-button
v-else
size=
"small"
type=
"primary"
@
click=
"dialogVisible = false"
>
关 闭
</el-button
>
</span>
</div>
<div
class=
"rightContent"
>
<div
style=
"margin-bottom: 10px"
>
<span
class=
"line"
></span>
<span
class=
"title"
>
教育科研
</span>
<el-button
type=
"success"
size=
"mini"
style=
"float: right;margin-right: 50px;margin-top: 10px;"
>
提 取
<el-button
type=
"success"
size=
"mini"
style=
"float: right; margin-right: 50px; margin-top: 10px"
>
提 取
</el-button>
</div>
<div
class=
"tableList"
>
...
...
@@ -163,38 +292,18 @@
<i
class=
"el-icon-collection"
></i>
<span
style=
"margin-left: 5px"
>
发表成就奖论文情况
</span>
</div>
<el-table
:data=
"tableFirstData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
<el-table
:data=
"tableFirstData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"name"
label=
"论文名称"
>
<el-table-column
align=
"center"
prop=
"name"
label=
"论文名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"province"
label=
"级别"
>
<el-table-column
align=
"center"
prop=
"province"
label=
"级别"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"city"
label=
"等级"
>
<el-table-column
align=
"center"
prop=
"city"
label=
"等级"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"发表时间"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"发表时间"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"success"
href=
""
></el-link>
</
template
>
...
...
@@ -204,69 +313,39 @@
<div
class=
"tableSecond"
>
<div
class=
"tableTitle"
>
<i
class=
"el-icon-edit-outline"
></i>
<span
style=
"margin-left: 5px"
>
课题、结题、专著、校本教材编写情况
</span>
<span
style=
"margin-left: 5px"
>
课题、结题、专著、校本教材编写情况
</span
>
</div>
<el-table
:data=
"tableSecondData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
<el-table
:data=
"tableSecondData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"name"
label=
"名称"
>
<el-table-column
align=
"center"
prop=
"name"
label=
"名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"发表时间"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"发表时间"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"success"
href=
""
></el-link>
</
template
>
</el-table-column>
</el-table>
</div>
<div
class=
"tableThird"
>
<div
class=
"tableTitle"
>
<i
class=
"el-icon-data-analysis"
></i>
<span
style=
"margin-left: 5px"
>
发表成就奖论文情况
</span>
</div>
<el-table
:data=
"tableThirdData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
<el-table
:data=
"tableThirdData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"name"
label=
"培训时间"
>
<el-table-column
align=
"center"
prop=
"name"
label=
"培训时间"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"培训名称"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"培训名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"是否合格"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"是否合格"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"success"
href=
""
></el-link>
</
template
>
...
...
@@ -277,40 +356,19 @@
<div
class=
"tableTitle"
>
<i
class=
"el-icon-trophy"
></i>
<span
style=
"margin-left: 5px"
>
发表成就奖论文情况
</span>
</div>
<el-table
:data=
"tableForthData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
<el-table
:data=
"tableForthData"
border
>
<el-table-column
align=
"center"
fixed
type=
"index"
label=
"序号"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"name"
label=
"获奖名称"
>
<el-table-column
align=
"center"
prop=
"name"
label=
"获奖名称"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"获奖时间"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"获奖时间"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"获奖等级"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"获奖等级"
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"address"
label=
"发证机关"
>
<el-table-column
align=
"center"
prop=
"address"
label=
"发证机关"
>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"success"
href=
""
></el-link>
</
template
>
...
...
@@ -318,11 +376,8 @@
</el-table>
</div>
</div>
</div>
</div>
</el-dialog>
</div>
</template>
...
...
@@ -337,45 +392,51 @@ export default {
// 总条数
total
:
0
,
queryForm
:
{
level
:
''
,
name
:
''
,
region
:
''
level
:
""
,
name
:
""
,
region
:
""
,
},
tableData
:
[
{
id
:
1
,
schoolYear
:
"未填写"
,
level
:
"2022级部"
,
name
:
"张三"
,
IDNum
:
"121212121212121212"
,
schedule
:
"未填写"
,
},
tableData
:
[{
id
:
1
,
schoolYear
:
'未填写'
,
level
:
'2022级部'
,
name
:
'张三'
,
IDNum
:
'121212121212121212'
,
schedule
:
'未填写'
},{
id
:
2
,
schoolYear
:
'已填写,未确认'
,
level
:
'2022级部'
,
name
:
'张三'
,
IDNum
:
'121212121212121212'
,
schedule
:
'未填写'
},{
id
:
3
,
schoolYear
:
'已确认'
,
level
:
'2022级部'
,
name
:
'张三'
,
IDNum
:
'121212121212121212'
,
schedule
:
'未填写'
}],
{
id
:
2
,
schoolYear
:
"已填写,未确认"
,
level
:
"2022级部"
,
name
:
"张三"
,
IDNum
:
"121212121212121212"
,
schedule
:
"未填写"
,
},
{
id
:
3
,
schoolYear
:
"已确认"
,
level
:
"2022级部"
,
name
:
"张三"
,
IDNum
:
"121212121212121212"
,
schedule
:
"未填写"
,
},
],
dialogVisible
:
false
,
form
:
{},
status
:
this
.
$route
.
query
.
status
,
dialogTableData
:
[{
level
:
'2022'
,
name
:
'李四'
,
ID
:
'12121212121212'
}],
dialogTableData
:
[
{
level
:
"2022"
,
name
:
"李四"
,
ID
:
"12121212121212"
,
},
],
check
:
false
,
//弹窗表单
dialogForm
:
{},
//弹窗标题
title
:
''
,
title
:
""
,
//弹窗表格1
tableFirstData
:
[],
//弹窗表格2
...
...
@@ -385,12 +446,12 @@ export default {
//弹窗表格4
tableForthData
:
[],
// 多选
ids
:
[]
}
ids
:
[],
}
;
},
mounted
()
{
console
.
log
(
'id'
,
this
.
$route
.
query
.
id
)
console
.
log
(
'status'
,
this
.
status
)
console
.
log
(
"id"
,
this
.
$route
.
query
.
id
);
console
.
log
(
"status"
,
this
.
status
);
},
methods
:
{
/** 查询信息列表 */
...
...
@@ -406,61 +467,55 @@ export default {
// 搜索按钮
handleQuery
()
{
this
.
queryParams
.
pageNum
=
1
;
this
.
getList
()
this
.
getList
()
;
},
// 重置按钮
resetQuery
()
{
this
.
queryForm
=
{
pageNum
:
1
,
pageSize
:
10
,
level
:
''
,
name
:
''
,
region
:
''
}
this
.
handleQuery
()
level
:
""
,
name
:
""
,
region
:
""
,
}
;
this
.
handleQuery
()
;
},
//多选
handleSelectionChange
(
row
){
console
.
log
(
'row'
,
row
)
this
.
ids
=
row
.
map
(
item
=>
item
.
id
)
console
.
log
(
'this.ids'
,
this
.
ids
)
handleSelectionChange
(
row
)
{
console
.
log
(
"row"
,
row
);
this
.
ids
=
row
.
map
(
(
item
)
=>
item
.
id
);
console
.
log
(
"this.ids"
,
this
.
ids
);
},
//是否可勾选
selectable
(
row
,
index
)
{
if
(
row
.
schoolYear
==
'已填写,未确认'
)
{
return
true
selectable
(
row
,
index
)
{
if
(
row
.
schoolYear
==
"已填写,未确认"
)
{
return
true
;
}
},
//多选提交
handleMutiSubmit
(){
},
handleMutiSubmit
()
{},
//查看按钮
handleCheck
(
row
)
{
this
.
check
=
true
this
.
title
=
'基本信息查看'
this
.
dialogVisible
=
true
this
.
check
=
true
;
this
.
title
=
"基本信息查看"
;
this
.
dialogVisible
=
true
;
},
//修改按钮
handleEdit
(
row
)
{
this
.
check
=
false
this
.
title
=
'基本信息修改'
this
.
dialogVisible
=
true
this
.
check
=
false
;
this
.
title
=
"基本信息修改"
;
this
.
dialogVisible
=
true
;
},
//提交按钮
handleSubmit
(
row
)
{
},
handleSubmit
(
row
)
{},
//驳回按钮
handleReject
(
row
){},
handleReject
(
row
)
{},
//弹窗确定按钮
confirmDialog
()
{
this
.
dialogVisible
=
false
this
.
dialogVisible
=
false
;
},
}
}
}
,
}
;
</
script
>
<
style
scoped
>
...
...
@@ -495,7 +550,5 @@ export default {
padding-left
:
10px
;
font-size
:
16px
;
vertical-align
:
middle
;
}
</
style
>
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"
);
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