- 预警处置({{ total }})
+ 实时预警({{ total }})
{
+ warningDisposal({ pageSize: this.pageSize, pageNum: this.pageNum, companyId: this.companyID }).then(res => {
this.tableData = res.data
this.total = res.total
})
@@ -128,7 +131,8 @@ export default {
height: 100%;
display: flex;
justify-content: space-between;
- align-items: center;
+
+
}
/deep/.el-input {
diff --git a/src/views/enterpriseArchives/index.vue b/src/views/enterpriseArchives/index.vue
index 4b4c970..35daae1 100644
--- a/src/views/enterpriseArchives/index.vue
+++ b/src/views/enterpriseArchives/index.vue
@@ -7,10 +7,10 @@
共有{{ item
- }}条数据
+ }}家企业
-
-
检索历史
+
最近搜索
{{
item
}}
@@ -131,8 +131,8 @@ export default {
searchList({ searchValue: this.modifiedText, pageNum: this.pageNum, pageSize: this.pageSize }).then(res => {
if (res.total || res.data.length) {
this.$set(this, 'resultList1', res.data)
- console.log(res.data, 'res.data');
- console.log(this.resultList1, 'this.resultList1');
+ // console.log(res.data, 'res.data');
+ // console.log(this.resultList1, 'this.resultList1');
this.total1 = res.total
//this.isShow = true
this.gethistoryList()
diff --git a/src/views/head.vue b/src/views/head.vue
index 7fa86dc..8a4c0eb 100644
--- a/src/views/head.vue
+++ b/src/views/head.vue
@@ -8,7 +8,7 @@
@@ -82,7 +82,7 @@ export default {
.headText {
font-family: YouSheBiaoTiHei;
- font-size: 40px;
+ font-size: 38px;
color: #edf6ff;
letter-spacing: 4px;
text-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
@@ -91,7 +91,8 @@ export default {
}
.jingGuan {
- margin-left: 100px;
+ position: absolute;
+ right: 30px;
display: flex;
color: #edf6ff;
align-items: center;
@@ -153,7 +154,7 @@ export default {
align-items: center;
.el-menu-item {
- width: 130px;
+ width: 100px;
height: 35px;
display: flex;
justify-content: center;
diff --git a/src/views/safetyIndex/index.vue b/src/views/safetyIndex/index.vue
new file mode 100644
index 0000000..c571ebe
--- /dev/null
+++ b/src/views/safetyIndex/index.vue
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 9d01976..153681e 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,8 +1,6 @@
const CopyWebpackPlugin = require('copy-webpack-plugin');
module.exports = {
- publicPath: process.env.NODE_ENV === 'production'
- ? '/production-sub-path/'
- : '/',
+ publicPath: '/',
configureWebpack: {
plugins: [
new CopyWebpackPlugin([