From 8d43c8d4285c06f8010c242b401dc5376470e75e Mon Sep 17 00:00:00 2001 From: tianq Date: Wed, 15 Mar 2023 16:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=88=97=E8=A1=A8=E5=92=8C?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20=E5=A4=87=E4=B8=AA=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/dataBoard/listBox.scss | 96 ++++----- src/views/dataBoard/cpts/need-details.vue | 233 ++++++++++++++++++++++ src/views/dataBoard/cpts/new_file.json | 0 src/views/dataBoard/sida/cpts/xqqd.vue | 28 +-- src/views/dataBoard/sida/index.vue | 2 +- src/views/dataBoard/sida/xq/list.vue | 70 ++++--- 6 files changed, 341 insertions(+), 88 deletions(-) create mode 100644 src/views/dataBoard/cpts/need-details.vue create mode 100644 src/views/dataBoard/cpts/new_file.json diff --git a/src/assets/scss/dataBoard/listBox.scss b/src/assets/scss/dataBoard/listBox.scss index 5cf377130..3453e64f2 100644 --- a/src/assets/scss/dataBoard/listBox.scss +++ b/src/assets/scss/dataBoard/listBox.scss @@ -1,57 +1,57 @@ .g-pgi { - min-height: 100%; - box-sizing: border-box; - padding: 0 25px 50px; + min-height: 100%; + box-sizing: border-box; + padding: 0 25px 50px; } .m-title { - display: flex; - align-items: center; - margin-top: 15px; + display: flex; + align-items: center; + margin-top: 15px; - .title_img { - width: 17px; - height: 17px; - } - .tip_title { - margin-left: 8px; - font-size: 16px; - font-family: PingFangSC-Medium, PingFang SC; - font-weight: 500; - color: #ffffff; - line-height: 22px; - } + .title_img { + width: 17px; + height: 17px; + } + .tip_title { + margin-left: 8px; + font-size: 16px; + font-family: PingFangSC-Medium, PingFang SC; + font-weight: 500; + color: #ffffff; + line-height: 22px; + } - .title_line { - margin-left: 8px; - width: 244px; - height: 1px; - background: linear-gradient(270deg, rgba(55, 198, 255, 0.1) 0%, #1995ff 100%); - - } + .title_line { + margin-left: 8px; + width: 244px; + height: 1px; + background: linear-gradient(270deg, rgba(55, 198, 255, 0.1) 0%, #1995ff 100%); + } + .left10 { + margin-left: 10px; + } + .second-select { + margin: 0 10px 0 10px; - .second-select { - margin: 0 10px 0 10px; + ::v-deep .el-input { + width: 180px; + height: 36px; + .el-input__inner { + height: 100%; + padding: 0 10px; + color: #fff; + line-height: 36px; + background: #06186d; + border: 1px solid #1a64cc; + } - ::v-deep .el-input { - width: 180px; - height: 36px; - .el-input__inner { - height: 100%; - padding: 0 10px; - color: #fff; - line-height: 36px; - background: #06186d; - border: 1px solid #1a64cc; - } - - .el-icon-arrow-up:before { - content: "\e78f"; - } - // .el-select__caret:before { - // content: '\E790' - // } - } - } + .el-icon-arrow-up:before { + content: '\e78f'; + } + // .el-select__caret:before { + // content: '\E790' + // } + } + } } - diff --git a/src/views/dataBoard/cpts/need-details.vue b/src/views/dataBoard/cpts/need-details.vue new file mode 100644 index 000000000..316f8c40c --- /dev/null +++ b/src/views/dataBoard/cpts/need-details.vue @@ -0,0 +1,233 @@ + + + + + diff --git a/src/views/dataBoard/cpts/new_file.json b/src/views/dataBoard/cpts/new_file.json new file mode 100644 index 000000000..e69de29bb diff --git a/src/views/dataBoard/sida/cpts/xqqd.vue b/src/views/dataBoard/sida/cpts/xqqd.vue index b3e67f424..1c5ae5c4a 100644 --- a/src/views/dataBoard/sida/cpts/xqqd.vue +++ b/src/views/dataBoard/sida/cpts/xqqd.vue @@ -5,7 +5,7 @@
-
+
{{ item.name }}
{{ item.value }}
@@ -63,17 +63,15 @@ export default { }, handleClickItem(item) { console.log('dd'); - // this.getInfo() - // const { type, name } = item; - // this.$router.push({ - // path: '/dataBoard/renfang/resi-analyze', - // query: { - // org_id: this.orgId, - // type, - // type_category: this.currentTab, - // type_name: name - // } - // }); + this.getInfo(); + const { type, name } = item; + this.$router.push({ + path: '/dataBoard/sida/xq/list', + query: { + org_id: this.orgId, + type: this.currentTab + } + }); }, // 获取房屋总数等 async getInfo() { @@ -112,7 +110,7 @@ export default { this.$message.error(msg); } }, - + pieInitOk() { this.pieInitState = true; }, @@ -143,5 +141,7 @@ export default { } }; - + diff --git a/src/views/dataBoard/sida/index.vue b/src/views/dataBoard/sida/index.vue index 843b5871c..7ca3eec42 100644 --- a/src/views/dataBoard/sida/index.vue +++ b/src/views/dataBoard/sida/index.vue @@ -3,7 +3,7 @@
-
+
需求清单
diff --git a/src/views/dataBoard/sida/xq/list.vue b/src/views/dataBoard/sida/xq/list.vue index 511710c56..9d7aeaf57 100644 --- a/src/views/dataBoard/sida/xq/list.vue +++ b/src/views/dataBoard/sida/xq/list.vue @@ -7,13 +7,29 @@
{{ tableTitle }}
- 个性需求 -   - - 政府支撑 - 社会保障 - 社区环境 - 商家支撑 + + 个性需求 + 共性需求 + + + + 全部 + +
@@ -28,28 +44,31 @@ @operate="showInfo" > - +