# NorseAdmin **Repository Path**: norsego/NorseAdmin ## Basic Information - **Project Name**: NorseAdmin - **Description**: 基于EasyAdmin8搭建的系统,PHP 最低版本要求不低于 8.2、Layui v2.x - **Primary Language**: PHP - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.norsego.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 107 - **Created**: 2026-08-03 - **Last Updated**: 2026-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NorseAdmin ## 前端配置 ### 表格 ```javascript ea.table.render({ pageTop: false, //关闭列表顶部分页 skin: 'line|row', //边框风格 even: true, //开启隔行背景 defaultToolbar: [],//右侧工具栏['filter', 'print', 'exports']。为空时显示一个搜索图标,点击会展开/收起搜索栏,如果想默认隐藏搜索栏,在index.html创建table时加入searchTableShow="false" }) ```