From b6cc89d82e03608d69bf92b212c3f27b6f0ea667 Mon Sep 17 00:00:00 2001 From: zhangcheng Date: Wed, 23 Sep 2020 15:23:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/views/layout/main-navbar.vue | 3 +- src/views/layout/main-sidebar-sub-menu.vue | 3 +- src/views/layout/main-sidebar.vue | 3 +- src/views/layout/main.vue | 3 +- src/views/modules/device/device-detail.vue | 5 +-- src/views/modules/device/device-main.vue | 50 ++++++++++------------ 7 files changed, 32 insertions(+), 37 deletions(-) diff --git a/config/index.js b/config/index.js index 998aed4..b360797 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/lz_management': { - target: 'http://localhost:8080', + target: 'https://tlzmanagement.ldxinyong.com', changeOrigin: true } }, diff --git a/src/views/layout/main-navbar.vue b/src/views/layout/main-navbar.vue index 4696326..9b90e39 100644 --- a/src/views/layout/main-navbar.vue +++ b/src/views/layout/main-navbar.vue @@ -54,6 +54,7 @@ diff --git a/src/views/modules/device-manage/componments/query-form/index.vue b/src/views/modules/device-manage/componments/query-form/index.vue new file mode 100644 index 0000000..b07710f --- /dev/null +++ b/src/views/modules/device-manage/componments/query-form/index.vue @@ -0,0 +1,143 @@ + + + + + + diff --git a/src/views/modules/device-manage/index.vue b/src/views/modules/device-manage/index.vue new file mode 100644 index 0000000..3d2e86e --- /dev/null +++ b/src/views/modules/device-manage/index.vue @@ -0,0 +1,103 @@ + + + + + + + + diff --git a/src/views/modules/result/record/recorddetail-add-or-update.vue b/src/views/modules/result/record/recorddetail-add-or-update.vue index 2e20dcc..a7bd4b4 100644 --- a/src/views/modules/result/record/recorddetail-add-or-update.vue +++ b/src/views/modules/result/record/recorddetail-add-or-update.vue @@ -8,17 +8,11 @@ - + +
- diff --git a/src/views/modules/result/record/recorddetail.vue b/src/views/modules/result/record/recorddetail.vue index 454b47e..9299dbd 100644 --- a/src/views/modules/result/record/recorddetail.vue +++ b/src/views/modules/result/record/recorddetail.vue @@ -326,7 +326,7 @@ export default { } else if (rowIndex === (this.yeJiCheckNum + 1)) { return { - rowspan: 2, + rowspan: this.wenHuaJiaZhiGuanNum, colspan: 1 } } else if (rowIndex >= (this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum) && rowIndex <= (this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum + this.lastResultNum)) { @@ -352,13 +352,9 @@ export default { } } - if (rowIndex >= this.yeJiCheckNum + 1 && rowIndex < this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum) { - if (columnIndex === 1) { - return [1, 2] - } else if (columnIndex === 2) { - return [0, 0] - } - } + /* if (rowIndex >= this.yeJiCheckNum + 1 && rowIndex < this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum) { + + }*/ if (rowIndex === this.yeJiCheckNum + 1 + this.wenHuaJiaZhiGuanNum) { if (columnIndex === 0) { return [1, 2] diff --git a/src/views/modules/staff/profile/componments/chart-form/index.vue b/src/views/modules/staff/profile/componments/chart-form/index.vue index 283d52d..c6c9fa6 100644 --- a/src/views/modules/staff/profile/componments/chart-form/index.vue +++ b/src/views/modules/staff/profile/componments/chart-form/index.vue @@ -69,11 +69,9 @@ export default { a: { color: '#ccc', textAlign: 'center' - } } } - } } },