수정 #27

Merged
owrainfo merged 1 commits from feature/template into master 2026-01-19 13:18:53 +09:00
Showing only changes of commit d480fb1dfa - Show all commits

View File

@@ -521,7 +521,7 @@
} }
}, },
{ {
data: null, render: function (data, type, row) { data: null, render: function (data, type, row, meta) {
var str = ` var str = `
<div class="d-flex justify-content-center gap-1"> <div class="d-flex justify-content-center gap-1">
<input type="text" id="pm_cnt2_${meta.row}" value="${row.pm_cnt}"/ style="width: 80px;"> <input type="text" id="pm_cnt2_${meta.row}" value="${row.pm_cnt}"/ style="width: 80px;">