From 872eb4c84a78c0ba05ca744a0268d7fc5b528d61 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Tue, 25 Aug 2026 17:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=8F=E5=8F=B7=E8=B7=A8=E9=A1=B5=E8=BF=9E?= =?UTF-8?q?=E7=BB=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/subjectMajor/major/index.vue | 5 +++++ frontend/src/views/teachBusiness/timetableAdjust/index.vue | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/subjectMajor/major/index.vue b/frontend/src/views/subjectMajor/major/index.vue index 3e33df78..1a6571f7 100644 --- a/frontend/src/views/subjectMajor/major/index.vue +++ b/frontend/src/views/subjectMajor/major/index.vue @@ -412,6 +412,11 @@ export default { this.fetchList() }, methods: { + /** 表格序号(跨页连续) */ + fmtXh(index) { + return (this.pageNum - 1) * this.pageSize + index + 1 + }, + /** 创建空表单 */ createEmptyForm() { return { diff --git a/frontend/src/views/teachBusiness/timetableAdjust/index.vue b/frontend/src/views/teachBusiness/timetableAdjust/index.vue index acf9bd7d..176b9aa4 100644 --- a/frontend/src/views/teachBusiness/timetableAdjust/index.vue +++ b/frontend/src/views/teachBusiness/timetableAdjust/index.vue @@ -228,6 +228,7 @@ {{ detailData.kcmc || '-' }} {{ detailData.sqjyxm || detailData.sqjybh || '-' }} {{ detailData.sy || '-' }} + {{ detailData.ydsjap || '-' }} {{ fmtRqJc(detailData.rq, detailData.jc) }} {{ detailData.nd || '-' }} {{ fmtDateTime(detailData.cjsj) }} @@ -241,7 +242,6 @@ {{ fmtDateTime(detailData.jyspzsj) }} {{ detailData.jyscsrbh || '-' }} {{ fmtDateTime(detailData.jyscssj) }} - {{ detailData.fhyj || '-' }} {{ detailData.jxnr || '-' }} {{ detailData.jxyd || '-' }} {{ detailData.jxff || '-' }}