Commit 4fea5d5a authored by 冷玲鹏's avatar 冷玲鹏

课程管理-页面修改

parent fa0a0d9e
...@@ -186,113 +186,113 @@ export default { ...@@ -186,113 +186,113 @@ export default {
courseInfoList: [ courseInfoList: [
{ {
id: 1, id: 1,
courseId: '2024YB01033', courseId: '2024CS0101',
courseName: 'text123456190528', courseName: '大数据分析',
applicationType: '一般课题', applicationType: '一般课题',
responsiblePersonName: '于力', responsiblePersonName: '张三',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-28 14:21', createTime: '2024-05-28 14:21',
stage: '结项', stage: '申报',
status: '验收完成' status: '立项'
}, },
{ {
id: 2, id: 2,
courseId: '2024YB01031', courseId: '2024CS0102',
courseName: '阿斯布洛', courseName: '人工智能算法',
applicationType: '一般课题', applicationType: '一般课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-23 09:52', createTime: '2024-05-23 09:52',
stage: '立项', stage: '申报',
status: '申报完成' status: '立项审批中'
}, },
{ {
id: 3, id: 3,
courseId: '2024ZD01029', courseId: '2024CS0103',
courseName: '测试190523', courseName: '机器学习应用',
applicationType: '重点课题', applicationType: '重点课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-23 09:37', createTime: '2024-05-23 09:37',
stage: '立项', stage: '申报',
status: '项目申报中' status: '立项评审结果'
}, },
{ {
id: 4, id: 4,
courseId: '2024YB01026', courseId: '2024CS0201',
courseName: 'asdfasdffest190508', courseName: '计算机视觉',
applicationType: '一般课题', applicationType: '一般课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-08 09:56', createTime: '2024-05-08 09:56',
stage: '结项', stage: '中期',
status: '立项评审中' status: '中期申请'
}, },
{ {
id: 5, id: 5,
courseId: '2024YB01026', courseId: '2024CS0202',
courseName: '190507测试', courseName: '网络安全防护',
applicationType: '一般课题', applicationType: '重点课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-07 17:38', createTime: '2024-05-07 17:38',
stage: '验收', stage: '中期',
status: '验收申请中' status: '中期评审'
}, },
{ {
id: 6, id: 6,
courseId: '2024YB01033', courseId: '2024CS0203',
courseName: 'text123456190528', courseName: '云计算架构',
applicationType: '一般课题', applicationType: '一般课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-28 14:21', createTime: '2024-05-28 14:21',
stage: '结项', stage: '中期',
status: '验收完成' status: '评审完成'
}, },
{ {
id: 7, id: 7,
courseId: '2024YB01033', courseId: '2024CS0301',
courseName: 'text123456190528', courseName: '智能语音识别',
applicationType: '一般课题', applicationType: '重点课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-28 14:21', createTime: '2024-05-28 14:21',
stage: '结项', stage: '验收',
status: '验收完成' status: '验收申请'
}, },
{ {
id: 8, id: 8,
courseId: '2024YB01033', courseId: '2024CS0302',
courseName: 'text123456190528', courseName: '图像处理技术',
applicationType: '一般课题', applicationType: '重点课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-28 14:21', createTime: '2024-05-28 14:21',
stage: '结项', stage: '验收',
status: '验收完成' status: '验收评审'
}, },
{ {
id: 9, id: 9,
courseId: '2024YB01033', courseId: '2024CS0303',
courseName: 'text123456190528', courseName: '图像处理技术',
applicationType: '一般课题', applicationType: '一般课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-28 14:21', createTime: '2024-05-28 14:21',
stage: '结项', stage: '验收',
status: '验收完成' status: '验收完成'
}, },
{ {
id: 10, id: 10,
courseId: '2024YB01033', courseId: '2024CS0401',
courseName: 'text123456190528', courseName: '图像处理技术',
applicationType: '一般课题', applicationType: '一般课题',
responsiblePersonName: '于力', responsiblePersonName: '于力',
phoneNumber: '15821163326', phoneNumber: '15821163326',
createTime: '2024-05-28 14:21', createTime: '2024-05-28 14:21',
stage: '结项', stage: '结项',
status: '验收完成' status: '结项完成'
} }
], ],
// 课题类型 // 课题类型
...@@ -396,7 +396,9 @@ export default { ...@@ -396,7 +396,9 @@ export default {
/** 阶段标签颜色操作 */ /** 阶段标签颜色操作 */
getTagColor(stage) { getTagColor(stage) {
switch (stage) { switch (stage) {
case '立项': case '申报':
return 'info'
case '中期':
return '' return ''
case '验收': case '验收':
return 'warning' return 'warning'
......
<template> <template>
<div> <div>
<div style="margin-left: 15px"> <div style="margin-left: 15px">
<el-button type="primary">返回</el-button> <el-button
class="back-button"
icon="el-icon-arrow-left"
type="primary"
@click="goBack"
>
返回
</el-button>
</div> </div>
<div style="display: flex;width: 100%"> <div style="display: flex;width: 100%">
<div style="width: 49%;margin: 15px 15px"> <div style="width: 49%;margin: 15px 15px">
...@@ -188,6 +195,9 @@ export default { ...@@ -188,6 +195,9 @@ export default {
}, },
methods: { methods: {
goBack() {
this.$router.go(-1)
},
/** 绘制饼图*/ /** 绘制饼图*/
pieDate() { pieDate() {
for (let i = 0; i < this.pieData.length; i++) { for (let i = 0; i < this.pieData.length; i++) {
......
...@@ -261,10 +261,10 @@ ...@@ -261,10 +261,10 @@
<el-link type="primary">下载结课报告</el-link> <el-link type="primary">下载结课报告</el-link>
</el-descriptions-item> </el-descriptions-item>
</el-descriptions> </el-descriptions>
<div style="margin: 10px; text-align: center;"> <!-- <div style="margin: 10px; text-align: center;">
<el-button v-if="showBtn" type="primary" @click="saveAcceptanceApplication">驳回验收申请</el-button> <el-button v-if="showBtn" type="primary" @click="saveAcceptanceApplication">驳回验收申请</el-button>
<el-button v-if="showBtn" type="primary" @click="submitAcceptanceApplication">通过验收申请</el-button> <el-button v-if="showBtn" type="primary" @click="submitAcceptanceApplication">通过验收申请</el-button>
</div> </div>-->
</el-form> </el-form>
</div> </div>
......
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