摘要: 上课时长180分钟,个人作业基本完成 课上进行结对作业分组。 课后:100分钟,继续写个人作业剩余部分。 代码量200行。 阅读全文
posted @ 2024-03-26 18:40 Hbro 阅读(4) 评论(0) 推荐(0)
摘要: 仓库管理模块 <template> <div> <div style="margin-bottom: 5px;"> <el-input v-model="name" placeholder="请输入仓库名" suffix-icon="el-icon-search" style="width: 200 阅读全文
posted @ 2024-03-25 19:52 Hbro 阅读(41) 评论(0) 推荐(0)
摘要: 记录管理模块 <template> <div> <div style="margin-bottom: 5px;"> <el-input v-model="name" placeholder="请输入物品名" suffix-icon="el-icon-search" style="width: 200 阅读全文
posted @ 2024-03-24 18:38 Hbro 阅读(9) 评论(0) 推荐(0)
摘要: 货物种类管理模块 <template> <div> <div style="margin-bottom: 5px;"> <el-input v-model="name" placeholder="请输入分类名" suffix-icon="el-icon-search" style="width: 2 阅读全文
posted @ 2024-03-23 19:18 Hbro 阅读(18) 评论(0) 推荐(0)
摘要: 货物管理模块 <template> <div> <div style="margin-bottom: 5px;"> <el-input v-model="name" placeholder="请输入物品名" suffix-icon="el-icon-search" style="width: 200 阅读全文
posted @ 2024-03-22 19:32 Hbro 阅读(29) 评论(0) 推荐(0)
摘要: <template> <div> <div style="margin-bottom: 5px;"> <el-input v-model="name" placeholder="请输入名字" suffix-icon="el-icon-search" style="width: 200px;" @ke 阅读全文
posted @ 2024-03-21 18:46 Hbro 阅读(31) 评论(0) 推荐(0)
摘要: 侧边栏 <template> <el-menu background-color="#545c64" text-color="#fff" active-text-color="#ffd04b" style="height: 100vh;" default-active="/Home" :collap 阅读全文
posted @ 2024-03-20 19:53 Hbro 阅读(11) 评论(0) 推荐(0)
摘要: 头部编写 <template> <div style="display: flex; line-height: 60px;"> <div style="margin-top: 8px;"> <i :class="icon" style="font-size: 20px;cursor: pointer 阅读全文
posted @ 2024-03-18 17:22 Hbro 阅读(25) 评论(0) 推荐(0)
摘要: 系统主界面 <template> <el-container style="height: 100%; border: 1px solid #eee"> <el-aside :width="aside_width" style="background-color: rgb(238, 241, 246 阅读全文
posted @ 2024-03-17 18:41 Hbro 阅读(13) 评论(0) 推荐(0)
摘要: 登录页面编写 <template> <div class="loginBody"> <div class="loginDiv"> <div class="login-title"> <h1 class="login-title">用户登录</h1> <el-form :model="loginFor 阅读全文
posted @ 2024-03-16 20:50 Hbro 阅读(27) 评论(0) 推荐(0)