From d9881d71ac98df533887860404895e8c0aca5672 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 22 Jul 2024 13:16:32 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/ywgl/rywh/turn_apply_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebRoot/view/ywgl/rywh/turn_apply_list.html b/WebRoot/view/ywgl/rywh/turn_apply_list.html index 8d6f16a5..67cdc525 100644 --- a/WebRoot/view/ywgl/rywh/turn_apply_list.html +++ b/WebRoot/view/ywgl/rywh/turn_apply_list.html @@ -107,7 +107,7 @@ cols: [[ { title: '序号', align: 'center', width: "5%", type: 'numbers' }, { title: '姓名', field: 'person_name', align: 'center', width: "15%" }, - { title: '转入学校', field: 'source_bureau_name', align: 'center', width: "20%" }, + { title: '转入学校', field: 'target_bureau_name', align: 'center', width: "20%" }, { title: '调转说明', field: 'apply_message', align: 'center' }, { title: '状态', field: 'apply_status_name', align: 'center', width: "5%" }, { title: '操作', toolbar: '#table-bar', align: 'center', width: "10%" }