【修改】 修改任务试卷弹窗标题不可见
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user