✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!
🧑🎓 学生管理系统网页设计 、OA管理系统、后台管理模板、智能停车系统、等网站的设计与制作。
<hr>
🏷️HTML网页设计,采用DIV+CSS布局,共有多个页面,排版整洁,内容丰富,主题鲜明,首页使用CSS排版比较丰富,色彩鲜明有活力,导航与正文字体分别设置不同字号大小。导航区域设置了背景图。子页面有纯文字页面和图文并茂页面。
🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。
📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。
📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;
📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html文件包含:其中index.html是首页、其他html为二级页面;
(2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
(3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。
<hr>
<!DOCTYPE html>
<html lang="en" xmlns:v-on="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<title>管理系统</title>
<!--引用的一些样式-->
<link rel="stylesheet" href="js/reset.css" type="text/css" />
<link rel="stylesheet" href="css/elementUi.css" type="text/css" />
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/base.css" type="text/css" />
<link rel="stylesheet" href="css/main.css" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--引用的vue 和elementui组建库-->
<script src="js/vue.js"></script>
<script src="js/elementUi.js"></script>
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/echarts.js"></script>
<!--这是样式-->
<style>
#tianjia {
margin-bottom: 20px;
}
#tianjia>input {
margin-right: 20px;
}
.title {
padding: 10px;
border-bottom: 1px solid #00ffff;
}
.mask {
width: 300px;
height: 250px;
background: rgba(255, 255, 255, 1);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 47;
border-radius: 5px;
}
#mask {
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
position: fixed;
z-index: 4;
top: 0;
left: 0;
}
.el-header {
background-color: #B3C0D1;
color: #333;
line-height: 60px;
}
.el-aside {
color: #333;
}
#demo {
/* 必须设置宽高*/
width: 1000;
height: 600px;
}
</style>
</head>
<body>
<div id="one" align="center" style="display: flex;">
<el-container style="height: 100vh; border: 1px solid #eee">
<el-aside width="200px" style="background-color: rgb(238, 241, 246)">
<el-menu :default-openeds="['1', '3']">
<el-submenu index="1">
<template slot="title"><i class="el-icon-message"></i>角色管理</template>
<el-menu-item-group>
<template slot="title">角色管理</template>
<el-menu-item index="1-1">角色管理</el-menu-item>
<el-menu-item index="1-2">角色管理</el-menu-item>
</el-menu-item-group>
</el-submenu>
</el-menu>
</el-aside>
<el-container>
<el-header style="text-align: right; font-size: 12px">
<el-dropdown>
<i class="el-icon-setting" style="margin-right: 15px"></i>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item>查看</el-dropdown-item>
<el-dropdown-item>新增</el-dropdown-item>
<el-dropdown-item>删除</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<span>王小虎</span>
</el-header>
<el-main>
<el-form align="center" style="margin-left:20px">
<!--第一行 标题-->
<el-row style="display:flex">
<font size="50px" color="black">角色管理</font>
</el-row>
<!--这是新增的查询功能-->
<input type="text" placeholder="请输入要查询的条件"
style="width:45%;display:flex;margin-top: 20px;height: 34px;" v-model="search"
v-on:input="searchFn">
<!--第二行 添加按钮 -->
<div id="tianjia" style="display:flex;margin-top: 20px;">
<input type="text" name="id" v-model="addDetail.id" value="" placeholder="请输入公司代号"
style="width:20%">
<input type="text" name="name" v-model="addDetail.name" value="" placeholder="请输入公司名称"
style="width:20%">
<input type="text" name="adress" v-model="addDetail.adress" value="" placeholder="请输入公司地址"
style="width:20%">
<el-button type="success" size="big" round="true" @click.native.prevent="adddetail()">
<font color="#f0f8ff" size="2px">添加</font>
</el-button>
</div>
<!--第三行 展示数据区域-->
<el-form>
<el-table :data="newsList" style="width:100%">
<el-table-column prop="id" label="公司代号"></el-table-column>
<el-table-column prop="name" label="公司名称"></el-table-column>
<el-table-column prop="adress" label="公司地址"></el-table-column>
<!--增加 操作 菜单 以及旗下的子菜单 增加 修改-->
<el-table-column label="操作" width="150">
<template slot-scope="scope">
<!--修改按钮-->
<el-button @click.native.prevent="editdetail(scope.$index,newsList)" type="info"
size="small">修改</el-button>
<!--删除按钮-->
<el-button @click.native.prevent="deletedetail(scope.$index,newsList)"
type="danger" size="small">删除</el-button>
</template>
</el-table-column>
</el-table>
</el-form>
<div id="demo"></div>
<!--编辑弹框部分-->
<div>
<el-dialog title="编辑" :visible.sync="dialogFormVisible" width="30%"
:before-close="handleClose" append-to-body="true">
<!--这就是一个表格-->
<el-form :model="form">
<!--公司ID-->
<el-form-item label="公司ID">
<el-input v-model="form.id" autocomplete="off"></el-input>
</el-form-item>
<!--公司名称-->
<el-form-item label="公司名称">
<el-input v-model="form.name" autocomplete="off"></el-input>
</el-form-item>
<!--公司地址-->
<el-form-item label="公司地址">
<el-input v-model="form.adress" autocomplete="off"></el-input>
</el-form-item>
</el-form>
<!--确定, 取消 按钮-->
<div>
<el-button type="primary" @click.native.prevent="editSubForm" :loading="addLoading">
确定
</el-button>
<el-button @click.native.prevent="dialogFormVisible=false">取消</el-button>
</div>
</el-dialog>
</div>
</el-form>
<!-- <el-table :data="tableData">
<el-table-column prop="date" label="日期" width="140">
</el-table-column>
<el-table-column prop="name" label="姓名" width="120">
</el-table-column>
<el-table-column prop="address" label="地址">
</el-table-column>
</el-table> -->
</el-main>
</el-container>
</el-container>
</div>
</body>
<script>
var _index;
new Vue({
el: "#one",
/*定义的数据*/
data: {
clonenewsList: [],
checked: true,
tableform: [],
formLabeWidth: '120px',
dialogFormVisible: false,
editForm: [],
selectList: {},
search: "",
currentPage: 1,
addDetail: {},
editList: false,
editDetail: {},
radio: 1,
form: {
id: "",
name: "",
adress: ""
},
/*表格中写死的数据*/
newsList: [
{
id: "001",
name: "阿里巴巴",
adress: "杭州湖畔花园",
}, {
id: "002",
name: "工银科技",
adress: "北京朝阳区天源祥泰大厦"
}, {
id: "003",
name: "IBM",
adress: "海淀区中关村软件园"
},
]
/*写死的数据结束*/
},
methods: {
/*添加方法*/
adddetail: function () {
this.$confirm('确认进行添加', '是否继续?', '提示', {
confirmButtonText: '确定',
confirmButtonText: '取消',
}).then(() => {
this.newsList.push({
id: this.addDetail.id,
name: this.addDetail.name,
adress: this.addDetail.adress,
}),
/*成功添加之后的提示信息*/
this.$message({
type: 'success',
message: '添加成功',
})
}).catch((err) => {
this.$message({
type: 'error',
message: err
})
})
},
/*删除方法*/
deletedetail: function (index, rows) {
this.$confirm('此操作将删除数据,', '是否继续?', '提示', {
confirmButtonText: '确定',
confirmButtonText: '取消',
type: 'warning'
}).then(() => {
this.newsList.splice(index, 1)
this.$message({
type: 'success',
message: '删除成功',
})
}).catch((err) => {
this.$message({
type: 'error',
message: err
})
})
},
/*修改方法*/
editdetail: function (index, rows) {
this.dialogFormVisible = true
this.selected = index;
this.form = JSON.parse(JSON.stringify(this.newsList))[index];
},
/*提交修改*/
editSubForm: function () {
Vue.set(this.newsList, this.selected, this.form);
this.getShowData(this.newsList);
this.dialogFormVisible = false;
},
/*查询方法*/
searchFn: function (e) {
var key = e.target.value;
/*查询公司ID*/
if (key) {
var serchArray = [];
this.newsList.forEach(function (item) {
if (item.id.indexOf(key) > -1) {
serchArray.push(item);
}
/*name查询*/
if (item.name.indexOf(key) > -1) {
serchArray.push(item);
}
/*地址查询*/
if (item.adress.indexOf(key) > -1) {
serchArray.push(item);
}
});
this.getShowData1(serchArray);
} else {
this.getShowData1(this.newsList);
}
},
/*获取需要渲染到页面中的数据*/
getShowData: function (arr) {
this.clonenewsList = JSON.parse(JSON.stringify(arr));
},
/*专门为查询写的渲染数据*/
getShowData1: function (arr) {
this.newsList = JSON.parse(JSON.stringify(arr));
},
/*分页功能代码*/
handleSizeChange(val) {
console.log(`每页${val}条`);
},
handleCurrentChange(val) {
console.log(`当前页:$(val)`);
},
handleOpen(key, keyPath) {
console.log(key, keyPath);
},
handleClose(key, keyPath) {
console.log(key, keyPath);
}
}
})
let myChart = echarts.init(document.getElementById("demo"))
// var chartDom = document.getElementById('main');
var option;
option = {
xAxis: {
type: 'category',
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [
{
data: [120, 200, 150, 80, 70, 110, 130],
type: 'bar',
showBackground: true,
backgroundStyle: {
color: 'rgba(180, 180, 180, 0.2)'
}
}
]
};
option && myChart.setOption(option);
</script>
</html>
<hr>
21年程序员总结给编程菜鸟的16条忠告
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。