This commit is contained in:
DESKTOP-VMMLSOQ\wangzg 2024-08-07 23:44:13 +08:00
parent 6d2ae6196b
commit 7da697bdc2
13 changed files with 25 additions and 81 deletions

View File

@ -41,15 +41,15 @@ https://1x.antdv.com/components/icon/
## 路由说明
登录页 /login
登录页 /login 对接完成
### 管理页
用户管理 /manager/user
角色管理 /manager/role
菜单管理 /manager/menu
设备管理 /manager/device
工序管理 /manager/organized
用户管理 /manager/user 对接完成
角色管理 /manager/role 对接完成
菜单管理 /manager/menu 对接完成
设备管理 /manager/device 对接完成
工序管理 /manager/organized 对接完成
### 用户端
@ -57,22 +57,22 @@ https://1x.antdv.com/components/icon/
#### 有组织
有组织排放 /youzuzhi/paifang 待联调
有组织排放统计 /youzuzhi/paifangtongji 待联调
有组织排放 /youzuzhi/paifang 缺少排放源清单接口
有组织排放统计 /youzuzhi/paifangtongji 待联调 接口暂无
#### 无组织
无组织排放 /wuzuzhi/paifang 待联调
洗车机管理 /wuzuzhi/xichejiguanli (已做)待联调
环境治理 /wuzuzhi/huanjingzhili 待联调
环卫巡航 /wuzuzhi/huanweixunhang (已做)待联调
无组织排放 /wuzuzhi/paifang 待联调 接口暂无
洗车机管理 /wuzuzhi/xichejiguanli 待联调 缺少导出接口 监控信息 运行信息
环境治理 /wuzuzhi/huanjingzhili 待联调 缺少 实时数据的接口
环卫巡航 /wuzuzhi/huanweixunhang 待联调
#### 清洁运输
清洁运输 /cleanTravel/home 联调完成
厂区车辆台账 /cleanTravel/ledger 联调完成
清洁运输趋势 /cleanTravel/trend
磅秤台账 /cleanTravel/bangcheng (已做)待联调
清洁运输趋势 /cleanTravel/trend 待联调 /api/Transport/gettransport
磅秤台账 /cleanTravel/bangcheng 待联调 不要了
#### 视频广场

View File

@ -1,9 +1,4 @@
<!--
* @Description: Description
* @ComponentName: BFC
* @Author: wangzhigang11
* @Date: 2023-05-10 18:59
-->
<template>
<div class="BFC">
<div v-if="showLeft" class="left" :style="curStyle">

View File

@ -1,9 +1,4 @@
<!--
* @Description: Description
* @ComponentName: FlexCol
* @Author: wangzhigang11
* @Date: 2023-05-10 13:42
-->
<template>
<div class="FlexCenter" :style="{height: cHeight}">
<slot></slot>

View File

@ -1,9 +1,4 @@
<!--
* @Description: Description
* @ComponentName: FlexCol
* @Author: wangzhigang11
* @Date: 2023-05-10 13:42
-->
<template>
<div class="FlexCol" :style="curStyle">
<slot></slot>

View File

@ -1,9 +1,4 @@
<!--
* @Description: Description
* @ComponentName: FlexCol
* @Author: wangzhigang11
* @Date: 2023-05-10 13:42
-->
<template>
<div class="FlexRow" :style="{height: cHeight}">
<slot></slot>

View File

@ -1,9 +1,4 @@
<!--
* @Description: 内容
* @ComponentName: ModuleContent
* @Author: wangzhigang11
* @Date: 2023-05-06 18:30
-->
<template>
<div class="Content " :style="curStyle">
<div class="content-box" :style="{padding}" :class="{ noneEvent }">

View File

@ -1,9 +1,4 @@
<!--
* @Description: 内容
* @ComponentName: ModuleContent
* @Author: wangzhigang11
* @Date: 2023-05-06 18:30
-->
<template>
<div class="bg">
<slot></slot>

View File

@ -1,9 +1,4 @@
<!--
* @description:
* @component: TabItem
* @author: wangzhigang11
* @date: 2023/11/9 11:12
-->
<template>
<div class="TabItem" :class="{ selected }" v-on="$listeners" v-bind="$attrs">
<slot></slot>

View File

@ -1,9 +1,4 @@
<!--
* @Description: 内容
* @ComponentName: ModuleContent
* @Author: wangzhigang11
* @Date: 2023-05-06 18:30
-->
<template>
<div class="Content " :style="curStyle">
<div class="content-header" :class="{ border }"></div>

View File

@ -1,9 +1,4 @@
<!--
* @description:
* @component: index
* @author: wangzhigang11
* @date: 2023/8/21 19:30
-->
<template>
<div class="index">
<div :style="autoStyle" class="iframe-container">

View File

@ -26,7 +26,6 @@
<ModuleContent2 bg padding="20px">
<a-row :gutter="16">
<a-col :span="18">
<CustomTable
hide-action
hide-search

View File

@ -1,9 +1,4 @@
<!--
* @description:
* @component: index
* @author: wangzhigang11
* @date: 2023/8/21 19:30
-->
<template>
<div class="index">
<div :style="autoStyle" class="iframe-container">

View File

@ -1,9 +1,4 @@
/**
* @Description: 工具类
* @ComponentName: tools
* @Author: wangzhigang11
* @Date: 2022-08-08 14:30
*/
// 开始动画
export const raf =
window.requestAnimationFrame ||