mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
提交
This commit is contained in:
@@ -668,7 +668,7 @@
|
||||
<div class="img"></div>
|
||||
</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
|
||||
:class="{
|
||||
circleActive: selectedKeys[0] === 'sub17-2-8' ? true : false,
|
||||
@@ -676,7 +676,7 @@
|
||||
}"
|
||||
></span>
|
||||
<router-link to="/growthpathmap">专业力必修</router-link>
|
||||
</a-menu-item> -->
|
||||
</a-menu-item>
|
||||
<a-menu-item key="sub17-2-1" v-if="checkMenu('learningpathmap')">
|
||||
<span
|
||||
:class="{
|
||||
|
||||
@@ -363,14 +363,14 @@ export default {
|
||||
width: 120,
|
||||
align: "center",
|
||||
},
|
||||
// {
|
||||
// title: "专业力学习",
|
||||
// dataIndex: "growthStudy",
|
||||
// ellipsis: true,
|
||||
// key: "growthStudy",
|
||||
// width: 120,
|
||||
// align: "center",
|
||||
// },
|
||||
{
|
||||
title: "专业力学习",
|
||||
dataIndex: "growthStudy",
|
||||
ellipsis: true,
|
||||
key: "growthStudy",
|
||||
width: 120,
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "学习时长",
|
||||
dataIndex: "learningDuration",
|
||||
|
||||
@@ -106,10 +106,10 @@
|
||||
label: '学习路径图',
|
||||
value: 6,
|
||||
},
|
||||
// {
|
||||
// label: '专业力必修',
|
||||
// value: 7,
|
||||
// },
|
||||
{
|
||||
label: '专业力必修',
|
||||
value: 7,
|
||||
},
|
||||
]"
|
||||
></a-select>
|
||||
</div>
|
||||
|
||||
@@ -392,7 +392,7 @@ export default {
|
||||
{ text: "课程", num: res.data.result?.courseTotal },
|
||||
{ text: "考试", num: res.data.result?.examTotal },
|
||||
{ text: "案例", num: res.data.result?.caseTotal },
|
||||
// { text: "专业力", num: res.data.result?.growthTotal },
|
||||
{ text: "专业力", num: res.data.result?.growthTotal },
|
||||
];
|
||||
tabData.value = list;
|
||||
});
|
||||
@@ -1009,7 +1009,7 @@ export default {
|
||||
{ text: "课程", num: "11" },
|
||||
{ text: "考试", num: "10" },
|
||||
{ text: "案例", num: "10" },
|
||||
// { text: "专业力必修", num: "10" },
|
||||
{ text: "专业力必修", num: "10" },
|
||||
]);
|
||||
const tabClick = (index) => {
|
||||
state.selectedRowKeys = [];
|
||||
|
||||
@@ -46,11 +46,18 @@ module.exports = defineConfig({
|
||||
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
changeOrigin: true, //表示是否改变原域名
|
||||
},
|
||||
// "/report": {
|
||||
// target: 'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
// changeOrigin: true, //表示是否改变原域名
|
||||
// pathRewrite: {
|
||||
// // "^/manageApi": "",
|
||||
// },
|
||||
// },
|
||||
"/report": {
|
||||
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
|
||||
target: 'http://192.168.31.211:18878',
|
||||
changeOrigin: true, //表示是否改变原域名
|
||||
pathRewrite: {
|
||||
// "^/manageApi": "",
|
||||
"^/report": "",
|
||||
},
|
||||
},
|
||||
"/activityApi": {
|
||||
|
||||
Reference in New Issue
Block a user