first commit

This commit is contained in:
2026-07-23 09:40:36 +08:00
commit 090abf48fa
989 changed files with 145728 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<div class="border">
<div id="logList" class="log-timeline p-3"></div>
</div>
<script>
function project_log(){
let oaEdit = layui.oaEdit;
oaEdit.log('logList','Project',project_id);
}
</script>