mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
提交
This commit is contained in:
@@ -668,7 +668,7 @@
|
|||||||
<div class="img"></div>
|
<div class="img"></div>
|
||||||
</template>
|
</template>
|
||||||
<template #title>版块详细数据</template>
|
<template #title>版块详细数据</template>
|
||||||
<a-menu-item key="sub17-2-8" v-if="checkMenu('growthpathmap')">
|
<!-- <a-menu-item key="sub17-2-8" v-if="checkMenu('growthpathmap')">
|
||||||
<span
|
<span
|
||||||
:class="{
|
:class="{
|
||||||
circleActive: selectedKeys[0] === 'sub17-2-8' ? true : false,
|
circleActive: selectedKeys[0] === 'sub17-2-8' ? true : false,
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
}"
|
}"
|
||||||
></span>
|
></span>
|
||||||
<router-link to="/growthpathmap">专业力必修</router-link>
|
<router-link to="/growthpathmap">专业力必修</router-link>
|
||||||
</a-menu-item>
|
</a-menu-item> -->
|
||||||
<a-menu-item key="sub17-2-1" v-if="checkMenu('learningpathmap')">
|
<a-menu-item key="sub17-2-1" v-if="checkMenu('learningpathmap')">
|
||||||
<span
|
<span
|
||||||
:class="{
|
:class="{
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ async function confirm() {
|
|||||||
|
|
||||||
.main_left {
|
.main_left {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
|
|
||||||
|
|||||||
@@ -550,7 +550,7 @@ defineExpose({ setStep });
|
|||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ function itemDel(i) {
|
|||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ defineExpose({ openDrawer });
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -190,6 +190,10 @@ defineExpose({ openDrawer });
|
|||||||
}
|
}
|
||||||
|
|
||||||
.growth-discuss {
|
.growth-discuss {
|
||||||
|
.ant-spin-container,
|
||||||
|
.ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
@@ -216,7 +220,7 @@ defineExpose({ openDrawer });
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -300,7 +300,12 @@ defineExpose({ openDrawer });
|
|||||||
min-width: 800px !important;
|
min-width: 800px !important;
|
||||||
width: 800px !important;
|
width: 800px !important;
|
||||||
}
|
}
|
||||||
|
::v-deep.ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
.ant-spin-container {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.growth-eval {
|
.growth-eval {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
@@ -328,7 +333,7 @@ defineExpose({ openDrawer });
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -679,7 +679,7 @@ defineExpose({ openDrawer });
|
|||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ async function confirm() {
|
|||||||
formData.value.info.submitStartTime,
|
formData.value.info.submitStartTime,
|
||||||
"minutes"
|
"minutes"
|
||||||
);
|
);
|
||||||
spinning.value = true
|
spinning.value = true;
|
||||||
saveTask(formData.value)
|
saveTask(formData.value)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.data.code == 200) {
|
if (res.data.code == 200) {
|
||||||
@@ -238,6 +238,10 @@ defineExpose({ openDrawer });
|
|||||||
}
|
}
|
||||||
|
|
||||||
.growth-homework {
|
.growth-homework {
|
||||||
|
.ant-spin-container,
|
||||||
|
.ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
@@ -262,7 +266,7 @@ defineExpose({ openDrawer });
|
|||||||
|
|
||||||
.main_left {
|
.main_left {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
|
|
||||||
|
|||||||
@@ -612,7 +612,7 @@ const beforeUpload = (file) => {
|
|||||||
.contentMain {
|
.contentMain {
|
||||||
.main_left {
|
.main_left {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
|
|||||||
@@ -191,6 +191,10 @@ defineExpose({ openDrawer });
|
|||||||
}
|
}
|
||||||
|
|
||||||
.growth-ref {
|
.growth-ref {
|
||||||
|
.ant-spin-container,
|
||||||
|
.ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
@@ -216,7 +220,7 @@ defineExpose({ openDrawer });
|
|||||||
.main_left {
|
.main_left {
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
|
|||||||
@@ -277,7 +277,12 @@ defineExpose({ openDrawer });
|
|||||||
.ant-table-striped :deep(.table-striped) td {
|
.ant-table-striped :deep(.table-striped) td {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
}
|
}
|
||||||
|
::v-deep.ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
.ant-spin-container {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.growth-vote {
|
.growth-vote {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
.header {
|
.header {
|
||||||
@@ -304,7 +309,7 @@ defineExpose({ openDrawer });
|
|||||||
.main_left {
|
.main_left {
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-right: 1px solid #e8e8e8;
|
// border-right: 1px solid #e8e8e8;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
||||||
.main_item {
|
.main_item {
|
||||||
|
|||||||
@@ -1131,7 +1131,7 @@ export default {
|
|||||||
codeUrl =
|
codeUrl =
|
||||||
window.location.protocol +
|
window.location.protocol +
|
||||||
process.env.VUE_APP_EXAM_DETAIL_URL +
|
process.env.VUE_APP_EXAM_DETAIL_URL +
|
||||||
item.info.examinationPaperId;
|
item.info.examinationTestId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 直播结束时间
|
// 直播结束时间
|
||||||
|
|||||||
@@ -363,14 +363,14 @@ export default {
|
|||||||
width: 120,
|
width: 120,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: "专业力学习",
|
// title: "专业力学习",
|
||||||
dataIndex: "growthStudy",
|
// dataIndex: "growthStudy",
|
||||||
ellipsis: true,
|
// ellipsis: true,
|
||||||
key: "growthStudy",
|
// key: "growthStudy",
|
||||||
width: 120,
|
// width: 120,
|
||||||
align: "center",
|
// align: "center",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "学习时长",
|
title: "学习时长",
|
||||||
dataIndex: "learningDuration",
|
dataIndex: "learningDuration",
|
||||||
|
|||||||
@@ -106,10 +106,10 @@
|
|||||||
label: '学习路径图',
|
label: '学习路径图',
|
||||||
value: 6,
|
value: 6,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: '专业力必修',
|
// label: '专业力必修',
|
||||||
value: 7,
|
// value: 7,
|
||||||
},
|
// },
|
||||||
]"
|
]"
|
||||||
></a-select>
|
></a-select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ export default {
|
|||||||
{ text: "课程", num: res.data.result?.courseTotal },
|
{ text: "课程", num: res.data.result?.courseTotal },
|
||||||
{ text: "考试", num: res.data.result?.examTotal },
|
{ text: "考试", num: res.data.result?.examTotal },
|
||||||
{ text: "案例", num: res.data.result?.caseTotal },
|
{ text: "案例", num: res.data.result?.caseTotal },
|
||||||
{ text: "专业力", num: res.data.result?.growthTotal },
|
// { text: "专业力", num: res.data.result?.growthTotal },
|
||||||
];
|
];
|
||||||
tabData.value = list;
|
tabData.value = list;
|
||||||
});
|
});
|
||||||
@@ -1009,7 +1009,7 @@ export default {
|
|||||||
{ text: "课程", num: "11" },
|
{ text: "课程", num: "11" },
|
||||||
{ text: "考试", num: "10" },
|
{ text: "考试", num: "10" },
|
||||||
{ text: "案例", num: "10" },
|
{ text: "案例", num: "10" },
|
||||||
{ text: "专业力必修", num: "10" },
|
// { text: "专业力必修", num: "10" },
|
||||||
]);
|
]);
|
||||||
const tabClick = (index) => {
|
const tabClick = (index) => {
|
||||||
state.selectedRowKeys = [];
|
state.selectedRowKeys = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user