@@ -4201,7 +4201,7 @@ $(document).ready(function() {
li.remove();
for (const a of data2) {
const aLi = $('li[auditorId=' + a.audit_id + ']');
- $('span', aLi).text(a.audit_order + ' ' + a.name + ' ');
+ $('div:first', aLi).text(a.audit_order);
}
// 如果是重新上报
@@ -178,7 +178,7 @@ $(document).ready(function () {
for (const rst of result) {
const aLi = $('li[auditorId=' + rst.aid + ']');
- $('span', aLi).text(rst.order + ' ' + rst.name + ' ');
+ $('div:first', aLi).text(rst.order);
@@ -781,7 +781,8 @@
+ aLi.children