修复表格对不齐问题
This commit is contained in:
@@ -177,9 +177,10 @@ patch(ListRenderer.prototype, 'jikimo_frontend.ListRenderer', {
|
|||||||
const thead_th_num = thead_tr.children().length
|
const thead_th_num = thead_tr.children().length
|
||||||
const tbody_tr_num = tbody_tr.children().length
|
const tbody_tr_num = tbody_tr.children().length
|
||||||
const num = thead_th_num - tbody_tr_num
|
const num = thead_th_num - tbody_tr_num
|
||||||
console.log('num', num);
|
|
||||||
if(num == -1) {
|
if(num == -1) {
|
||||||
thead_tr.prepend('<td>序号</td>')
|
tbody.children('tr').each(function () {
|
||||||
|
$(this).children('td').eq(0).remove()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user