Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
8 changed files
with
63 additions
and
24 deletions
| ... | @@ -52,6 +52,16 @@ class business { | ... | @@ -52,6 +52,16 @@ class business { |
| 52 | data | 52 | data |
| 53 | }) | 53 | }) |
| 54 | } | 54 | } |
| 55 | // 海域(含无居民海岛)使用权 | ||
| 56 | async getQlfQlHysyqByConditon (data) { | ||
| 57 | return request({ | ||
| 58 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlHysyq/getDataPage', | ||
| 59 | method: 'post', | ||
| 60 | data | ||
| 61 | }) | ||
| 62 | } | ||
| 63 | |||
| 64 | |||
| 55 | 65 | ||
| 56 | 66 | ||
| 57 | // 抵押权登记 | 67 | // 抵押权登记 |
| ... | @@ -70,14 +80,6 @@ class business { | ... | @@ -70,14 +80,6 @@ class business { |
| 70 | data | 80 | data |
| 71 | }) | 81 | }) |
| 72 | } | 82 | } |
| 73 | // 海域(含无居民海岛)使用权 | ||
| 74 | async getQlfQlHysyqByConditon (data) { | ||
| 75 | return request({ | ||
| 76 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlHysyq/getDataPage', | ||
| 77 | method: 'post', | ||
| 78 | data | ||
| 79 | }) | ||
| 80 | } | ||
| 81 | // 构(建)筑物所有权 | 83 | // 构(建)筑物所有权 |
| 82 | async getQltQlGjzwsyqByCondition (data) { | 84 | async getQltQlGjzwsyqByCondition (data) { |
| 83 | return request({ | 85 | return request({ | ... | ... |
| ... | @@ -109,8 +109,8 @@ export default { | ... | @@ -109,8 +109,8 @@ export default { |
| 109 | visualMap: { | 109 | visualMap: { |
| 110 | min: 0, | 110 | min: 0, |
| 111 | max: _this.max, | 111 | max: _this.max, |
| 112 | bottom: '5%', | 112 | bottom: '20%', |
| 113 | right: 30, | 113 | left: 50, |
| 114 | splitNumber: 6, | 114 | splitNumber: 6, |
| 115 | seriesIndex: [0], | 115 | seriesIndex: [0], |
| 116 | itemWidth: 20, // 每个图元的宽度 | 116 | itemWidth: 20, // 每个图元的宽度 | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <el-menu router :default-active="activeMenu" mode="horizontal"> | 2 | <el-menu router :default-active="activeMenu" menu-trigger="click" mode="horizontal"> |
| 3 | <!-- 权限菜单 --> | 3 | <!-- 权限菜单 --> |
| 4 | <sidebar-item v-for="route in permission_routes.slice(1, 4)" :key="route.path" :item="route" | 4 | <sidebar-item v-for="route in permission_routes.slice(1, 4)" :key="route.path" :item="route" |
| 5 | :base-path="route.path" /> | 5 | :base-path="route.path" /> | ... | ... |
| ... | @@ -245,4 +245,41 @@ table td { | ... | @@ -245,4 +245,41 @@ table td { |
| 245 | position: relative; | 245 | position: relative; |
| 246 | top: 2px; | 246 | top: 2px; |
| 247 | } | 247 | } |
| 248 | } | ||
| 249 | |||
| 250 | |||
| 251 | // element 下拉框样式 | ||
| 252 | .el-menu--popup, | ||
| 253 | .el-select-dropdown { | ||
| 254 | background-color: #031A46 !important; | ||
| 255 | padding: 10px; | ||
| 256 | border: none; | ||
| 257 | } | ||
| 258 | |||
| 259 | .el-popper[x-placement^="bottom"] .popper__arrow::after { | ||
| 260 | border-bottom-color: #074487 !important; | ||
| 261 | } | ||
| 262 | |||
| 263 | .el-popper[x-placement^="bottom"] .popper__arrow { | ||
| 264 | border-bottom-color: #074487 !important; | ||
| 265 | } | ||
| 266 | |||
| 267 | |||
| 268 | |||
| 269 | .el-menu--horizontal .el-menu .el-menu-item, | ||
| 270 | .el-select-dropdown__item, | ||
| 271 | .el-menu--horizontal .el-menu .el-submenu__title { | ||
| 272 | background: #074487 !important; | ||
| 273 | margin: 5px 0; | ||
| 274 | border: 1px solid #074487; | ||
| 275 | color: #02D9FD !important; | ||
| 276 | } | ||
| 277 | |||
| 278 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):hover, | ||
| 279 | .el-select-dropdown__item:hover, | ||
| 280 | .el-menu--horizontal .el-menu--popup .el-menu-item:not(.is-disabled):focus { | ||
| 281 | background: #074487; | ||
| 282 | border: 1px solid #02D9FD; | ||
| 283 | color: #FFFFFF !important; | ||
| 284 | font-weight: 700; | ||
| 248 | } | 285 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -22,15 +22,15 @@ class data extends filter { | ... | @@ -22,15 +22,15 @@ class data extends filter { |
| 22 | // }, | 22 | // }, |
| 23 | { | 23 | { |
| 24 | label: "建(构)筑物名称", | 24 | label: "建(构)筑物名称", |
| 25 | prop: "JGZWMC" | 25 | prop: "jgzwmc" |
| 26 | }, | 26 | }, |
| 27 | { | 27 | { |
| 28 | label: "不动产单元号", | 28 | label: "不动产单元号", |
| 29 | prop: "BDCDYH" | 29 | prop: "bdcdyh" |
| 30 | }, | 30 | }, |
| 31 | { | 31 | { |
| 32 | label: "不动产权证号", | 32 | label: "不动产权证号", |
| 33 | prop: "BDCQZH" | 33 | prop: "bdcqzh" |
| 34 | }, | 34 | }, |
| 35 | { | 35 | { |
| 36 | label: "登记时间", | 36 | label: "登记时间", |
| ... | @@ -39,7 +39,7 @@ class data extends filter { | ... | @@ -39,7 +39,7 @@ class data extends filter { |
| 39 | }, | 39 | }, |
| 40 | { | 40 | { |
| 41 | label: "登记机构", | 41 | label: "登记机构", |
| 42 | prop: "DJJG" | 42 | prop: "djjg" |
| 43 | } | 43 | } |
| 44 | ] | 44 | ] |
| 45 | } | 45 | } | ... | ... |
| ... | @@ -33,11 +33,11 @@ class data extends filter { | ... | @@ -33,11 +33,11 @@ class data extends filter { |
| 33 | // }, | 33 | // }, |
| 34 | { | 34 | { |
| 35 | label: "不动产单元号", | 35 | label: "不动产单元号", |
| 36 | prop: "BDCDYH" | 36 | prop: "bdcdyh" |
| 37 | }, | 37 | }, |
| 38 | { | 38 | { |
| 39 | label: "不动产权证号", | 39 | label: "不动产权证号", |
| 40 | prop: "BDCQZH" | 40 | prop: "bdcqzh" |
| 41 | }, | 41 | }, |
| 42 | { | 42 | { |
| 43 | label: "登记时间", | 43 | label: "登记时间", | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="centercard"> | 2 | <div class="centercard"> |
| 3 | <div class="card1"> | 3 | <div class="card1"> |
| 4 | <div class="title">陕西省不动产接入信息</div> | 4 | <div class="title">汉中市不动产接入信息</div> |
| 5 | <maps class="map" /> | 5 | <maps class="map" /> |
| 6 | </div> | 6 | </div> |
| 7 | <div class="card2 mt-10"> | 7 | <div class="card2 mt-10"> |
| ... | @@ -39,7 +39,7 @@ export default { | ... | @@ -39,7 +39,7 @@ export default { |
| 39 | background: url("~@/image/mapcenter.png") no-repeat; | 39 | background: url("~@/image/mapcenter.png") no-repeat; |
| 40 | background-size: 100% 100%; | 40 | background-size: 100% 100%; |
| 41 | position: relative; | 41 | position: relative; |
| 42 | height: 485px; | 42 | height: 455px; |
| 43 | 43 | ||
| 44 | .title { | 44 | .title { |
| 45 | position: absolute; | 45 | position: absolute; |
| ... | @@ -50,7 +50,7 @@ export default { | ... | @@ -50,7 +50,7 @@ export default { |
| 50 | position: absolute; | 50 | position: absolute; |
| 51 | left: 0; | 51 | left: 0; |
| 52 | right: 0; | 52 | right: 0; |
| 53 | top: 9px; | 53 | top: 7px; |
| 54 | text-align: right; | 54 | text-align: right; |
| 55 | padding-right: 15%; | 55 | padding-right: 15%; |
| 56 | } | 56 | } |
| ... | @@ -74,7 +74,7 @@ export default { | ... | @@ -74,7 +74,7 @@ export default { |
| 74 | position: absolute; | 74 | position: absolute; |
| 75 | left: 0; | 75 | left: 0; |
| 76 | right: 0; | 76 | right: 0; |
| 77 | top: 3px; | 77 | top: 7px; |
| 78 | text-align: center; | 78 | text-align: center; |
| 79 | margin-bottom: 10px; | 79 | margin-bottom: 10px; |
| 80 | } | 80 | } | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <div class="rjjrlList"> | 7 | <div class="rjjrlList"> |
| 8 | <p v-for="(item, index) in rjjrlList" class="d-center qxjr" :key="index">{{ item }}</p> | 8 | <p v-for="(item, index) in rjjrlList" class="d-center qxjr" :key="index">{{ item }}</p> |
| 9 | </div> | 9 | </div> |
| 10 | <li>日均接入量</li> | 10 | <li>总量</li> |
| 11 | </ul> | 11 | </ul> |
| 12 | <div class="cardcontent-right d-center"> | 12 | <div class="cardcontent-right d-center"> |
| 13 | <p> | 13 | <p> |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | <div class="rjjrlList"> | 28 | <div class="rjjrlList"> |
| 29 | <p v-for="(item, index) in rjjrlList" class="d-center sthj" :key="index">{{ item }}</p> | 29 | <p v-for="(item, index) in rjjrlList" class="d-center sthj" :key="index">{{ item }}</p> |
| 30 | </div> | 30 | </div> |
| 31 | <li>日均接入量</li> | 31 | <li>总量</li> |
| 32 | </ul> | 32 | </ul> |
| 33 | <div class="cardcontent-right d-center"> | 33 | <div class="cardcontent-right d-center"> |
| 34 | <p> | 34 | <p> | ... | ... |
-
Please register or sign in to post a comment