+
-
-
-
-
-
-
-
-
-

-
-
导出列表信息
-
-
-
-

-
-
导出详细信息
+
+
+
-
-
-
-
-
-
- {{
- record.publishTime &&
- dayjs(record.publishTime).format("YYYY-MM-DD HH:mm:ss")
- }}
-
+
+
+

+
+
导出详细信息
+
+ -->
+
+
+
+
+
+
+
{{
record.publishTime &&
dayjs(record.publishTime).format("YYYY-MM-DD HH:mm:ss")
}}
-
-
-
+
{{
- record.status == "0"
- ? "草稿"
- : record.status == "1"
- ? "已发布"
- : record.status == "-1"
- ? "停用"
- : ""
+ record.publishTime &&
+ dayjs(record.publishTime).format("YYYY-MM-DD HH:mm:ss")
}}
-
+
-
-
-
-
-
+
+ {{
+ record.status == "0"
+ ? "草稿"
+ : record.status == "1"
+ ? "已发布"
+ : record.status == "-1"
+ ? "停用"
+ : ""
+ }}
+
+
+
+
-
-
-
-
\ No newline at end of file
+ .btnzs {
+ display: flex;
+ margin-left: 38px;
+ // flex-wrap: wrap;
+ .btnz {
+ padding: 0px 26px 0px 26px;
+ height: 38px;
+ background: white;
+ border-radius: 8px;
+ border: 1px solid rgba(64, 158, 255, 1);
+ display: flex;
+ align-items: center;
+ cursor: pointer;
+ justify-content: center;
+ margin-right: 14px;
+ flex-shrink: 0;
+
+ .search {
+ background-size: 100%;
+ }
+
+ .btnzText {
+ font-size: 14px;
+ font-weight: 400;
+ color: #4ea6ff;
+ line-height: 36px;
+ margin-left: 5px;
+ }
+ }
+
+ .btnz3 {
+ margin-right: 0px;
+ background: #4ea6ff;
+ .search {
+ width: 17px;
+ height: 18px;
+ background-image: url("../../assets/images/courseManage/add0.png");
+ }
+ .btnzText {
+ color: #ffffff;
+ }
+ }
+
+ .btnz3:hover {
+ // background: rgba(64, 158, 255, 0.76);
+ background: rgba(64, 158, 255, 0.76);
+ }
+
+ .btnz3:active {
+ background: #0982ff;
+ }
+ }
+ .tableBox {
+ margin: 20px 38px 30px;
+
+ .ant-table-thead > tr > th {
+ background-color: #eff4fc;
+ }
+ }
+ .tableBox {
+ padding-bottom: 20px;
+
+ .pa {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ }
+ }
+}
+
From cdd6194e73017caff95cbc0568b326eb3108cd29 Mon Sep 17 00:00:00 2001
From: Pengxiansen <2422914688@qq.com>
Date: Fri, 28 Feb 2025 15:51:15 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/NavLeft.vue | 4 ++--
src/views/report/Employeelearning.vue | 16 ++++++++--------
src/views/report/Operational.vue | 8 ++++----
src/views/report/Overvoew.vue | 4 ++--
vue.config.js | 11 +++++++++--
5 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue
index d3c2bb85..aa4fe5c2 100644
--- a/src/components/NavLeft.vue
+++ b/src/components/NavLeft.vue
@@ -668,7 +668,7 @@
版块详细数据
-
+
diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue
index c673753b..b6bd7ba6 100644
--- a/src/views/report/Overvoew.vue
+++ b/src/views/report/Overvoew.vue
@@ -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 = [];
diff --git a/vue.config.js b/vue.config.js
index fb18ed6d..b59f76d7 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -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": {
From 403f234c7edebff02ae2e66bb492eacd84f941ef Mon Sep 17 00:00:00 2001
From: Pengxiansen <2422914688@qq.com>
Date: Fri, 28 Feb 2025 18:37:21 +0800
Subject: [PATCH 4/5] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/NavLeft.vue | 4 ++--
src/components/growthpath/CommonHomework.vue | 2 +-
src/components/growthpath/CommonTest.vue | 2 +-
src/components/growthpath/CreateVote.vue | 2 +-
src/components/growthpath/GrowthActive.vue | 2 +-
src/components/growthpath/GrowthDiscuss.vue | 6 +++++-
src/components/growthpath/GrowthEval.vue | 9 +++++++--
src/components/growthpath/GrowthExa.vue | 2 +-
src/components/growthpath/GrowthHomework.vue | 8 ++++++--
src/components/growthpath/GrowthLive.vue | 2 +-
src/components/growthpath/GrowthRef.vue | 6 +++++-
src/components/growthpath/GrowthVote.vue | 9 +++++++--
src/views/growthpath/PathManage.vue | 2 +-
src/views/report/Employeelearning.vue | 16 ++++++++--------
src/views/report/Operational.vue | 8 ++++----
src/views/report/Overvoew.vue | 4 ++--
16 files changed, 53 insertions(+), 31 deletions(-)
diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue
index aa4fe5c2..d3c2bb85 100644
--- a/src/components/NavLeft.vue
+++ b/src/components/NavLeft.vue
@@ -668,7 +668,7 @@
版块详细数据
-
+
{
if (res.data.code == 200) {
@@ -238,6 +238,10 @@ defineExpose({ openDrawer });
}
.growth-homework {
+ .ant-spin-container,
+ .ant-spin-nested-loading {
+ height: 100%;
+ }
.drawerMain {
.header {
height: 73px;
@@ -262,7 +266,7 @@ defineExpose({ openDrawer });
.main_left {
flex: 1;
- border-right: 1px solid #e8e8e8;
+ // border-right: 1px solid #e8e8e8;
margin-top: 0px;
padding-right: 0px;
diff --git a/src/components/growthpath/GrowthLive.vue b/src/components/growthpath/GrowthLive.vue
index 63d5e9cb..b35e77ea 100644
--- a/src/components/growthpath/GrowthLive.vue
+++ b/src/components/growthpath/GrowthLive.vue
@@ -612,7 +612,7 @@ const beforeUpload = (file) => {
.contentMain {
.main_left {
flex: 1;
- border-right: 1px solid #e8e8e8;
+ // border-right: 1px solid #e8e8e8;
margin-top: 0px;
.main_item {
diff --git a/src/components/growthpath/GrowthRef.vue b/src/components/growthpath/GrowthRef.vue
index 85994915..8cecbebe 100644
--- a/src/components/growthpath/GrowthRef.vue
+++ b/src/components/growthpath/GrowthRef.vue
@@ -191,6 +191,10 @@ defineExpose({ openDrawer });
}
.growth-ref {
+ .ant-spin-container,
+ .ant-spin-nested-loading {
+ height: 100%;
+ }
.drawerMain {
.header {
height: 73px;
@@ -216,7 +220,7 @@ defineExpose({ openDrawer });
.main_left {
padding-right: 30px;
flex: 1;
- border-right: 1px solid #e8e8e8;
+ // border-right: 1px solid #e8e8e8;
margin-top: 0px;
.main_item {
diff --git a/src/components/growthpath/GrowthVote.vue b/src/components/growthpath/GrowthVote.vue
index 80607a37..d0c75772 100644
--- a/src/components/growthpath/GrowthVote.vue
+++ b/src/components/growthpath/GrowthVote.vue
@@ -277,7 +277,12 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
-
+::v-deep.ant-spin-nested-loading {
+ height: 100%;
+ .ant-spin-container {
+ height: 100%;
+ }
+}
.growth-vote {
.drawerMain {
.header {
@@ -304,7 +309,7 @@ defineExpose({ openDrawer });
.main_left {
padding-right: 30px;
flex: 1;
- border-right: 1px solid #e8e8e8;
+ // border-right: 1px solid #e8e8e8;
margin-top: 0px;
.main_item {
diff --git a/src/views/growthpath/PathManage.vue b/src/views/growthpath/PathManage.vue
index 12e7b20b..441919eb 100644
--- a/src/views/growthpath/PathManage.vue
+++ b/src/views/growthpath/PathManage.vue
@@ -1131,7 +1131,7 @@ export default {
codeUrl =
window.location.protocol +
process.env.VUE_APP_EXAM_DETAIL_URL +
- item.info.examinationPaperId;
+ item.info.examinationTestId;
}
}
// 直播结束时间
diff --git a/src/views/report/Employeelearning.vue b/src/views/report/Employeelearning.vue
index 63d25a5e..5818f2e5 100644
--- a/src/views/report/Employeelearning.vue
+++ b/src/views/report/Employeelearning.vue
@@ -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",
diff --git a/src/views/report/Operational.vue b/src/views/report/Operational.vue
index aedf7211..6ac95365 100644
--- a/src/views/report/Operational.vue
+++ b/src/views/report/Operational.vue
@@ -106,10 +106,10 @@
label: '学习路径图',
value: 6,
},
- {
- label: '专业力必修',
- value: 7,
- },
+ // {
+ // label: '专业力必修',
+ // value: 7,
+ // },
]"
>
diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue
index b6bd7ba6..c673753b 100644
--- a/src/views/report/Overvoew.vue
+++ b/src/views/report/Overvoew.vue
@@ -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 = [];
From f6f4196bb222469f2bbfa918f229eae90083278c Mon Sep 17 00:00:00 2001
From: Pengxiansen <2422914688@qq.com>
Date: Fri, 28 Feb 2025 20:26:30 +0800
Subject: [PATCH 5/5] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/configGrowth.js | 4 ++--
vue.config.js | 34 +++++++++++++++++-----------------
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/src/api/configGrowth.js b/src/api/configGrowth.js
index 2f010b28..ab3fedbe 100644
--- a/src/api/configGrowth.js
+++ b/src/api/configGrowth.js
@@ -18,8 +18,8 @@ import { boeRequest } from "@/api/request";
// "application/x-www-form-urlencoded";
axios.defaults.withCredentials = true;
const http = axios.create({
- baseURL: '/growth',
- // baseURL: process.env.VUE_APP_BASE_API_GROWTH,
+ // baseURL: '/growth',
+ baseURL: process.env.VUE_APP_BASE_API_GROWTH,
timeout: 1000 * 15,
// headers: { "Content-Type": "multipart/form-data" },
headers: { "Content-Type": "application/json" },
diff --git a/vue.config.js b/vue.config.js
index b59f76d7..326395b2 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -18,16 +18,16 @@ module.exports = defineConfig({
overlay: false,// 解决代码抛出异常
},
proxy: {
- // "/professional": {
- // target: 'http://192.168.31.211:32002',
- // // target: 'http://192.168.50.195:32002',
- // // target: 'http://192.168.86.195:32002',
- // changeOrigin: true,
- // },
- "/growth": {
- target: 'https:' + process.env.VUE_APP_BOE_API_URL,
+ "/professional": {
+ target: 'http://192.168.31.211:32002',
+ // target: 'http://192.168.50.195:32002',
+ // target: 'http://192.168.86.195:32002',
changeOrigin: true,
},
+ // "/growth": {
+ // target: 'https:' + process.env.VUE_APP_BOE_API_URL,
+ // changeOrigin: true,
+ // },
"/manageApi": {
target: 'https:' + process.env.VUE_APP_PROXY_URL,
changeOrigin: true, //表示是否改变原域名
@@ -46,20 +46,20 @@ 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: 'http://192.168.31.211:18878',
+ target: 'https:' + process.env.VUE_APP_BOE_API_URL,
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
- "^/report": "",
+ // "^/manageApi": "",
},
},
+ // "/report": {
+ // target: 'http://192.168.31.211:18878',
+ // changeOrigin: true, //表示是否改变原域名
+ // pathRewrite: {
+ // "^/report": "",
+ // },
+ // },
"/activityApi": {
target: 'https:' + process.env.VUE_APP_BOE_API_URL,
changeOrigin: true,