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',