From d58d044c6a9c2654db70c6815265f2e5dfafa69d Mon Sep 17 00:00:00 2001 From: yangbin <1796443586@qq.com> Date: Tue, 25 Aug 2026 14:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E4=B8=BB=E6=8C=89=E9=92=AE?= =?UTF-8?q?=20=E9=A2=9C=E8=89=B2=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/classHour/jointTraining/index.vue | 8 +-- frontend/src/views/monitor/job/log.vue | 2 - .../src/views/schedule/planImport/index.vue | 10 ++-- .../src/views/student/shiftTeam/index.vue | 8 +-- .../src/views/student/studentInfo/index.vue | 18 +------ frontend/src/views/system/dict/data.vue | 4 +- frontend/src/views/system/role/authUser.vue | 4 +- .../views/system/user/profile/resetPwd.vue | 2 +- .../views/system/user/profile/userInfo.vue | 2 +- .../views/teachBusiness/syllabus/index.vue | 8 ++- .../teachBusiness/teachingTask/index.vue | 20 +------ .../shiftSemester/ClassCalendarDialog.vue | 54 +++---------------- .../src/views/teachOffice/taskPlan/index.vue | 2 +- .../organLog/components/logView.vue | 12 ++--- .../organLog/components/reportedView.vue | 8 +-- frontend/src/views/textbook/index.vue | 10 ++-- 16 files changed, 50 insertions(+), 122 deletions(-) diff --git a/frontend/src/views/classHour/jointTraining/index.vue b/frontend/src/views/classHour/jointTraining/index.vue index 40e74a7f..55ead9f1 100644 --- a/frontend/src/views/classHour/jointTraining/index.vue +++ b/frontend/src/views/classHour/jointTraining/index.vue @@ -25,12 +25,12 @@
新增联教联训 - 导出 Excel - 【联教联训数据文件模板】下载 - 选择文件 + 导出 Excel + 【联教联训数据文件模板】下载 + 选择文件 {{ fileName }} - 上传数据 + 上传数据
diff --git a/frontend/src/views/monitor/job/log.vue b/frontend/src/views/monitor/job/log.vue index 67f32d0c..aa5ba5d7 100644 --- a/frontend/src/views/monitor/job/log.vue +++ b/frontend/src/views/monitor/job/log.vue @@ -91,8 +91,6 @@
- + 【课程表数据文件模板】下载
@@ -83,16 +83,16 @@
- 选择文件 + 选择文件 {{ selectedFileName }}
缓存数据导入到系统 - 上传数据至缓存 - 检查缓存数据 - 删除缓存数据 + 上传数据至缓存 + 检查缓存数据 + 删除缓存数据
diff --git a/frontend/src/views/student/shiftTeam/index.vue b/frontend/src/views/student/shiftTeam/index.vue index 9a93fd30..450f397a 100644 --- a/frontend/src/views/student/shiftTeam/index.vue +++ b/frontend/src/views/student/shiftTeam/index.vue @@ -50,13 +50,13 @@
新增学员队 - 导出 Excel - 模板下载 + 导出 Excel + 模板下载
- 选择文件 + 选择文件 {{ fileName }} - 上传数据 + 上传数据
diff --git a/frontend/src/views/student/studentInfo/index.vue b/frontend/src/views/student/studentInfo/index.vue index 9a924f96..4b6d6ea6 100644 --- a/frontend/src/views/student/studentInfo/index.vue +++ b/frontend/src/views/student/studentInfo/index.vue @@ -62,7 +62,7 @@
- 查询 + 查询
@@ -484,21 +484,5 @@ export default { width: 100%; } - .gray-btn { - height: 28px; - padding: 2px 16px; - font-size: 12px; - background: #f5f5f5; - border: 1px solid #c0c4cc; - color: #333; - border-radius: 2px; - - &:hover, - &:focus { - background: #ebebeb; - border-color: #c0c4cc; - color: #333; - } - } } diff --git a/frontend/src/views/system/dict/data.vue b/frontend/src/views/system/dict/data.vue index d9448770..4ad1f322 100644 --- a/frontend/src/views/system/dict/data.vue +++ b/frontend/src/views/system/dict/data.vue @@ -80,8 +80,6 @@
\ No newline at end of file + diff --git a/frontend/src/views/system/role/authUser.vue b/frontend/src/views/system/role/authUser.vue index 39307039..49c79ff9 100644 --- a/frontend/src/views/system/role/authUser.vue +++ b/frontend/src/views/system/role/authUser.vue @@ -49,8 +49,6 @@ \ No newline at end of file + diff --git a/frontend/src/views/system/user/profile/resetPwd.vue b/frontend/src/views/system/user/profile/resetPwd.vue index d8d6125d..c8213452 100644 --- a/frontend/src/views/system/user/profile/resetPwd.vue +++ b/frontend/src/views/system/user/profile/resetPwd.vue @@ -11,7 +11,7 @@ 保存 - 关闭 + 关闭 diff --git a/frontend/src/views/system/user/profile/userInfo.vue b/frontend/src/views/system/user/profile/userInfo.vue index 350dad4f..0589a159 100644 --- a/frontend/src/views/system/user/profile/userInfo.vue +++ b/frontend/src/views/system/user/profile/userInfo.vue @@ -17,7 +17,7 @@ 保存 - 关闭 + 关闭 diff --git a/frontend/src/views/teachBusiness/syllabus/index.vue b/frontend/src/views/teachBusiness/syllabus/index.vue index 6bf4178b..72dd933b 100644 --- a/frontend/src/views/teachBusiness/syllabus/index.vue +++ b/frontend/src/views/teachBusiness/syllabus/index.vue @@ -33,7 +33,13 @@
教学大纲列表
新增 - 删除所选 + 删除所选 下载
diff --git a/frontend/src/views/teachBusiness/teachingTask/index.vue b/frontend/src/views/teachBusiness/teachingTask/index.vue index e26aba51..66236bbb 100644 --- a/frontend/src/views/teachBusiness/teachingTask/index.vue +++ b/frontend/src/views/teachBusiness/teachingTask/index.vue @@ -48,7 +48,7 @@
- 查询 + 查询
@@ -113,7 +113,7 @@
加载中...
- 关闭 + 关闭
@@ -293,20 +293,4 @@ export default { } } -.gray-btn { - height: 28px; - padding: 2px 16px; - font-size: 12px; - background: #f5f5f5; - border: 1px solid #c0c4cc; - color: #333; - border-radius: 2px; - - &:hover, - &:focus { - background: #ebebeb; - border-color: #c0c4cc; - color: #333; - } -} diff --git a/frontend/src/views/teachOffice/shiftSemester/ClassCalendarDialog.vue b/frontend/src/views/teachOffice/shiftSemester/ClassCalendarDialog.vue index df686768..2cb1a00a 100644 --- a/frontend/src/views/teachOffice/shiftSemester/ClassCalendarDialog.vue +++ b/frontend/src/views/teachOffice/shiftSemester/ClassCalendarDialog.vue @@ -24,13 +24,13 @@
- - - - - - - + 新增记录 + 自动生成必修课程 + 预设合班 + 预设拆班 + 选定区域应用于其它班次 + 整个班历应用于其它班次 + 刷新
@@ -741,44 +741,4 @@ export default { } } -// ========== 银灰色 / 蓝色边框按钮 ========== -.gray-btn { - min-width: 90px; - height: 28px; - padding: 0 14px; - font-size: 12px; - color: #000; - background: linear-gradient(180deg, #fdfdfd 0%, #ececec 50%, #dcdcdc 100%); - border: 1px solid #7a7a7a; - border-radius: 2px; - cursor: pointer; - - &:hover { - background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 50%, #e6e6e6 100%); - } - - &:active { - background: #c8c8c8; - } -} - -.blue-btn { - min-width: 90px; - height: 28px; - padding: 0 14px; - font-size: 12px; - color: #1e6fff; - background: #ecf5ff; - border: 1px solid #1e6fff; - border-radius: 2px; - cursor: pointer; - - &:hover { - background: #d9ecff; - } - - &:active { - background: #c6e2ff; - } -} diff --git a/frontend/src/views/teachOffice/taskPlan/index.vue b/frontend/src/views/teachOffice/taskPlan/index.vue index 3cabcbcc..ba9524e9 100644 --- a/frontend/src/views/teachOffice/taskPlan/index.vue +++ b/frontend/src/views/teachOffice/taskPlan/index.vue @@ -177,7 +177,7 @@
加载中...
- 关闭 + 关闭
diff --git a/frontend/src/views/teachingLog/organLog/components/logView.vue b/frontend/src/views/teachingLog/organLog/components/logView.vue index 4e06129a..11b2d2f1 100644 --- a/frontend/src/views/teachingLog/organLog/components/logView.vue +++ b/frontend/src/views/teachingLog/organLog/components/logView.vue @@ -92,13 +92,13 @@
- 删除所选 + 删除所选 批准上报所选 - 重新检查通报变更情况 - 导出到 Word - 刷新 - 导入教学日志 - 下载模板 + 重新检查通报变更情况 + 导出到 Word + 刷新 + 导入教学日志 + 下载模板
查询
diff --git a/frontend/src/views/teachingLog/organLog/components/reportedView.vue b/frontend/src/views/teachingLog/organLog/components/reportedView.vue index 0bc754c4..8ec46cfb 100644 --- a/frontend/src/views/teachingLog/organLog/components/reportedView.vue +++ b/frontend/src/views/teachingLog/organLog/components/reportedView.vue @@ -78,12 +78,12 @@
- 删除所选 + 删除所选 审核通过所选 - 撤回重填所选 - 重新检查所选变更情况 - 导出到 Word + 撤回重填所选 + 重新检查所选变更情况 + 导出到 Word
重置 diff --git a/frontend/src/views/textbook/index.vue b/frontend/src/views/textbook/index.vue index b5115772..a2450c7c 100644 --- a/frontend/src/views/textbook/index.vue +++ b/frontend/src/views/textbook/index.vue @@ -68,16 +68,16 @@
新建教材信息 - 下载教材列表 - 所选文件资料打包ZIP下载 + 下载教材列表 + 所选文件资料打包ZIP下载
- 【教材数据文件模板】下载 + 【教材数据文件模板】下载
- 选择文件 + 选择文件 {{ fileName }} - 上传数据 + 上传数据