diff --git a/src/assets/img/caiji-bc.png b/src/assets/img/caiji-bc.png new file mode 100644 index 00000000..49d73683 Binary files /dev/null and b/src/assets/img/caiji-bc.png differ diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png new file mode 100644 index 00000000..3c3aa0fb Binary files /dev/null and b/src/assets/img/logo.png differ diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 7acb699e..794afa6f 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -813,3 +813,11 @@ img { background-color: #fe6252; border-color: #fe6252; } + +// 修改表格不换行的问题 +div.el-table div.cell { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + word-wrap: normal; +} diff --git a/src/assets/scss/modules/visual/communityManage.scss b/src/assets/scss/modules/visual/communityManage.scss index 9137229d..a1323dab 100644 --- a/src/assets/scss/modules/visual/communityManage.scss +++ b/src/assets/scss/modules/visual/communityManage.scss @@ -18,7 +18,7 @@ } } -.div_table { +.div_table_item { margin-top: 20px; position: relative; } diff --git a/src/assets/scss/modules/visual/people.scss b/src/assets/scss/modules/visual/people.scss index 01c04348..b18adc62 100644 --- a/src/assets/scss/modules/visual/people.scss +++ b/src/assets/scss/modules/visual/people.scss @@ -1,6 +1,6 @@ -@import '../../c/config'; -@import '../../c/function'; -@import './c/common'; +@import "../../c/config"; +@import "../../c/function"; +@import "./c/common"; .g-cpt { display: flex; @@ -184,7 +184,7 @@ .wrap { position: relative; margin: 120px auto; - width: 1000px; + width: 1180px; .title { padding: 10px; @@ -227,13 +227,13 @@ font-weight: 400; color: #ffffff; line-height: 24px; - margin: 20px 0; + margin: 15px 0; &::before { position: absolute; left: 0; top: 9px; - content: ''; + content: ""; display: block; width: 7px; height: 7px; @@ -264,19 +264,19 @@ .tab { margin: 0 5px; - min-width: 76px; - padding: 0 5px; - height: 30px; + min-width: 80px; + padding: 0 10px; + height: 36px; background: rgba(255, 255, 255, 0); border: 1px solid #1257c9; box-shadow: 0 0 10px 0 inset #1257c9; border-radius: 2px; text-align: center; - font-size: 14px; + font-size: 17px; font-family: PingFang SC; font-weight: 400; color: #ffffff; - line-height: 30px; + line-height: 36px; cursor: pointer; transition: all ease 0.5s; &.z-on { @@ -548,7 +548,7 @@ &:hover { &::before { - content: ''; + content: ""; position: absolute; display: block; left: 0; @@ -560,7 +560,7 @@ } &::after { - content: ''; + content: ""; position: absolute; display: block; left: 15px; diff --git a/src/assets/scss/pages/caiji.scss b/src/assets/scss/pages/caiji.scss index 8dafd6eb..f886d62c 100644 --- a/src/assets/scss/pages/caiji.scss +++ b/src/assets/scss/pages/caiji.scss @@ -1,4 +1,5 @@ .bg-caiji { + background-color: rgba(189, 214, 255, 0.89); height: 100%; width: 100vw; @@ -50,15 +51,73 @@ } .bg-caiji-success { + background: url("../../assets/img/caiji-bc.png") no-repeat; + background-size: 100% 100%; height: 100vh; width: 100vw; - text-align: center; + .title { - background-color: rgba(189, 214, 255, 0.89); - padding: 20px; + // background-color: rgba(189, 214, 255, 0.89); + padding-top:30px; + font-size: 18px; + font-family: PingFang SC; + font-weight: 800; + color: #333333; + display: flex; + height:25px; + align-items: center; + justify-content: center; + + >img{ + width:27px; + height:25px; + } + .title_name{ + margin-left:5px; + margin-top:5px; + } + } + + .div_tip{ text-align: center; - font-size: 20px; + margin-top:35px; + font-size: 18px; + font-family: PingFang SC; + font-weight: 800; + color: #2E78E2; + line-height: 26px; + } + + .div_content{ + + margin:20px 10px 30px 10px; + padding:20px 16px; + background: #FFFFFF; + border-radius: 10px; + font-size: 16px; + font-family: Source Han Serif SC; + font-weight: 400; + color: #333333; + + text-align: left; + + .content_long{ + display: flex; + justify-content: left; + align-items: flex-start; + + .content_title{ + min-width: 85px; + // flex:0 0 85px; + flex-shrink: 0; + text-align: right; + } + } + + .marginT10{ + margin-top:10px; + } } .main { diff --git a/src/assets/scss/pages/loginWork.scss b/src/assets/scss/pages/loginWork.scss index ad12fc67..534cccba 100644 --- a/src/assets/scss/pages/loginWork.scss +++ b/src/assets/scss/pages/loginWork.scss @@ -166,29 +166,30 @@ } } -.div_row { - height: 50px; - text-align: center; - line-height: 50px; - - /* width: 100px; */ - /* background-color: rgb(241, 241, 241); */ +.m-pop { + height: auto; + + .div_row { + height: 50px; + text-align: center; + line-height: 50px; - &:hover { - color: rgb(2, 119, 173); - font-weight: bold; - text-decoration: underline; - } + &:hover { + color: rgb(2, 119, 173); + font-weight: bold; + text-decoration: underline; + } - .i_icon { - width: 15px; - height: 15px; - margin-right: 10px; - float: left; - } - .span_name { - font-size: 18px; - cursor: pointer; - /* color: rgb(37, 156, 235); */ + .i_icon { + width: 15px; + height: 15px; + margin-right: 10px; + float: left; + } + .span_name { + font-size: 18px; + cursor: pointer; + /* color: rgb(37, 156, 235); */ + } } } diff --git a/src/assets/scss/people-info.scss b/src/assets/scss/people-info.scss index 24428cdd..12bfae15 100644 --- a/src/assets/scss/people-info.scss +++ b/src/assets/scss/people-info.scss @@ -10,14 +10,14 @@ position: relative; margin: 5vh auto; height: 90vh; - width: 1040px; + width: 1180px; background-color: #fff; .wrap2 { box-sizing: border-box; padding: 20px; height: 90vh; - width: 1040px; + width: 1180px; overflow-y: auto; overflow-x: hidden; } @@ -64,7 +64,7 @@ font-weight: 400; color: #333; line-height: 24px; - margin: 20px 0; + margin: 15px 0; &::before { position: absolute; @@ -94,26 +94,30 @@ padding-left: 20px; .tab-btn { + margin: 0 5px; width: 30px; text-align: center; cursor: pointer; + padding: 10px 0; + border-radius: 3px; + background-color: rgba(#000, 0.3); } .tab { margin: 0 5px; - min-width: 76px; - padding: 0 5px; - height: 30px; + min-width: 80px; + padding: 0 10px; + height: 36px; background: #fff; border: 1px solid #eee; box-shadow: 0 0 10px 0 inset #ddd; border-radius: 2px; text-align: center; - font-size: 14px; + font-size: 17px; font-family: PingFang SC; font-weight: 400; color: #333; - line-height: 30px; + line-height: 36px; cursor: pointer; transition: all ease 0.1s; &.z-on { diff --git a/src/router/index.js b/src/router/index.js index b8d90005..c48ca4ed 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -115,7 +115,7 @@ export const moduleShujuRoutes = { name: "home2", meta: { title: "主页2", - isTab: true, + isTab: false, }, }, { @@ -125,7 +125,17 @@ export const moduleShujuRoutes = { name: "visual-basicinfo-people", meta: { title: "个人详情", - isTab: true, + isTab: false, + }, + }, + { + path: "/main-shuju/visual-basicinfo-people-list", + props: true, + component: () => import("@/views/modules/visual/basicinfo/peopleList"), + name: "visual-basicinfo-people-list", + meta: { + title: "人员列表", + isTab: false, }, }, ], @@ -221,7 +231,7 @@ router.beforeEach((to, from, next) => { children: [ { url: "/visual/basicinfo/basicInfoMain", - name: "基础信息", + name: "人房信息统计", id: "5feawfwaefwa5", }, { @@ -256,7 +266,7 @@ router.beforeEach((to, from, next) => { }, { url: "/visual/communityParty/community", - name: "区域化党建", + name: "联建单位分析", id: "5fwaefwaefawef588", }, { diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index eb57496a..4a2fdff2 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -75,6 +75,7 @@ item.value === val); + if(item && item.type == '1'){ + this.form.IS_TENANT = '1' + console.log('item-----', item) + } else this.form.IS_TENANT = '0' + }, handlerMuscForm () { let arr = [] this.addList.forEach(item => { @@ -803,7 +812,7 @@ export default { } } .resi-cell-value .resi-cell-input { - max-width: 180px; + max-width: 190px; } @@ -841,7 +850,7 @@ export default { } } .resi-cell-select { - width: 180px; + width: 190px; box-sizing: border-box; margin-right: 10px; &-middle { diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index bcd270de..eeaaedc0 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -74,6 +74,7 @@ item.value === val); + if(item && item.type == '1'){ + this.form.IS_TENANT = '1' + console.log('item-----', item) + } else this.form.IS_TENANT = '0' + }, // 监听基础form handleChangeForm (val) { if (this.fixed) { @@ -751,7 +760,7 @@ export default { } } .resi-cell-value .resi-cell-input { - max-width: 180px; + max-width: 190px; } .resi-cell-value { :deep .el-col { @@ -779,7 +788,7 @@ export default { } } .resi-cell-select { - width: 180px; + width: 190px; box-sizing: border-box; margin-right: 10px; &-middle { diff --git a/src/views/components/resiTransfer.vue b/src/views/components/resiTransfer.vue index 4daef451..68dfc49e 100644 --- a/src/views/components/resiTransfer.vue +++ b/src/views/components/resiTransfer.vue @@ -1,6 +1,6 @@ @@ -368,7 +368,7 @@ export default { if (!this.dataForm.newBuildingId) { - this.$message.warning('请选择楼宇') + this.$message.warning('楼栋') return false } if (!this.dataForm.newBuildingUnitId) { diff --git a/src/views/modules/base/collect.vue b/src/views/modules/base/collect.vue index 155f675e..7a394a0c 100644 --- a/src/views/modules/base/collect.vue +++ b/src/views/modules/base/collect.vue @@ -1,91 +1,134 @@ + + +
+ + +
+ + + + + + + + + + + + + diff --git a/src/views/modules/base/community/buildTable.vue b/src/views/modules/base/community/buildTable.vue index 7eaef1f1..680a8920 100644 --- a/src/views/modules/base/community/buildTable.vue +++ b/src/views/modules/base/community/buildTable.vue @@ -1,51 +1,18 @@