Merge branch 'dev'
Showing
4 changed files
with
17 additions
and
17 deletions
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| 11 | "@antv/g2": "^4.2.8", | 11 | "@antv/g2": "^4.2.8", |
| 12 | "@babel/polyfill": "^7.12.1", | 12 | "@babel/polyfill": "^7.12.1", |
| 13 | "@riophae/vue-treeselect": "^0.4.0", | 13 | "@riophae/vue-treeselect": "^0.4.0", |
| 14 | "@union/gis-sdk": "^1.1.0", | ||
| 14 | "axios": "^0.21.1", | 15 | "axios": "^0.21.1", |
| 15 | "bpmn-js": "^7.4.0", | 16 | "bpmn-js": "^7.4.0", |
| 16 | "bpmn-js-properties-panel": "^0.37.2", | 17 | "bpmn-js-properties-panel": "^0.37.2", |
| ... | @@ -30,8 +31,7 @@ | ... | @@ -30,8 +31,7 @@ |
| 30 | "vue-router": "3.0.2", | 31 | "vue-router": "3.0.2", |
| 31 | "vue-seamless-scroll": "^1.1.23", | 32 | "vue-seamless-scroll": "^1.1.23", |
| 32 | "vuex": "3.1.0", | 33 | "vuex": "3.1.0", |
| 33 | "x2js": "^3.4.4", | 34 | "x2js": "^3.4.4" |
| 34 | "@union/gis-sdk": "1.1.0" | ||
| 35 | }, | 35 | }, |
| 36 | "devDependencies": { | 36 | "devDependencies": { |
| 37 | "@vue/cli-plugin-babel": "4.4.4", | 37 | "@vue/cli-plugin-babel": "4.4.4", | ... | ... |
| 1 | <template> | 1 | <template> |
| 2 | <div class="gis"> | 2 | <div class="gis"> |
| 3 | <div class="main-container" ref="main"> | 3 | <div class="gis-container" ref="main"> |
| 4 | <div class="flex-transverse" ref="transverse"> | 4 | <div class="flex-transverse" ref="transverse"> |
| 5 | <div id="arcgisMap0" class="flex-single"></div> | 5 | <div id="arcgisMap0" class="flex-single"></div> |
| 6 | </div> | 6 | </div> |
| ... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
| 46 | mounted () { | 46 | mounted () { |
| 47 | let doc = document.querySelector('.gis'); | 47 | let doc = document.querySelector('.gis'); |
| 48 | this.$nextTick(() => { | 48 | this.$nextTick(() => { |
| 49 | Object.assign(doc.style, { width: doc.clientWidth + 'px', height: '700px' }); | 49 | Object.assign(doc.style, { width: + doc.clientWidth + 'px', height: '700px' }); |
| 50 | }) | 50 | }) |
| 51 | }, | 51 | }, |
| 52 | created () { | 52 | created () { |
| ... | @@ -89,8 +89,8 @@ | ... | @@ -89,8 +89,8 @@ |
| 89 | 89 | ||
| 90 | </script> | 90 | </script> |
| 91 | 91 | ||
| 92 | <style> | 92 | <style scoped lang="scss"> |
| 93 | .main-container { | 93 | .gis-container { |
| 94 | display: -webkit-flex; | 94 | display: -webkit-flex; |
| 95 | display: flex; | 95 | display: flex; |
| 96 | -webkit-flex-wrap: wrap; | 96 | -webkit-flex-wrap: wrap; | ... | ... |
| ... | @@ -227,7 +227,7 @@ | ... | @@ -227,7 +227,7 @@ |
| 227 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" | 227 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" |
| 228 | :gyfs="ruleForm.slsq.gyfs" /> | 228 | :gyfs="ruleForm.slsq.gyfs" /> |
| 229 | 229 | ||
| 230 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 230 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> |
| 231 | <div class="slxx_title title-block"> | 231 | <div class="slxx_title title-block"> |
| 232 | 义务人信息 | 232 | 义务人信息 |
| 233 | <div class="triangle"></div> | 233 | <div class="triangle"></div> | ... | ... |
| ... | @@ -222,16 +222,16 @@ class data extends filter { | ... | @@ -222,16 +222,16 @@ class data extends filter { |
| 222 | ) | 222 | ) |
| 223 | } | 223 | } |
| 224 | }, | 224 | }, |
| 225 | { | 225 | // { |
| 226 | prop: "zcs", | 226 | // prop: "zcs", |
| 227 | label: "总层数", | 227 | // label: "总层数", |
| 228 | width: '70', | 228 | // width: '70', |
| 229 | }, | 229 | // }, |
| 230 | { | 230 | // { |
| 231 | prop: "zts", | 231 | // prop: "zts", |
| 232 | label: "总套数", | 232 | // label: "总套数", |
| 233 | width: '70', | 233 | // width: '70', |
| 234 | }, | 234 | // }, |
| 235 | { | 235 | { |
| 236 | prop: "zl", | 236 | prop: "zl", |
| 237 | label: "多幢坐落", | 237 | label: "多幢坐落", | ... | ... |
-
Please register or sign in to post a comment