摘要: EmpBasic.vue <template> <div> <div> <div style="display: flex;justify-content: space-between"> <div> <el-input placeholder="请输入员工名进行搜索,可以直接回车搜索..." pr 阅读全文
posted @ 2020-08-09 21:16 柒丶月 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 创建分页查询的model RespPageBean public class RespPageBean { private Long total; private List<?> data; //set get EmployeeController @RestController @RequestM 阅读全文
posted @ 2020-08-09 19:32 柒丶月 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 当springboot应用启动的时候,就冲主方法里面进行启动的 @SpringBootApplication public class SpringBoot02ConfigAutoconfigApplication { public static void main(String[] args) { 阅读全文
posted @ 2020-08-09 19:10 柒丶月 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 给登录页面增加数据加载进度条 效果 其他表格组件也可以这样加 阅读全文
posted @ 2020-08-09 15:40 柒丶月 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 前端页面设计 <template> <div> <div style="margin-top: 10px;display: flex;justify-content: center"> <el-input v-model="keywords" placeholder="通过用户名搜索用户..." p 阅读全文
posted @ 2020-08-09 14:39 柒丶月 阅读(152) 评论(0) 推荐(0) 编辑