diff --git a/src/components/drawers/ViewAssess.vue b/src/components/drawers/ViewAssess.vue
index 78d86bff..47eb991c 100644
--- a/src/components/drawers/ViewAssess.vue
+++ b/src/components/drawers/ViewAssess.vue
@@ -114,7 +114,7 @@
-
+
评估类型:
评分题
@@ -134,8 +134,8 @@
+
-
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue
index e7b6a5b8..f4498c10 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -347,7 +347,7 @@
-->
handleStart(record, String(record.courseform))"
type="link"
@@ -925,6 +925,7 @@
v-model:validated="validated"
show-count
:id="offcoursePlanId"
+ :onceName="onceName"
:type="5"
style="width: 440px; height: 40px; border-radius: 8px"
placeholder="请输入开课名称"
@@ -2571,6 +2572,7 @@ export default defineComponent({
xjkkradioV1: "",
completeType: "",
xjkkinputV1: "",
+ onceName: "",
xjkkinputV2: "",
xjkkinputV3: "",
xjkkinputV4: null,
@@ -3619,6 +3621,7 @@ export default defineComponent({
state.xjkkradioV1 = "";
state.completeType = "";
state.xjkkinputV1 = "";
+ state.onceName = "";
state.xjkkinputV2 = "";
state.xjkkinputV3 = "";
state.xjkkinputV4 = null;
@@ -3760,6 +3763,7 @@ export default defineComponent({
state.EditTestId = Number(item.testId);
state.EditWorkId = String(item.homeWorkId);
state.xjkkinputV1 = item.name;
+ state.onceName = item.name;
state.beforeValue = item.beforeStart; //考勤 开始前
state.afterStartValue = item.afterStart; //考勤 开始后
if (item.signFlag === 1) {