diff --git a/WebRoot/view/jrgl/sync/dwpp/list_y.html b/WebRoot/view/jrgl/sync/dwpp/list_y.html index 10fb6328..270b8d76 100644 --- a/WebRoot/view/jrgl/sync/dwpp/list_y.html +++ b/WebRoot/view/jrgl/sync/dwpp/list_y.html @@ -20,7 +20,7 @@ .not-equal-color { color: #FFB800 !important; - } + } .woo-tool-span { margin: 0 3px; @@ -56,6 +56,15 @@ {{# } }} + + + @@ -73,7 +82,7 @@ var table = layui.table; var form = layui.form; var $ = layui.jquery; - var common = layui.common; + var common = layui.common; tableRender(); @@ -95,7 +104,8 @@ { title: '序号', unresize: true, align: 'center', width: "5%", type: 'numbers' }, { title: '单位名称', unresize: true, align: 'center', templet: '#org_name_tpl' }, { title: '第三方系统单位名称', unresize: true, align: 'center', templet: '#ty_org_name_tpl' }, - { title: '单位类型', unresize: true, align: 'center', field: 'bureau_type_name', width: "20%" }, + { title: '单位类型', unresize: true, align: 'center', field: 'bureau_type_name', width: "15%" }, + { title: '匹配类型', unresize: true, align: 'center', width: "15%", templet: '#match_tpl' }, { title: '操作', unresize: true, align: 'center', width: "10%", toolbar: '#table-bar' } ]], skin: 'line',