diff --git a/src/assets/scss/modules/management/detail-main.scss b/src/assets/scss/modules/management/detail-main.scss index 1484110ac..0b491394f 100644 --- a/src/assets/scss/modules/management/detail-main.scss +++ b/src/assets/scss/modules/management/detail-main.scss @@ -166,6 +166,86 @@ } } +.m-row-info{ + // padding-left: 30px; + font-size: 15px; + font-family: PingFang SC; + font-weight: 400; + color: #333; + line-height: 24px; + display: flex; + justify-content: flex-start; + width:100%; + + .info-title { + margin-top: 30px; + font-size: 20px; + font-family: PingFang SC; + font-weight: bold; + color: #333; + line-height: 30px; + } + .info-content { + margin: 20px 0; + } + .info-pics { + display: flex; + margin: 20px 0; + img { + display: block; + width: 32%; + height: 90px; + margin-right: 9px; + object-fit: cover; + } + } + + .info-prop { + flex:0 0 300px; + position: relative; + margin: 10px 0; + display: flex; + padding-left: 15px; + padding-top:10px; + // border-bottom: 1px solid #d8d8d8; + + .line{ + text-decoration:underline; + color: #3e8ef7; + } + .line:hover{ + cursor:pointer + } + .info-title-2 { + // flex: 0 0 100px; + // font-size: 15px; + } + + > span, + > div { + display: block; + // max-width: 300px; + } + + &::before { + content: ""; + display: block; + position: absolute; + top: 19px; + left: 0; + width: 7px; + height: 7px; + background: #0c81fe; + border-radius: 3px; + margin-right: 10px; + } + + } + .info-prop-vis{ + color:#fff; + } +} + .m-case { height: 600px; padding: 20px 0 20px 0; @@ -174,7 +254,7 @@ .m-row { // display: flex; - justify-content: space-between; + // justify-content: space-between; width:100%; padding-left:50px; } diff --git a/src/views/modules/base/community/buildDetail.vue b/src/views/modules/base/community/buildDetail.vue new file mode 100644 index 000000000..236e3c9ab --- /dev/null +++ b/src/views/modules/base/community/buildDetail.vue @@ -0,0 +1,315 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/community/buildTable.vue b/src/views/modules/base/community/buildTable.vue index 3e41d2ab9..a3f501f8d 100644 --- a/src/views/modules/base/community/buildTable.vue +++ b/src/views/modules/base/community/buildTable.vue @@ -57,9 +57,10 @@ size="small" :disabled="yihuyidangDisabled" @click="handleExportYihuyidang()">导出一户一档 - 智能填报 + 智能填报
@@ -196,6 +197,17 @@ @dialogCancle="addFormCancle" @dialogOk="addFormOk"> + + + +
@@ -204,6 +216,7 @@ + + + + diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index 31a6aed0d..a3ce32ca8 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -3,17 +3,17 @@
补全一房一码信息 + style="" + class="diy-button--reset" + size="small" + :loading="yhymLoading" + @click="handleYhymInfo">补全一房一码信息 补全小程序小区码 + style="" + class="diy-button--export" + size="small" + :loading="xcxmLoading" + @click="createBatchNeiQrUrl">补全小程序小区码 导出一户一档 --> - 智能填报 + 智能填报
@@ -183,6 +184,17 @@
+ + + + - -
- 导出小区数据 - 导出一户一档 - 导出一房一码 -
- - 取 消 - - + +
+ 导出小区数据 + 导出一户一档 + 导出一房一码 +
+ + 取 消 + +
@@ -230,6 +242,7 @@ + diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue index 4dadadb71..cf0d1b125 100644 --- a/src/views/modules/base/community/roomTable.vue +++ b/src/views/modules/base/community/roomTable.vue @@ -1,215 +1,202 @@