【修改】 修改任务试卷弹窗标题不可见

This commit is contained in:
陆光LG
2025-10-20 16:16:09 +08:00
parent 73ca9d314c
commit 2bafb7cafa
8 changed files with 14 additions and 14 deletions

View File

@@ -303,7 +303,7 @@ const openEdit = async (type: string, row?: any) => {
// 创建窗口
const webview = new WebviewWindow(windowLabel, {
url: '#/task/selftrans/ai/task-edit-independent',
title: '修改试卷任务 - AI组卷',
title: '',
width: 1200,
height: 800,
center: true,

View File

@@ -296,7 +296,7 @@ const openEdit = async (_type: string, row?: any) => {
const webview = new WebviewWindow(windowLabel, {
url: '#/task/selftrans/collegeexam/task-edit-independent',
title: '修改试卷任务 - 高校考试',
title: '',
width: 1200,
height: 800,
resizable: true,

View File

@@ -297,7 +297,7 @@ const openEdit = async (_type: string, row?: any) => {
const webview = new WebviewWindow(windowLabel, {
url: '#/task/selftrans/module/task-edit-independent',
title: '修改试卷任务 - 模块组卷',
title: '',
width: 1200,
height: 800,
resizable: true,

View File

@@ -296,7 +296,7 @@ const openEdit = async (_type: string, row?: any) => {
const webview = new WebviewWindow(windowLabel, {
url: '#/task/selftrans/random/task-edit-independent',
title: '修改试卷任务 - 随机组卷',
title: '',
width: 1200,
height: 800,
resizable: true,