From fa15d06bd5c53f810478fc02d7ce356d4635628b Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Thu, 9 Jan 2025 09:37:20 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/yunxiao/match_lesson.html | 2 +- WebRoot/view/yunxiao/match_school_name.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebRoot/view/yunxiao/match_lesson.html b/WebRoot/view/yunxiao/match_lesson.html index b9717eda..4215a531 100644 --- a/WebRoot/view/yunxiao/match_lesson.html +++ b/WebRoot/view/yunxiao/match_lesson.html @@ -63,7 +63,7 @@ cols: [[ { title: '序号', field: 'username', align: 'center', width: "5%", type: 'numbers', }, { title: '课程名称', field: 'lesson_name', align: 'left' }, - { title: '未匹配的原学校名称', field: 'original_school_name', width: "30%", align: 'left' }, + { title: '原学校名称', field: 'original_school_name', width: "30%", align: 'left' }, { title: '操作', toolbar: '#user-bar', align: 'center', width: "10%" } ]], skin: 'line', diff --git a/WebRoot/view/yunxiao/match_school_name.html b/WebRoot/view/yunxiao/match_school_name.html index fe24e0e8..a288684c 100644 --- a/WebRoot/view/yunxiao/match_school_name.html +++ b/WebRoot/view/yunxiao/match_school_name.html @@ -62,7 +62,7 @@ }, cols: [[ { title: '序号', field: 'username', align: 'center', width: "10%", type: 'numbers', }, - { title: '未匹配的原学校名称', field: 'original_school_name', align: 'center' }, + { title: '原学校名称', field: 'original_school_name', align: 'center' }, { title: '操作', toolbar: '#user-bar', align: 'center', width: "15%" } ]], skin: 'line',