111
This commit is contained in:
parent
461ffa19e0
commit
25c5c9e95c
55
README.md
55
README.md
|
|
@ -11,30 +11,8 @@ $ yarn dev
|
||||||
|
|
||||||
# build for production and launch server
|
# build for production and launch server
|
||||||
$ yarn build
|
$ yarn build
|
||||||
$ yarn start
|
|
||||||
|
|
||||||
# generate static project
|
|
||||||
$ yarn generate
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Special Directories
|
|
||||||
|
|
||||||
### mixins
|
|
||||||
|
|
||||||
vue混入代码,主要是自适应相关的代码
|
|
||||||
|
|
||||||
### `assets`
|
|
||||||
|
|
||||||
静态资源
|
|
||||||
|
|
||||||
### `components`
|
|
||||||
|
|
||||||
公共组件目录
|
|
||||||
|
|
||||||
### `layouts`
|
|
||||||
|
|
||||||
布局目录,多了一个管理页
|
|
||||||
|
|
||||||
## 组件库文档地址
|
## 组件库文档地址
|
||||||
https://1x.antdv.com/components/icon/
|
https://1x.antdv.com/components/icon/
|
||||||
|
|
||||||
|
|
@ -43,25 +21,36 @@ https://1x.antdv.com/components/icon/
|
||||||
登录页 /login
|
登录页 /login
|
||||||
|
|
||||||
### 管理页
|
### 管理页
|
||||||
用户管理 /manager/user
|
|名称|路由|
|
||||||
角色管理 /manager/role
|
|---|---|
|
||||||
菜单管理 /manager/menu
|
|用户管理| /manager/user|
|
||||||
设备管理 /manager/device
|
|角色管理| /manager/role|
|
||||||
工序管理 /manager/organized
|
|菜单管理| /manager/menu|
|
||||||
|
|设备管理 |/manager/device|
|
||||||
|
|工序管理 |/manager/organized|
|
||||||
|
|
||||||
### 用户端
|
### 用户端
|
||||||
首页 /home
|
|名称|路由|
|
||||||
|
|---|---|
|
||||||
|
|首页| /home|
|
||||||
|
|
||||||
#### 有组织
|
#### 有组织
|
||||||
有组织
|
有组织
|
||||||
|
|
||||||
#### 无组织
|
#### 无组织
|
||||||
|
| 名称 | 路由 |
|
||||||
|
|-------|----------------------|
|
||||||
|
| 无组织首页 | /wuzuzhi/home |
|
||||||
|
| 洗车机管理 | /wuzuzhi/carWasher |
|
||||||
|
| 环境治理 | /wuzuzhi/environment |
|
||||||
|
|
||||||
#### 清洁运输
|
#### 清洁运输
|
||||||
清洁运输 /cleanTravel/home
|
|名称| 路由 |
|
||||||
厂区车辆台账 /cleanTravel/ledger
|
|---|------------------------|
|
||||||
清洁运输趋势 /cleanTravel/trend
|
|清洁运输 | /cleanTravel/home |
|
||||||
磅秤台账 /cleanTravel/bangcheng
|
|厂区车辆台账| /cleanTravel/ledger |
|
||||||
|
|清洁运输趋势 | /cleanTravel/trend |
|
||||||
|
|磅秤台账 | /cleanTravel/bangcheng |
|
||||||
|
|
||||||
#### 视频广场
|
#### 视频广场
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,30 @@
|
||||||
|
<template>
|
||||||
|
<div class="car-washer">
|
||||||
|
<a-page-header
|
||||||
|
:ghost="false"
|
||||||
|
style="border-bottom: 1px solid rgb(235, 237, 240)"
|
||||||
|
title="厂区车辆台账"
|
||||||
|
@back="() => $router.go(-1)"
|
||||||
|
/>
|
||||||
|
<a-row :gutter="16">
|
||||||
|
<a-col :span="3">
|
||||||
|
|
||||||
|
</a-col>
|
||||||
|
<a-col :span="12">
|
||||||
|
col-12
|
||||||
|
</a-col>
|
||||||
|
<a-col :span="3">
|
||||||
|
col-12
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "list"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="less">
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
@ -75,7 +75,7 @@ import Split from "../../components/smallCommon/Split.vue";
|
||||||
import CusButton3 from "../../components/smallCommon/CusButton3.vue";
|
import CusButton3 from "../../components/smallCommon/CusButton3.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "PeakCoalMonitoring",
|
name: "environment",
|
||||||
components: {
|
components: {
|
||||||
CusButton3,
|
CusButton3,
|
||||||
Split,
|
Split,
|
||||||
|
|
@ -133,22 +133,22 @@ export default {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
columnsForTable: [
|
columnsForTable: [
|
||||||
{
|
{
|
||||||
title: '设备掉线',
|
title: '设备掉线',
|
||||||
dataIndex: 'deviceName',
|
dataIndex: 'deviceName',
|
||||||
width: '33.333%'
|
width: '33.333%'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '故障异常',
|
title: '故障异常',
|
||||||
dataIndex: 'errorName',
|
dataIndex: 'errorName',
|
||||||
width: '33.333%'
|
width: '33.333%'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '异常报警',
|
title: '异常报警',
|
||||||
dataIndex: 'errorImg',
|
dataIndex: 'errorImg',
|
||||||
width: '33.333%'
|
width: '33.333%'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
title: '排放标准',
|
title: '排放标准',
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
<script>
|
<script setup>
|
||||||
export default {
|
|
||||||
name: "list"
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
Loading…
Reference in New Issue