![]()
diff --git a/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMain.vue b/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMain.vue
index b6223c9..4bf7b86 100644
--- a/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMain.vue
+++ b/src/views/site/renKeJiaoCheng/checkKecheng/dqxqkcMain.vue
@@ -10,19 +10,30 @@
-
+
-
- 课程名称:{{ kcxxInfo.kcmc }}
+
+ 课程名称:{{ kcxxInfo.kcmc + '(' + toWeek(kcxxInfo.week) + '第' + kcxxInfo.hh + '节)'}}
+
+
+
+ {{ kcxxInfo.skdd }}
-
+
课程名称:{{ kcxxInfo.kcmc }}
+
@@ -77,7 +88,18 @@ const kcxxInfo = ref
('');
const spanlg = ref(5);
const spanlt = ref(19);
const collapsed = ref(false);
-
+ const weebMap = {
+ '1': '星期一',
+ '2': '星期二',
+ '3': '星期三',
+ '4': '星期四',
+ '5': '星期五',
+ '6': '星期六',
+ '7': '星期日',
+};
+function toWeek(week) {
+ return weebMap[week];
+}
function toggleCollapsed() {
collapsed.value = !collapsed.value;
@@ -94,7 +116,7 @@ function toggleCollapsed() {
onMounted(() => {
// console.log('rwbh:',rwbh);
defHttp.get({ url: '/ktgl/kcKechengbiao/getKcxxByRwbhXqxn', params: { rwbh: rwbh, xqxn: xqxn } }).then((res) => {
- // console.log(`🚀 ~ 1111 defHttp.get ~ res:`, res)
+ console.log(`🚀 ~ 1111 defHttp.get ~ res:`, res)
kcxxInfo.value = res;
});
});
@@ -151,4 +173,20 @@ onMounted(() => {
text-overflow: ellipsis;
/* 使用省略号表示溢出的文本 */
}
+
+.course-info-container {
+ display: flex;
+ justify-content: space-between;
+ align-items: center; /* 如果需要垂直居中对齐 */
+}
+
+.course-name {
+ flex-grow: 1; /* 让第一个span可以自动扩展 */
+}
+
+.course-location {
+ float: right;
+ margin-right: 20px; /* 右边距 */
+}
+
diff --git a/src/views/site/studentWdkc/studentMain.vue b/src/views/site/studentWdkc/studentMain.vue
index a1850ff..6ce72a7 100644
--- a/src/views/site/studentWdkc/studentMain.vue
+++ b/src/views/site/studentWdkc/studentMain.vue
@@ -2,28 +2,48 @@
-
+
-
-
-
-
-
-
- 课程名称:{{kcxxInfo.kcmc}}
+
+
+
+
+
+
+
+ 课程名称:{{ kcxxInfo.kcmc + '(' + toWeek(kcxxInfo.week) + '第' + kcxxInfo.hh + '节)' }}
+
+
+
+ {{ kcxxInfo.skdd }}
+
+
+
+
+
+
+
+
+
+
+ 课程名称:{{ kcxxInfo.kcmc }}
+
+
-
+
-
+
-
+
-
+
\ No newline at end of file
diff --git a/src/views/zy/zyInfo/ZyInfoV2List.vue b/src/views/zy/zyInfo/ZyInfoV2List.vue
index c13fe0d..deec8c3 100644
--- a/src/views/zy/zyInfo/ZyInfoV2List.vue
+++ b/src/views/zy/zyInfo/ZyInfoV2List.vue
@@ -1766,7 +1766,7 @@ function handleZySuccess(zyid) {
var url = '/zyInfo/zyInfo/editStudent';
defHttp.get({ url: url, params: { id: zyid } }).then((res) => {});
- defHttp.get({ url: '/zyInfo/zyInfo/sendZyWechat', params: { id: zyid } }).then((res) => {});
+ // defHttp.get({ url: '/zyInfo/zyInfo/sendZyWechat', params: { id: zyid } }).then((res) => {});
}
/**
diff --git a/src/views/zy/zyInfo/ZyInfoV2Listhis.vue b/src/views/zy/zyInfo/ZyInfoV2Listhis.vue
index 1341585..5b87b31 100644
--- a/src/views/zy/zyInfo/ZyInfoV2Listhis.vue
+++ b/src/views/zy/zyInfo/ZyInfoV2Listhis.vue
@@ -11,7 +11,6 @@
老师您好,
请根据课程教学大纲的要求,
设置学生修完本课程需要完成的作业次数及每次作业在总成绩中所占的比例。
-
diff --git a/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue b/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue
index b6ca99c..fc2ea9d 100644
--- a/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue
+++ b/src/views/zy/zyInfo/components/ZyInfoDetailForm.vue
@@ -47,7 +47,7 @@