Commit 8e606cc5 authored by 李苏's avatar 李苏 💬

bug修改

parent 6b0d2630
......@@ -95,7 +95,7 @@
// " <div style=\"width: 100%;height: 100%;border: 1px solid #D3D3D3;position: relative\" >" +
" <div class=\"\" style=\"width: 50%;height: 50%;border: 1px solid #D3D3D3;;display: inline-block;position: absolute; top:50%;left:50%;transform:translate(-50%,-50%);\">" +
" <label style=\"text-align: left;font-weight: 700;\">反馈结果</label>" +
" <div class=\"mx-dataTable hb-text\" style=\"margin-top: 60px;bottom: 0;border: none;text-align: center\">" +
" <div id=\"ishgs\" class=\"mx-dataTable hb-text\" style=\"margin-top: 60px;bottom: 0;border: none;text-align: center\">" +
" 合格" +
" </div>" +
" <div>" +
......@@ -111,6 +111,10 @@
" </div>" +
" </div>");
jy(rowData);
if(rowData.hgbz=="N"){
$("#ishgs").text("不合格,不合格数量:"+rowData.bhgsl)
}
}
else if(index==2){
$wxListContainer.html("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment