diff --git a/package.json b/package.json index 799ec0ed1..76454b2f6 100644 --- a/package.json +++ b/package.json @@ -19,60 +19,60 @@ "@antv/l7": "2.9.14", "@antv/l7-draw": "3.0.5", "@antv/l7-maps": "2.9.14", - "@riophae/vue-treeselect": "^0.4.0", - "@tinymce/tinymce-vue": "^3.2.8", - "async-validator": "^4.2.5", - "axios": "^0.19.0", - "babel-eslint": "^8.0.1", - "babel-plugin-component": "^1.1.1", - "echarts": "^5.2.2", - "echarts-gl": "^2.0.9", + "@riophae/vue-treeselect": "0.4.0", + "@tinymce/tinymce-vue": "3.2.8", + "async-validator": "4.2.5", + "axios": "0.19.0", + "babel-eslint": "8.0.1", + "babel-plugin-component": "1.1.1", + "echarts": "5.2.2", + "echarts-gl": "2.0.9", "element-theme": "2.0.1", "element-ui": "2.13.2", - "file-saver": "^2.0.5", - "gulp-autoprefixer": "^6.1.0", - "gulp-clean-css": "^4.2.0", - "gulp-load-plugins": "^2.0.0", - "gulp-rename": "^1.4.0", - "gulp-sass": "^4.0.2", - "js-cookie": "^2.2.0", - "jsencrypt": "^3.0.3", - "lodash": "^4.17.15", - "mint-ui": "^2.2.13", - "node-sass": "^4.12.0", - "ol": "^6.9.0", - "portfinder": "^1.0.21", - "proj4": "^2.8.0", - "qs": "^6.7.0", - "quill": "^1.3.6", - "screenfull": "^4.2.1", - "sortablejs": "^1.12.0", - "svg-sprite-loader": "^4.1.6", - "throttle-debounce": "^3.0.1", - "v-distpicker": "^1.2.2", - "vue": "^2.6.11", - "vue-baidu-map": "^0.21.22", - "vue-i18n": "^8.12.0", - "vue-quill-editor": "^3.0.6", - "vue-router": "^3.0.7", - "vuex": "^3.1.1", - "xlsx": "^0.17.1" + "file-saver": "2.0.5", + "gulp-autoprefixer": "6.1.0", + "gulp-clean-css": "4.2.0", + "gulp-load-plugins": "2.0.0", + "gulp-rename": "1.4.0", + "gulp-sass": "4.0.2", + "js-cookie": "2.2.0", + "jsencrypt": "3.0.3", + "lodash": "4.17.15", + "mint-ui": "2.2.13", + "node-sass": "4.12.0", + "ol": "6.9.0", + "portfinder": "1.0.21", + "proj4": "2.8.0", + "qs": "6.7.0", + "quill": "1.3.6", + "screenfull": "4.2.1", + "sortablejs": "1.12.0", + "svg-sprite-loader": "4.1.6", + "throttle-debounce": "3.0.1", + "v-distpicker": "1.2.2", + "vue": "2.6.11", + "vue-baidu-map": "0.21.22", + "vue-i18n": "8.12.0", + "vue-quill-editor": "3.0.6", + "vue-router": "3.0.7", + "vuex": "3.1.1", + "xlsx": "0.17.1" }, "devDependencies": { - "@antv/f2": "^3.8.10-beta.1", + "@antv/f2": "3.8.10-beta.1", "@tinymce/tinymce-vue": "3.2.8", - "@vue/cli-plugin-babel": "^3.10.0", - "@vue/cli-plugin-eslint": "^3.10.0", - "@vue/cli-service": "^3.10.0", - "@vue/eslint-config-standard": "^4.0.0", - "dai-js": "^0.0.12", - "element-theme-chalk": "^2.13.0", - "natives": "^1.1.6", - "ol": "^6.9.0", - "sass-loader": "^7.3.1", - "script-loader": "^0.7.2", + "@vue/cli-plugin-babel": "3.10.0", + "@vue/cli-plugin-eslint": "3.10.0", + "@vue/cli-service": "3.10.0", + "@vue/eslint-config-standard": "4.0.0", + "dai-js": "0.0.12", + "element-theme-chalk": "2.13.0", + "natives": "1.1.6", + "ol": "6.9.0", + "sass-loader": "7.3.1", + "script-loader": "0.7.2", "tinymce": "5.8.2", - "vue-template-compiler": "^2.6.11" + "vue-template-compiler": "2.6.11" }, "eslintConfig": { "root": true, diff --git a/src/views/modules/base/communityYantai/community.vue b/src/views/modules/base/communityYantai/community.vue index aa8a2889b..f419fb31e 100644 --- a/src/views/modules/base/communityYantai/community.vue +++ b/src/views/modules/base/communityYantai/community.vue @@ -1,707 +1,791 @@ - - - +.custom-tree-node { + i { + margin-left: 4px; + display: inline-block; + width: 14px; + height: 14px; + background-color: #ddd; + color: #ffffff; + border-radius: 100%; + text-align: center; + line-height: 14px; + font-size: 12px; + font-weight: bold; + font-style: normal; + } +} +.m-pop { + position: absolute; + z-index: 500; + transition: all ease 0.4s; +} + diff --git a/src/views/modules/base/communityYantai/cpts/agency-info.vue b/src/views/modules/base/communityYantai/cpts/agency-info.vue new file mode 100644 index 000000000..a128b1228 --- /dev/null +++ b/src/views/modules/base/communityYantai/cpts/agency-info.vue @@ -0,0 +1,176 @@ + + + + + diff --git a/src/views/modules/base/communityYantai/cpts/grid-info.vue b/src/views/modules/base/communityYantai/cpts/grid-info.vue new file mode 100644 index 000000000..3c174ec4c --- /dev/null +++ b/src/views/modules/base/communityYantai/cpts/grid-info.vue @@ -0,0 +1,176 @@ + + + + + diff --git a/src/views/modules/base/communityYantai/cpts/map.vue b/src/views/modules/base/communityYantai/cpts/map.vue new file mode 100644 index 000000000..1f49e7ef4 --- /dev/null +++ b/src/views/modules/base/communityYantai/cpts/map.vue @@ -0,0 +1,535 @@ + + + + + diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index 362cd5f56..8eb4655a8 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -15,12 +15,10 @@ 修改 @@ -714,6 +712,17 @@ + + + +
@@ -1036,6 +1045,7 @@ export default { areaCode: "", agencyId: "", areaName: "", + remark:"" }, // 下级机关单位 OrgUnitDetailsForm: { @@ -2413,6 +2423,7 @@ export default { this.OrgDetailsForm.centerAddress = data.centerAddress; this.OrgDetailsForm.areaCode = data.areaCode; this.OrgDetailsForm.mobile = data.mobile; + this.OrgDetailsForm.remark = data.remark; this.latitude = data.latitude; this.longitude = data.longitude; this.OrgDetailsForm.agencyId = data.agencyId; @@ -2479,6 +2490,7 @@ export default { mobile: this.OrgDetailsForm.mobile, code: this.OrgDetailsForm.code, latitude: this.latitude, + remark:this.OrgDetailsForm.remark, longitude: this.longitude, }; diff --git a/src/views/modules/communityParty/orgActivity/activivityList/addActivity.vue b/src/views/modules/communityParty/orgActivity/activivityList/addActivity.vue index bbc79ac31..4b8e251ec 100644 --- a/src/views/modules/communityParty/orgActivity/activivityList/addActivity.vue +++ b/src/views/modules/communityParty/orgActivity/activivityList/addActivity.vue @@ -171,14 +171,14 @@ - + diff --git a/src/views/modules/shequ/index.vue b/src/views/modules/shequ/index.vue index 1e9825252..03c824e91 100644 --- a/src/views/modules/shequ/index.vue +++ b/src/views/modules/shequ/index.vue @@ -823,7 +823,8 @@ export default { }); } }); - return selectedFuncIdList.map((id) => obj[id]); + console.log('88888888888888888', selectedFuncIdList) + return selectedFuncIdList.filter((id) => obj[id]).map((id) => obj[id]); }, maxTableHeight() { // return this.clientHeight - 450; diff --git a/src/views/modules/shequzhili/htgl/cpts/htglInfo.vue b/src/views/modules/shequzhili/htgl/cpts/htglInfo.vue new file mode 100644 index 000000000..6926df9fb --- /dev/null +++ b/src/views/modules/shequzhili/htgl/cpts/htglInfo.vue @@ -0,0 +1,83 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/shequzhili/htgl/htgl.vue b/src/views/modules/shequzhili/htgl/htgl.vue new file mode 100644 index 000000000..115aa5bbb --- /dev/null +++ b/src/views/modules/shequzhili/htgl/htgl.vue @@ -0,0 +1,331 @@ + + + +