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