diff --git a/WebRoot/view/jrgl/sync/dwpp/list_y.html b/WebRoot/view/jrgl/sync/dwpp/list_y.html index 8627710a..2662674b 100644 --- a/WebRoot/view/jrgl/sync/dwpp/list_y.html +++ b/WebRoot/view/jrgl/sync/dwpp/list_y.html @@ -76,6 +76,7 @@ cols: [[ { title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' }, { title: '单位名称', unresize: true, align: 'center', field: 'org_name' }, + { title: '第三方系统单位名称', unresize: true, align: 'center', field: 'org_name' }, { title: '单位类型', unresize: true, align: 'center', field: 'bureau_type_name', width: "20%" }, { title: '操作', unresize: true, align: 'center', width: "10%", toolbar: '#table-bar' } ]],