修改流程
This commit is contained in:
parent
257abab94b
commit
60c1035645
|
@ -74,7 +74,7 @@ const zuoye: AppRouteModule = {
|
|||
{
|
||||
path: 'ceshiWenjuan',
|
||||
name: 'ceshiWenjuan',
|
||||
component: () => import('/@/views/kc/wjxCswj/WjxCswjMainList.vue'),
|
||||
component: () => import('/@/views/kc/wjxCswj/WjxCywjV2List.vue'),
|
||||
meta: {
|
||||
title: '测试问卷',
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -89,6 +89,7 @@
|
|||
fixed:'right'
|
||||
},
|
||||
beforeFetch: (params) => {
|
||||
params.column = '',params.order = '';//新生成的默认不带排序
|
||||
return Object.assign(params, queryParam.value);
|
||||
},
|
||||
},
|
||||
|
|
|
@ -89,6 +89,8 @@
|
|||
fixed:'right'
|
||||
},
|
||||
beforeFetch: (params) => {
|
||||
|
||||
params.column = '',params.order = '';//新生成的默认不带排序
|
||||
return Object.assign(params, queryParam.value);
|
||||
},
|
||||
},
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</a-row>
|
||||
</div>
|
||||
</a-card>
|
||||
<a-card>
|
||||
<!-- <a-card>
|
||||
<div>
|
||||
<span style="float: left; line-height: 30px; font-size: 18px; font-weight: bold">教学大纲:</span>
|
||||
<span style="width: 300px; float: left">
|
||||
|
@ -118,7 +118,7 @@
|
|||
<span style="float: left">往届学生评价</span>
|
||||
</div>
|
||||
<studentPjjgTeaList :queryParam="{ pageSize: 3, ...tkzjParam, kcbh: '' }" style="max-height: 106px" />
|
||||
</a-card>
|
||||
</a-card> -->
|
||||
</div>
|
||||
<div v-if="!showYl">
|
||||
<div>
|
||||
|
|
|
@ -15,14 +15,15 @@
|
|||
</template>
|
||||
<span @click="getGzt('gonggao')">通知公告</span>
|
||||
</a-menu-item>
|
||||
<a-sub-menu key="sub1">
|
||||
<a-menu-item key="sub1">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<template #title>教学内容</template>
|
||||
<span @click="getGzt('kcjs')">课程简介</span>
|
||||
<!-- <template #title>教学内容</template>
|
||||
<a-menu-item key="1" @click="getGzt('kcjs')">课程简介</a-menu-item>
|
||||
<a-menu-item key="3" @click="gotoPageByName('jiaoXueDanYuanNeiRong')">教学单元</a-menu-item>
|
||||
</a-sub-menu>
|
||||
<a-menu-item key="3" @click="gotoPageByName('jiaoXueDanYuanNeiRong')">教学单元</a-menu-item> -->
|
||||
</a-menu-item >
|
||||
<a-menu-item key="sub2">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
|
@ -33,14 +34,9 @@
|
|||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<span @click="getGzt('kcjc')">课程测验</span>
|
||||
<span @click="getGzt('kcjc')">课堂测验</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-sub-menu key="sub2">
|
||||
<template #title>作业/测验</template>
|
||||
<a-menu-item key="4" @click="getGzt('dqzy')">课程作业</a-menu-item>
|
||||
<a-menu-item key="5" @click="getGzt('kcjc')">课程测验</a-menu-item>
|
||||
</a-sub-menu> -->
|
||||
<a-sub-menu key="sub3">
|
||||
<!-- <a-sub-menu key="sub3">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
|
@ -55,26 +51,12 @@
|
|||
</template>
|
||||
<span @click="getGzt('yiykzyk')">教学资源库</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-menu-item key="sub5">
|
||||
<span @click="getGzt('jxzyk')">教学资源库</span>
|
||||
</a-menu-item> -->
|
||||
<a-menu-item key="sub6">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<span @click="getGzt('tlq')">讨论区</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-menu-item key="sub3">
|
||||
<span @click="getGzt('dqwj')">问卷调查</span>
|
||||
</a-menu-item> -->
|
||||
<!-- <a-sub-menu key="sub3">
|
||||
<template #title>问卷管理</template>
|
||||
<a-menu-item key="6" @click="getGzt('dqwj')">当前问卷</a-menu-item>
|
||||
<a-menu-item key="7">历史问卷</a-menu-item>
|
||||
</a-sub-menu> -->
|
||||
<!-- <a-menu-item key="sub5">
|
||||
<span @click="getGzt('gongju')">教学工具</span>
|
||||
</a-menu-item> -->
|
||||
</a-menu-item> -->
|
||||
</a-menu>
|
||||
</a-col>
|
||||
<a-col :lg="0" :xs="24">
|
||||
|
|
|
@ -15,36 +15,33 @@
|
|||
</template>
|
||||
<span @click="getGzt('tzgg')">通知公告</span>
|
||||
</a-menu-item>
|
||||
<a-sub-menu key="sub2">
|
||||
<a-menu-item key="sub2">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<span @click="getGzt('kcjs')">课程简介</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-sub-menu key="sub2">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<template #title>课程内容</template>
|
||||
<a-menu-item key="1" @click="getGzt('kcjs')">课程简介</a-menu-item>
|
||||
<!-- <a-menu-item key="2" @click="getGzt('tzgg')">通知公告</a-menu-item> -->
|
||||
<a-menu-item key="3" @click="getGzt('stuJiaoXueDanYuanNeiRong')">教学单元</a-menu-item>
|
||||
</a-sub-menu>
|
||||
</a-sub-menu> -->
|
||||
<a-menu-item key="sub4">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<span @click="getGzt('dqzy')">课程作业</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-menu-item key="sub8">
|
||||
<span @click="getGzt('zyhp')">作业互评</span>
|
||||
</a-menu-item> -->
|
||||
<a-menu-item key="sub7">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
<span @click="getGzt('kcjc')">课程测验</span>
|
||||
</a-menu-item>
|
||||
<!-- <a-sub-menu key="sub4">
|
||||
<template #title>作业/测验</template>
|
||||
<a-menu-item key="4" @click="getGzt('dqzy')">课程作业</a-menu-item>
|
||||
<a-menu-item key="5" @click="getGzt('kcjc')">课程测验</a-menu-item>
|
||||
</a-sub-menu> -->
|
||||
<a-menu-item key="sub5">
|
||||
<!-- <a-menu-item key="sub5">
|
||||
<template #icon>
|
||||
<PieChartOutlined />
|
||||
</template>
|
||||
|
@ -55,7 +52,7 @@
|
|||
<PieChartOutlined />
|
||||
</template>
|
||||
<span @click="getGzt('tlq')">讨论区</span>
|
||||
</a-menu-item>
|
||||
</a-menu-item> -->
|
||||
</a-menu>
|
||||
</a-col>
|
||||
<a-col :lg="0" :xs="{ span: 24 }" style="text-align: right;">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</a-row>
|
||||
</div>
|
||||
</a-card>
|
||||
<a-card>
|
||||
<!-- <a-card>
|
||||
<div>
|
||||
<span style="float: left;line-height: 30px; font-size: 18px; font-weight: bold;">教学大纲:</span>
|
||||
<span style="width:300px;float: left;margin-top: 3px;">
|
||||
|
@ -65,9 +65,9 @@
|
|||
<span style="float: left;">往届学生评价</span>
|
||||
</div>
|
||||
<studentPjjgTeaList :queryParam="{ pageSize: 3, ...tkzjParam,kcbh:'' }" style="max-height: 106px;"/>
|
||||
</a-card>
|
||||
<ZyCjwtModal ref="ZyCjwtModalPage" @success="handleCjwtOk" />
|
||||
<ZyJxdgListModal ref="ZyJxdgListModalPage" />
|
||||
</a-card> -->
|
||||
<!-- <ZyCjwtModal ref="ZyCjwtModalPage" @success="handleCjwtOk" />
|
||||
<ZyJxdgListModal ref="ZyJxdgListModalPage" /> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<a-input v-model:value="zyInfo.title" placeholder="请输入作业题目" :disabled="editDisabled"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
<!-- <a-col :span="24">
|
||||
<a-form-item label="考察内容" v-bind="validateInfos.kcnr">
|
||||
<a-textarea v-model:value="zyInfo.kcnr" placeholder="请输入描述" hidden></a-textarea>
|
||||
<a-button type="primary" @click="handleKcnr" :disabled="editDisabled">选择</a-button>
|
||||
|
@ -87,7 +87,7 @@
|
|||
</a-col>
|
||||
<a-col :span="24" style="padding: 0 20px" v-if="dataKhnr.length > 0">
|
||||
<a-table :columns="columnsKhnr" rowKey="id" :data-source="dataKhnr" :pagination="false" />
|
||||
</a-col>
|
||||
</a-col> -->
|
||||
<a-col :span="24">
|
||||
<a-form-item label="作业截止时间" v-bind="validateInfos.endTime">
|
||||
<a-date-picker
|
||||
|
|
Loading…
Reference in New Issue