mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
$(function(){
|
|
ua.table.render({
|
|
init: init,
|
|
cols: [[
|
|
{{indexCols}}
|
|
]],
|
|
});
|
|
|
|
ua.listen();
|
|
}) |