+ [task#132861,doing,0.3h] add system page for release.

This commit is contained in:
caoyanyi
2024-11-25 14:38:50 +08:00
committed by 田淑杰
parent a6b5099193
commit 35a57af692
@@ -54,3 +54,24 @@ foreach($appList as $system)
$i ++;
}
jsVar('+itemIndex', $i);
div
(
setID('systemForm'),
h::table
(
h::tbody
(
setClass('form'),
$systemTR,
input
(
set::type('hidden'),
set::name('removeExecution'),
set::value('no')
)
)
)
);