【修改】前端试题界面,推送试题按钮权限,细节优化

This commit is contained in:
YOHO\20373
2025-05-23 11:13:17 +08:00
committed by 陆光LG
parent 5d8ae6de72
commit a9bb47c443
16 changed files with 205 additions and 25 deletions

View File

@@ -204,9 +204,10 @@ const fetchSpecialtyOptions = async () => {
// assignFields(props.data);
// isUpdate.value = true;
// } else {
// resetFields();
//
// isUpdate.value = false;
// }
resetFields();
// 设置批次为 当前时间 + 5位随机数
const now = new Date();
const pad = (n) => n.toString().padStart(2, '0');

View File

@@ -1,6 +1,6 @@
<template>
<Dialog v-model="isVisible" :title="'修改试卷任务'" width="1460" >
<Dialog v-model="isVisible" :title="'修改试卷任务'" width="85%" >
<el-form
ref="formRef"
:model="form"