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

课程管理-页面修改

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