摘要: @model StudentSys.Models.SysRole@{ ViewBag.Title = "更新角色"; Layout = null;}<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>更新角色</title> <meta 阅读全文
posted @ 2022-05-22 10:45 .net&new 阅读(123) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "添加角色"; Layout = null;}<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>添加角色</title> <meta name="viewport" content="width= 阅读全文
posted @ 2022-05-22 10:43 .net&new 阅读(63) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json;using StudentSys.data;using StudentSys.Filter;using StudentSys.Models;using StudentSys.ViewModel;using System;using System.Colle 阅读全文
posted @ 2022-05-22 10:42 .net&new 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 后台代码: using Newtonsoft.Json;using StudentSys.data;using StudentSys.Filter;using StudentSys.Models;using System;using System.Collections.Generic;using 阅读全文
posted @ 2022-05-22 10:33 .net&new 阅读(100) 评论(0) 推荐(0) 编辑
摘要: public string Delete() { int id = int.Parse(Request["idsStr"]); YuanGongDb dbcontext = new YuanGongDb(); var user = dbcontext.SysUser.FirstOrDefault(o 阅读全文
posted @ 2022-05-22 10:06 .net&new 阅读(51) 评论(0) 推荐(0) 编辑
摘要: @model StudentSys.Models.SysUser@{ ViewBag.Title = "更新用户"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>更新用户</title> <met 阅读全文
posted @ 2022-05-22 10:05 .net&new 阅读(97) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "添加用户"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>添加用户</title> <meta name="viewport" content="width 阅读全文
posted @ 2022-05-22 10:04 .net&new 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 效果图片: @{ ViewBag.Title = "员工列表"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>员工列表</title> <meta name="viewport" content= 阅读全文
posted @ 2022-05-22 10:01 .net&new 阅读(120) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;}<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>员工管理系统</title> <meta name="viewport" content="width=device-width, initial- 阅读全文
posted @ 2022-05-22 09:59 .net&new 阅读(205) 评论(1) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "员工登录"; Layout = null;} <!DOCTYPE html><html lang="en" class="page-fill"><head> <meta charset="UTF-8"> <title>员工登录</title> <meta na 阅读全文
posted @ 2022-05-22 09:57 .net&new 阅读(201) 评论(0) 推荐(0) 编辑