返回上页
@@ -26,8 +27,8 @@
-
-
+
+
@@ -80,6 +81,9 @@ const courseObj = reactive({
})
// ---------------------------------------------------
+const goToNewClassTaskAssign = () => {
+ router.push({ path: '/newClassTaskAssign', query: { courseObj: JSON.stringify(courseObj)} });
+}
// 查询
const getData = (data) => {
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue
new file mode 100644
index 0000000..124f39c
--- /dev/null
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/Right/index.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
{{ item.title }}
+
{{ item.description }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/index.vue
new file mode 100644
index 0000000..910de4a
--- /dev/null
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/index.vue
@@ -0,0 +1,813 @@
+
+
+
+
+ 删除
+ 批量推送
+
+
+ 设计新作业
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.uniquekey }}
+
+
+ {{ scope.row.worktype }}
+ {{ scope.row.timestamp }}
+
+
+
{{ scope.row.worktype == "课堂展示" ? scope.row.worktag : scope.row.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 推 送
+ 保 存
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue
new file mode 100644
index 0000000..a270edb
--- /dev/null
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/myQuestion/index.vue
@@ -0,0 +1,420 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查找
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.entpname }} {{ scope.row.editusername }}
+ {{ scope.row.worktag }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/schoolQuestion/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/schoolQuestion/index.vue
new file mode 100644
index 0000000..c3d2dec
--- /dev/null
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/schoolQuestion/index.vue
@@ -0,0 +1,34 @@
+
+
+ 校本题库
+
+
+
+
diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/searchQuestion/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/searchQuestion/index.vue
new file mode 100644
index 0000000..8b93d47
--- /dev/null
+++ b/src/renderer/src/views/classTask/newClassTaskAssign/searchQuestion/index.vue
@@ -0,0 +1,498 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查找
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.entpname }} {{ scope.row.editusername }}
+ {{ scope.row.worktag }}
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/renderer/src/views/job-management/Details/index.vue b/src/renderer/src/views/job-management/Details/index.vue
index 94704e2..696f090 100644
--- a/src/renderer/src/views/job-management/Details/index.vue
+++ b/src/renderer/src/views/job-management/Details/index.vue
@@ -92,6 +92,5 @@ onMounted(() => {
background-color: #fff;
padding:5px;
border-radius: 4px;
- overflow-y: auto;
}
\ No newline at end of file
diff --git a/src/renderer/src/views/job-management/Right/index.vue b/src/renderer/src/views/job-management/Right/index.vue
index 95e164f..be8ef4f 100644
--- a/src/renderer/src/views/job-management/Right/index.vue
+++ b/src/renderer/src/views/job-management/Right/index.vue
@@ -1,5 +1,6 @@
-
+
+
@@ -100,12 +102,16 @@ const handleClick = (item) => {
\ No newline at end of file