You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
blank 79b082fc36 first commit 7 months ago
.hbuilderx first commit 7 months ago
assets/iconfont first commit 7 months ago
components first commit 7 months ago
pages first commit 7 months ago
static first commit 7 months ago
store first commit 7 months ago
uni_modules first commit 7 months ago
utils first commit 7 months ago
.gitignore first commit 7 months ago
App.vue first commit 7 months ago
README.md first commit 7 months ago
index.html first commit 7 months ago
main.js first commit 7 months ago
manifest.json first commit 7 months ago
package-lock.json first commit 7 months ago
package.json first commit 7 months ago
pages.json first commit 7 months ago
uni.scss first commit 7 months ago

README.md

水利运维平台

功能

  • 站点监控页面信息

    • 测站基本信息
    • 站点监测状态
    • 异常情况告警
  • 运维管理页面信息

    • 消息推送(小程序消息推送功能)
    • 查询联系人
    • 维修设备
  • 用户操作交互功能

    • 维修执行(扫描二维码)
    • 发布任务
    • 延期申请
    • 站点搜索
    • 设备搜索

项目技术栈

  • uni-app框架
  • uview扩展组件库
  • HBuilder打包

#4 用户信息页面布局 2022/6/2

  • .index主页中新增info用户信息页
  • .index主页底部布局tabbar切换栏
  • 获取用户信息,实现用户权限查询和登录
  • 修复时间展示处理逻辑

#3 布局主页,接收维护部分页面 2022/5/27

  • 制作标题栏
  • 重构.index主页布局效果
  • 接收maintain.taskrelease发布任务页面
  • 接收maintain.perform维修执行页面
  • 接收maintain.record维修记录页面

#2 设备管理页面布局 2022/5/20

  • 删除.my-nav标题栏组件,修改默认标题栏样式
  • 删除分页器,改变内容布局方式
  • 布局facilities.overview设备管理
  • 布局facilities.details中设备信息和巡查记录
  • 对用户选择告警项和时间范围进行校验
  • station.overview新增模糊查询和分栏切换功能
  • 布局maintain.member维护人员页面
  • 新增设备名称、维护人员姓名、联系方式模糊查询功能
  • 更换平台主题色

#1 完成站点监控页面布局页面布局 2022/5/13

  • 修复.searchbar的语法错误
  • 主页添加临时页面跳转按钮
  • 优化station.overview站点概览
  • 创建.i-nav组件作为标题栏
  • 布局station.details站点详情
  • 布局station.alarm告警处理页面
  • 引入moment模块,反馈用户选择时间
  • 记录选择的处理项,发送id列表
  • 配置状态标记点.i-spot全局样式