Commit f6433c06 by zhaopanyu

zpy 1.19

parent 0ae2bb52
......@@ -284,8 +284,6 @@
<h3>填报单位:东营市二中</h3>
</el-col>
</el-row>
<el-table key="a" v-if="dutyList.dutyType === '1'" border v-loading="loading2" :data="dutyList.list"
style="width: 100%" :span-method="objectSpanMethod2">
<el-table-column label="节日" align="center">
......@@ -941,6 +939,10 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep th.el-table__cell>.cell {
font-size: 12px !important;
}
.card-box {
padding-right: 5px;
padding-left: 5px;
......
......@@ -632,6 +632,26 @@ export default {
</script>
<style lang="scss" scoped>
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
.custom-blue-button {
background: #409eff;
/* 蓝色 */
......
......@@ -653,6 +653,25 @@ export default {
</script>
<style lang="scss" scoped>
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
.custom-blue-button {
background: #409eff;
/* 蓝色 */
......
......@@ -408,6 +408,26 @@ export default {
</script>
<style lang="scss" scoped>
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
.custom-blue-button {
background: #409eff;
/* 蓝色 */
......
......@@ -631,6 +631,26 @@ export default {
</script>
<style scoped lang="scss" >
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
::v-deep .el-form-item {
margin-bottom: 12px;
}
......
......@@ -532,6 +532,25 @@ export default {
</script>
<style scoped lang="scss" >
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
::v-deep .el-form-item {
margin-bottom: 12px;
}
......
......@@ -781,6 +781,26 @@ export default {
</script>
<style scoped lang="scss" >
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
::v-deep .el-form-item {
margin-bottom: 12px;
}
......
......@@ -697,6 +697,26 @@ export default {
</script>
<style scoped lang="scss" >
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
::v-deep .el-form-item {
margin-bottom: 12px;
}
......
......@@ -903,6 +903,7 @@ export default {
this.reset();
this.title = "导入";
this.uploadOpen = true;
},
handleFileUploadProgress(event, file, fileList) {
this.upload.isUploading = true;
......@@ -1233,6 +1234,26 @@ export default {
</script>
<style scoped lang="scss" >
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
::v-deep .el-form-item {
margin-bottom: 12px;
}
......
......@@ -977,6 +977,26 @@ export default {
</script>
<style scoped lang="scss" >
.mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.mask-content {
display: flex;
align-items: center;
justify-content: center;
color: #1a74be;
font-size: 16px;
}
::v-deep .el-form-item {
margin-bottom: 12px;
}
......
<template>
<div class="app-container " style="padding: 15px 20px 15px 15px;">
<el-row>
<el-col :span="20">
<el-row>
<el-col>
......
......@@ -184,7 +184,7 @@
</template>
</el-table-column>
<el-table-column key="support" width="150" align="center" prop="support" label="接收资助情况"></el-table-column>
<el-table-column label="操作" align="center" min-width="200px" fixed="right">
<el-table-column label="操作" align="center" min-width="280px" fixed="right">
<template slot-scope="scope">
<el-button size="mini" type="text" @click="parentsEdit(scope.row)">家长信息
</el-button>
......@@ -196,6 +196,11 @@
</el-button>
<el-button size="mini" type="text" @click="studentProve(scope.row)" v-hasPermi="['system:student:edit']">学籍证明
</el-button>
<el-button size="mini" type="text" @click="award(scope.row)">嘉奖
</el-button>
<el-button size="mini" type="text" @click="discipline(scope.row)">违纪
</el-button>
</template>
</el-table-column>
</el-table>
......@@ -921,6 +926,33 @@ export default {
// }
// })
// },
// 学生嘉奖
award(row) {
this.$router.push({
path: '/classAdviser/studentManage/studentCommendation',
query: {
// id: row.id,
// name: row.studentName,
// idCard: row.idCard,
// schoolNo: row.schoolNo,
// schoolYear: this.queryParams.schoolYear
}
})
},
//违纪
discipline(row) {
this.$router.push({
path: '/classAdviser/studentManage/discipline',
query: {
// id: row.id,
// name: row.studentName,
// idCard: row.idCard,
// schoolNo: row.schoolNo,
// schoolYear: this.queryParams.schoolYear
}
})
},
studentTable(row) {
console.log('准备跳转');
const baseUrl = window.location.origin; // 获取当前页面的协议、主机作为前缀URL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment