diff --git a/examples/router/axios.js b/examples/router/axios.js index 3de7dde8..902eba3f 100644 --- a/examples/router/axios.js +++ b/examples/router/axios.js @@ -10,6 +10,8 @@ instance.defaults.baseURL = baseURLs[process.env.NODE_ENV] instance.interceptors.request.use(config => { if (config.url.startsWith("/node")) { config.baseURL = "/ns" + } else if (/\/project\/grid/.test(location.pathname)) { + config.baseURL = "/grid" } else if (/\/project\/sass/.test(location.pathname)) { config.baseURL = "/saas" } else if (/\/xiushan/.test(location.pathname)) { diff --git a/project/grid/AppBuildManage/AppBuildManage.vue b/project/grid/AppBuildManage/AppBuildManage.vue new file mode 100644 index 00000000..a2d05ee0 --- /dev/null +++ b/project/grid/AppBuildManage/AppBuildManage.vue @@ -0,0 +1,68 @@ + + + + + + + + + + + diff --git a/project/grid/AppBuildManage/components/Add.vue b/project/grid/AppBuildManage/components/Add.vue new file mode 100644 index 00000000..5f1ec682 --- /dev/null +++ b/project/grid/AppBuildManage/components/Add.vue @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 单元(公寓)楼 + 筒子楼 + 别墅 + + 自建楼 + 平房 + 高层公共建筑 + + 商住两用 + 其它 + + + + + + + + + + + + + + + + 地图标绘 + + + + + + + + 取消 + 提交 + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + diff --git a/project/grid/AppBuildManage/components/BuildMsg.vue b/project/grid/AppBuildManage/components/BuildMsg.vue new file mode 100644 index 00000000..1bf7a318 --- /dev/null +++ b/project/grid/AppBuildManage/components/BuildMsg.vue @@ -0,0 +1,750 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 导入房屋信息 + + + 导出房屋信息 + + + 导入人口信息 + + + 导出人口信息 + + + + + (ids = v.map((e) => e.id))"> + + + + + {{ item.name }} + + + + + + + + + + {{ item.phone }} + + + + + + + + {{ dict.getLabel('houselivingStatus', row.livingStatus) }} + + + + + + {{ row.existFlow == 1 ? '有' : '无' }} + + + + + + 编辑 + 详情 + + + + + + + + + 房屋信息 + + + + {{ forms.areaName }} + + + + {{ forms.createAddress }} + + + + {{ dict.getLabel('communityBuildingType', forms.buildingType) }} + + + + + {{ forms.houseArea }} m² + + + + {{ dict.getLabel('houselivingStatus', forms.livingStatus) }} + + + + {{ dict.getLabel('houseUseStatus', forms.houseUse) }} + + + + {{ dict.getLabel('houseLeaseSituation', forms.leaseSituation) }} + + + + {{ $dateFormat(forms.startDate) }} + + + + {{ dict.getLabel('isFilingCertificateStatus', forms.isFilingCertificate) }} + + + + + + + + + m² + + + + + + + 自用 + 出租 + 闲置 + + + + + + 居住 + 闲置 + 经营 + + + + + + + + + + + + + + + + + 有租赁房备案证明 + 无租赁房备案证明 + + + + + + + + + + 房主信息 + + + + + + + + + + + {{ dict.getLabel('BulidResidentType', row.residentType) }} + + + + + + {{ row.tips }} + + + + + + + + + + + + {{ dict.getLabel('householdRelation', row.relation) }} + + + + + + 删除 + + + + + + + + + + + 承租人信息 + + + + + + + + + + + {{ dict.getLabel('BulidResidentType', row.residentType) }} + + + + + + {{ row.tips }} + + + + + + + + + + + + {{ dict.getLabel('householdRelation', row.relation) }} + + + + + + 删除 + + + + + + + + + + + 实际居住人员 + + + + + + + + + + + {{ dict.getLabel('BulidResidentType', row.residentType) }} + + + + + + {{ row.tips }} + + + + + + + + + + + + {{ dict.getLabel('householdRelation', row.relation) }} + + + + + + 删除 + + + + + + + {{ isEdit ? '取消' : '关闭' }} + 确认 + + + + + + + + + diff --git a/project/grid/AppBuildManage/components/List.vue b/project/grid/AppBuildManage/components/List.vue new file mode 100644 index 00000000..42a87865 --- /dev/null +++ b/project/grid/AppBuildManage/components/List.vue @@ -0,0 +1,324 @@ + + + + + + + $refs.gridTree.filter(v)"> + + + + + + + + + + + + + + + + + + + 添加 + 删除 + + + + + + 导入 + + + 导出 + + + + + (ids = v.map((e) => e.id))"> + + + {{ dict.getLabel('BuildLocationStatus', row.locationStatus) }} + {{ dict.getLabel('BuildLocationStatus', row.locationStatus) }} + + + + + + 编辑 + 删除 + 房屋信息 + + 楼栋模型 + + + + + + + + + + + + + diff --git a/project/grid/AppBuildMap/AppBuildMap.vue b/project/grid/AppBuildMap/AppBuildMap.vue new file mode 100644 index 00000000..33572f37 --- /dev/null +++ b/project/grid/AppBuildMap/AppBuildMap.vue @@ -0,0 +1,1252 @@ + + + + + + + + + + {{ areaName }} + + + + + + + + + {{ item.residentName }} + {{ item.createAddress }} + + + + + + + + + {{ info.createAddress }} + {{ info.lng }},{{ info.lat }} + + + 房屋信息 + + 所属社区 + {{ info.areaName}} + + + 所属小区 + {{ info.communityName }} + + + 房屋类型 + {{ dict.getLabel("communityBuildingType",info.buildingType) }} + + + 楼长姓名 + {{ info.managerName }} + + + 楼长电话 + {{ info.managerPhone}} + + + + + 人员信息 + + 姓名 + {{ resident.name}} + + + 所属单元 + {{ house.unitNumber }} + + + 房号 + {{house.houseCode}} + + + 联系方式 + {{ resident.phone }} + + + + + + + + + + + + + + 楼栋模型 + + + + + + + + + + 地图 + + + + 卫星 + + + + + + + + + + + + + + + + + + + diff --git a/project/grid/AppBuildMap/buildingStatistics.vue b/project/grid/AppBuildMap/buildingStatistics.vue new file mode 100644 index 00000000..00209001 --- /dev/null +++ b/project/grid/AppBuildMap/buildingStatistics.vue @@ -0,0 +1,443 @@ + + + + + + + + {{ `${currentBuilding.buildingNumber}栋 ${unitNumber}单元` }} + + + + + {{ op.houseCode }} + 无人 + + + {{selected.houseCode}}详情 + + + + 房主信息 + + + + {{item.name}} + + {{root.dict.getLabel("houseLivingType",item.livingType)}} + + + + 联系方式 + + {{item.phone}} + + + + 承租人信息 + + + + {{item.name}} + + {{root.dict.getLabel("houseLivingType",item.livingType)}} + + + + 联系方式 + + {{item.phone}} + + + + 实际居住人员 + + + + {{item.name}} + + {{root.dict.getLabel("householdRelation",item.relation)}} + + + + + + + + + 请在【小区总览】中选取【楼栋单元】 + + + + + + + + + + diff --git a/project/grid/AppBuildMap/buildingToolBar.vue b/project/grid/AppBuildMap/buildingToolBar.vue new file mode 100644 index 00000000..65c09252 --- /dev/null +++ b/project/grid/AppBuildMap/buildingToolBar.vue @@ -0,0 +1,95 @@ + + + + + + {{ op.name }} + + + + + + + + + diff --git a/project/grid/AppBuildMap/toolBar/buildingInfo.vue b/project/grid/AppBuildMap/toolBar/buildingInfo.vue new file mode 100644 index 00000000..887b8712 --- /dev/null +++ b/project/grid/AppBuildMap/toolBar/buildingInfo.vue @@ -0,0 +1,239 @@ + + + + + + + {{ value }} + {{ name }} + + + + + + + 所属社区 + {{build.areaName}} + + + 所属小区 + {{build.communityName}} + + + 房屋类型 + {{root.dict.getLabel("communityBuildingType",build.buildingType)}} + + + 楼长姓名 + {{build.managerName}} + + + 联系方式 + {{build.managerPhone}} + + + + + + + + diff --git a/project/grid/AppBuildMap/toolBar/communityOverview.vue b/project/grid/AppBuildMap/toolBar/communityOverview.vue new file mode 100644 index 00000000..b4a92afe --- /dev/null +++ b/project/grid/AppBuildMap/toolBar/communityOverview.vue @@ -0,0 +1,116 @@ + + + + + + + {{ name}}栋 + {{ j+1 }}单元 + + + + 暂无楼栋信息,请进入【楼栋管理】添加 + + + + + + diff --git a/project/grid/AppBuildMap/toolBar/nearbyGCS.vue b/project/grid/AppBuildMap/toolBar/nearbyGCS.vue new file mode 100644 index 00000000..a68e67f5 --- /dev/null +++ b/project/grid/AppBuildMap/toolBar/nearbyGCS.vue @@ -0,0 +1,129 @@ + + + + + + + + + + {{ op.name }} + + + + + + + + + diff --git a/project/grid/AppBuildMap/toolBar/recentEvents.vue b/project/grid/AppBuildMap/toolBar/recentEvents.vue new file mode 100644 index 00000000..abee470b --- /dev/null +++ b/project/grid/AppBuildMap/toolBar/recentEvents.vue @@ -0,0 +1,81 @@ + + + + + + + [已解决] + 102室与402室矛盾纠纷 + + + 102室与402室矛盾纠纷 + [张三] + 接到了 + [矛盾调解] + 任务,事件目前 + [已完成] + + 2019-06-18 13:35:45 + + + + + + + + diff --git a/project/grid/AppCommunityManage/AppCommunityManage.vue b/project/grid/AppCommunityManage/AppCommunityManage.vue new file mode 100644 index 00000000..b062126b --- /dev/null +++ b/project/grid/AppCommunityManage/AppCommunityManage.vue @@ -0,0 +1,59 @@ + + + + + + + + + diff --git a/project/grid/AppCommunityManage/components/Add.vue b/project/grid/AppCommunityManage/components/Add.vue new file mode 100644 index 00000000..fcaf118d --- /dev/null +++ b/project/grid/AppCommunityManage/components/Add.vue @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + {{ tag.girdName }} + + 选择网格 + + + + + + + + + + + + + 取消 + 保存 + + + + + + + diff --git a/project/grid/AppCommunityManage/components/List.vue b/project/grid/AppCommunityManage/components/List.vue new file mode 100644 index 00000000..b0399ef3 --- /dev/null +++ b/project/grid/AppCommunityManage/components/List.vue @@ -0,0 +1,202 @@ + + + + + + + + + 添加 + 删除 + + + + + + + + + + + 导入 + + + 导出 + + + + + (ids = v.map((e) => e.id))" :size.sync="search.size" @getList="getList"> + + + 编辑 + 删除 + + + + + + + + + + diff --git a/project/grid/AppGridBlock/AppGridBlock.vue b/project/grid/AppGridBlock/AppGridBlock.vue new file mode 100644 index 00000000..5eb35620 --- /dev/null +++ b/project/grid/AppGridBlock/AppGridBlock.vue @@ -0,0 +1,76 @@ + + + + + + + + + + + diff --git a/project/grid/AppGridBlock/components/add.vue b/project/grid/AppGridBlock/components/add.vue new file mode 100644 index 00000000..7a7a15bc --- /dev/null +++ b/project/grid/AppGridBlock/components/add.vue @@ -0,0 +1,580 @@ + + + + + + + + + + + {{ forms.parentGirdName }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 地图标绘 + + + + + + + + 取 消 + + + 提 交 + + + + + + + + + + + + 开始编辑 + + 结束编辑 + + + + 开始绘制多边形 + + + 清除绘制 + + + + + + + + + + diff --git a/project/grid/AppGridBlock/components/list.vue b/project/grid/AppGridBlock/components/list.vue new file mode 100644 index 00000000..3209908c --- /dev/null +++ b/project/grid/AppGridBlock/components/list.vue @@ -0,0 +1,696 @@ + + + + + + + + $refs.tree.filter(v)"> + + + + + + + + + + + + + + + + 新增 + + + 删除 + + + 导出全部 + + + + + 如果表格中已经存在数据,则会被本次导入的数据覆盖;不存在数据,系统将生成新的标准记录; + + + 导入 + + + + (ids = v.map((e) => e.id))" + @getList="getList()" + > + + + + + + 编辑 + 标绘 + 删除 + + + + + + + + + + + + + + + 开始编辑 + 结束编辑 + + + 开始绘制多边形 + + 清除绘制 + + + + + + + + + + diff --git a/project/grid/AppGridBlock/index.js b/project/grid/AppGridBlock/index.js new file mode 100644 index 00000000..99041895 --- /dev/null +++ b/project/grid/AppGridBlock/index.js @@ -0,0 +1,6 @@ +import component from './AppGridBlock.vue' + +component.install = function (Vue) { + Vue.component(component.name, component) +} +export default component \ No newline at end of file diff --git a/project/grid/AppGridMap/AppGridMap.vue b/project/grid/AppGridMap/AppGridMap.vue new file mode 100644 index 00000000..c6918b54 --- /dev/null +++ b/project/grid/AppGridMap/AppGridMap.vue @@ -0,0 +1,70 @@ + + + + + + + + + + + diff --git a/project/grid/AppGridMap/components/list.vue b/project/grid/AppGridMap/components/list.vue new file mode 100644 index 00000000..a5c42451 --- /dev/null +++ b/project/grid/AppGridMap/components/list.vue @@ -0,0 +1,669 @@ + + + + + + 网格地图 + + + + + + 网格列表 + + + + + + + + + + + + + + + + + diff --git a/project/grid/AppGridMember/AppGridMember.vue b/project/grid/AppGridMember/AppGridMember.vue new file mode 100644 index 00000000..d01cffbc --- /dev/null +++ b/project/grid/AppGridMember/AppGridMember.vue @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/grid/AppGridMember/components/ApplyAdd.vue b/project/grid/AppGridMember/components/ApplyAdd.vue new file mode 100644 index 00000000..c2906b86 --- /dev/null +++ b/project/grid/AppGridMember/components/ApplyAdd.vue @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/grid/AppGridMember/components/ApplyDetail.vue b/project/grid/AppGridMember/components/ApplyDetail.vue new file mode 100644 index 00000000..e50a258a --- /dev/null +++ b/project/grid/AppGridMember/components/ApplyDetail.vue @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/grid/AppGridMember/components/ApplyList.vue b/project/grid/AppGridMember/components/ApplyList.vue new file mode 100644 index 00000000..ef3a43fd --- /dev/null +++ b/project/grid/AppGridMember/components/ApplyList.vue @@ -0,0 +1,179 @@ + + + + + + 添加 + + 删除 + + + 导入 + + + + + + + (ids = v.map((e) => e.id))" + @getList="getList()"> + + + + 详情 + 删除 + + + + + + + + + + + \ No newline at end of file diff --git a/project/grid/AppGridMember/components/Family.vue b/project/grid/AppGridMember/components/Family.vue new file mode 100644 index 00000000..0d5285f1 --- /dev/null +++ b/project/grid/AppGridMember/components/Family.vue @@ -0,0 +1,258 @@ + + + + + + + + + 添加 + 批量删除 + + + + + + + + + + + + + + + 删除 + + + + + + + + + + + + + + + + chooseUser=v"/> + + + + + + + + + + diff --git a/project/grid/AppGridMember/components/MonitorUser.vue b/project/grid/AppGridMember/components/MonitorUser.vue new file mode 100644 index 00000000..0c1b57e7 --- /dev/null +++ b/project/grid/AppGridMember/components/MonitorUser.vue @@ -0,0 +1,503 @@ + + + + + + + + + 添加 + 批量删除 + + + + + + + + + + + + + + + 删除 + + + + + + + *网格: + + + + + + + + + 户主信息列表 + + + + + + + + {{ item.name }}-{{ item.idNumber }} + + + + + + + + 已选择 + 清空 + + + + + {{ item.split('~')[0] }} + + + + + + + + + + + + + diff --git a/project/grid/AppGridMember/components/add.vue b/project/grid/AppGridMember/components/add.vue new file mode 100644 index 00000000..d3d6fd90 --- /dev/null +++ b/project/grid/AppGridMember/components/add.vue @@ -0,0 +1,543 @@ + + + + + + + + + + + 修改 + 取消 + 保存 + + + + + + + + + 选择成员 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{forms.name}} + {{forms.selectionDate}} + {{forms.idNumber}} + {{dict.getLabel('sex', forms.sex)}} + {{forms.birthday}} + {{forms.mail}} + + + + + + + + + + {{forms.phone}} + + + + + + + + + 修改 + 取消 + 保存 + + + + + + + + + + + + + 选择网格 + + + 删除 + + + 添加选项 + + + + + + + 否 + 是 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ !forms.isGirdMember ? '-' : forms.isGirdMember === '0' ? '否' : '是' }} + + {{dict.getLabel('girdMemberType', forms.girdMemberType)}} + {{dict.getLabel('politicsStatus', forms.politicsStatus)}} + {{dict.getLabel('education', forms.education)}} + {{forms.motto}} + {{forms.introduction}} + + + + + + + + + + + + + + + 取 消 + 提 交 + + + + + + + + diff --git a/project/grid/AppGridMember/components/list.vue b/project/grid/AppGridMember/components/list.vue new file mode 100644 index 00000000..5083f1a1 --- /dev/null +++ b/project/grid/AppGridMember/components/list.vue @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + 添加 + 删除 + + + (ids = v.map((e) => e.id))" + @getList="getList()"> + + + + 责任家庭 + 监测对象 + 详情 + 删除 + + + + + + + + + + + diff --git a/project/grid/AppHomesteadManagement/AppHomesteadManagement.vue b/project/grid/AppHomesteadManagement/AppHomesteadManagement.vue new file mode 100644 index 00000000..b910a093 --- /dev/null +++ b/project/grid/AppHomesteadManagement/AppHomesteadManagement.vue @@ -0,0 +1,61 @@ + + + + + + + + + + + diff --git a/project/grid/AppHomesteadManagement/components/Add.vue b/project/grid/AppHomesteadManagement/components/Add.vue new file mode 100644 index 00000000..016be73b --- /dev/null +++ b/project/grid/AppHomesteadManagement/components/Add.vue @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + m² + + + + + m² + + + + + + + + + + + + + + + + + + + + + + + {{item.dictName}} + + + + + {{item.dictName}} + + + + + + m² + + + + + 层 + + + + + m + + + + + + + + + + + + + + + + + 地图标绘 + + + + + + + + 取消 + 提交 + + + + + + + + + + + + + + + + 搜索 + + + + + + + + + diff --git a/project/grid/AppHomesteadManagement/components/List.vue b/project/grid/AppHomesteadManagement/components/List.vue new file mode 100644 index 00000000..ee6976ec --- /dev/null +++ b/project/grid/AppHomesteadManagement/components/List.vue @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + 添加 + 删除 + + + + + + 导入 + + + 导出 + + + + + (ids = v.map((e) => e.id))"> + + + {{ dict.getLabel('homesteadLocationStatus', row.locationStatus) }} + {{ dict.getLabel('homesteadLocationStatus', row.locationStatus) }} + + + + + + 编辑 + 删除 + + + + + + + + + + + diff --git a/project/grid/AppHouseMap/AppHouseMap.vue b/project/grid/AppHouseMap/AppHouseMap.vue new file mode 100644 index 00000000..ae0f5173 --- /dev/null +++ b/project/grid/AppHouseMap/AppHouseMap.vue @@ -0,0 +1,1344 @@ + + + + + + + + + + + {{ areaName }} + + + + + + + + + + + + {{ item.residentName }} + {{ item.createAddress }} + {{ item.name }} + {{ item.homesteadAddress }} + + + + + + + + + {{ info.createAddress }} + {{ info.homesteadAddress }} + {{ info.lng }},{{ info.lat }} + + + 户主信息 + + 所属村 + {{info.areaName}} + + + 姓名 + {{info.name}} + + + 联系电话 + {{info.phone}} + + + 性别 + {{info.sex == 1 ? '男' : '女'}} + + + 年龄 + {{info.age}} + + + + + 宅基地信息 + + 住宅建筑面积 + {{info.liveBuildingArea}}m² + + + 建筑层数 + {{info.buildingFloorNumber}}层 + + + 建筑高度 + {{info.buildingHeight}}m + + + + 房屋信息 + + 所属社区 + {{ info.areaName}} + + + 所属小区 + {{ info.communityName }} + + + 房屋类型 + {{ dict.getLabel("communityBuildingType",info.buildingType) }} + + + 楼长姓名 + {{ info.managerName }} + + + 楼长电话 + {{ info.managerPhone}} + + + + 楼栋模型 + + + + + + + + + + + 地图 + + + + 卫星 + + + + + + + + + + + + + + + + + + + + diff --git a/project/grid/AppHouseMap/AppPopulationDV.vue b/project/grid/AppHouseMap/AppPopulationDV.vue new file mode 100644 index 00000000..3b5283f0 --- /dev/null +++ b/project/grid/AppHouseMap/AppPopulationDV.vue @@ -0,0 +1,1429 @@ + + + + + + + + + + {{ info.createAddress }} + {{ info.lng }},{{ info.lat }} + + + 人口信息 + + + {{ statisticsInfo['实有户数'] }} + 实有户数 + + + {{ statisticsInfo['实有人口'] }} + 实有人口 + + + {{ statisticsInfo['流动人口'] }} + 流动人口 + + + + + 房屋信息 + + 所属社区 + {{ info.areaName }} + + + 所属小区 + {{ info.communityName }} + + + 房屋类型 + {{ dict.getLabel("communityBuildingType", info.buildingType) }} + + + 楼长姓名 + {{ info.managerName }} + + + 楼长电话 + {{ info.managerPhone }} + + + + 人员信息 + + 姓名 + {{ resident.name }} + + + 所属单元 + {{ house.unitNumber }} + + + 房号 + {{ house.houseCode }} + + + 联系方式 + {{ resident.phone }} + + + 楼栋模型 + + + + + {{ info.createAddress }} + + + + + + {{ pitch === 60 ? '切换成2D地图' : '切换成3D地图' }} + + + + + + + 实有人口 + + {{ totalInfo.residentCountMap.allResidentNumber }} + + + + + 实有户数 + + {{ totalInfo.residentCountMap.householdNumber }} + + + + + 流动人口 + + {{ totalInfo.residentCountMap.turnoverNumber }} + + + + + 党员 + + {{ totalInfo.residentCountMap.partyNumber }} + + + + + + + 网格数 + + {{ totalInfo.communityCountMap.girdNumber }} + + + + + 小区数 + + {{ totalInfo.communityCountMap.communityNumber }} + + + + + 实有楼栋 + + {{ totalInfo.communityCountMap.buildingNumber }} + + + + + 实有房屋 + + {{ totalInfo.communityCountMap.houseNumber }} + + + + + + + + + diff --git a/project/grid/AppHouseMap/buildingStatistics.vue b/project/grid/AppHouseMap/buildingStatistics.vue new file mode 100644 index 00000000..281b70aa --- /dev/null +++ b/project/grid/AppHouseMap/buildingStatistics.vue @@ -0,0 +1,443 @@ + + + + + + + + {{ `${currentBuilding.buildingNumber}栋 ${unitNumber}单元` }} + + + + + {{ op.houseCode }} + 无人 + + + {{selected.houseCode}}详情 + + + + 房主信息 + + + + {{item.name}} + + {{root.dict.getLabel("houseLivingType",item.livingType)}} + + + + 联系方式 + + {{item.phone}} + + + + 承租人信息 + + + + {{item.name}} + + {{root.dict.getLabel("houseLivingType",item.livingType)}} + + + + 联系方式 + + {{item.phone}} + + + + 实际居住人员 + + + + {{item.name}} + + {{root.dict.getLabel("householdRelation",item.relation)}} + + + + + + + + + 请在【小区总览】中选取【楼栋单元】 + + + + + + + + + + diff --git a/project/grid/AppHouseMap/buildingToolBar.vue b/project/grid/AppHouseMap/buildingToolBar.vue new file mode 100644 index 00000000..65c09252 --- /dev/null +++ b/project/grid/AppHouseMap/buildingToolBar.vue @@ -0,0 +1,95 @@ + + + + + + {{ op.name }} + + + + + + + + + diff --git a/project/grid/AppHouseMap/toolBar/buildingInfo.vue b/project/grid/AppHouseMap/toolBar/buildingInfo.vue new file mode 100644 index 00000000..887b8712 --- /dev/null +++ b/project/grid/AppHouseMap/toolBar/buildingInfo.vue @@ -0,0 +1,239 @@ + + + + + + + {{ value }} + {{ name }} + + + + + + + 所属社区 + {{build.areaName}} + + + 所属小区 + {{build.communityName}} + + + 房屋类型 + {{root.dict.getLabel("communityBuildingType",build.buildingType)}} + + + 楼长姓名 + {{build.managerName}} + + + 联系方式 + {{build.managerPhone}} + + + + + + + + diff --git a/project/grid/AppHouseMap/toolBar/communityOverview.vue b/project/grid/AppHouseMap/toolBar/communityOverview.vue new file mode 100644 index 00000000..b4a92afe --- /dev/null +++ b/project/grid/AppHouseMap/toolBar/communityOverview.vue @@ -0,0 +1,116 @@ + + + + + + + {{ name}}栋 + {{ j+1 }}单元 + + + + 暂无楼栋信息,请进入【楼栋管理】添加 + + + + + + diff --git a/project/grid/AppHouseMap/toolBar/nearbyGCS.vue b/project/grid/AppHouseMap/toolBar/nearbyGCS.vue new file mode 100644 index 00000000..a68e67f5 --- /dev/null +++ b/project/grid/AppHouseMap/toolBar/nearbyGCS.vue @@ -0,0 +1,129 @@ + + + + + + + + + + {{ op.name }} + + + + + + + + + diff --git a/project/grid/AppHouseMap/toolBar/recentEvents.vue b/project/grid/AppHouseMap/toolBar/recentEvents.vue new file mode 100644 index 00000000..abee470b --- /dev/null +++ b/project/grid/AppHouseMap/toolBar/recentEvents.vue @@ -0,0 +1,81 @@ + + + + + + + [已解决] + 102室与402室矛盾纠纷 + + + 102室与402室矛盾纠纷 + [张三] + 接到了 + [矛盾调解] + 任务,事件目前 + [已完成] + + 2019-06-18 13:35:45 + + + + + + + + diff --git a/vue.config.js b/vue.config.js index 09a2e08e..c87ba5e5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -103,6 +103,14 @@ module.exports = { //地址重写 '^/xsjr': '/' } + }, + '/grid': { + target: 'http://192.168.1.87:12307', + changeOrigin: true, + pathRewrite: { + //地址重写 + '^/grid': '/' + } } }, disableHostCheck: true
+ 如果表格中已经存在数据,则会被本次导入的数据覆盖;不存在数据,系统将生成新的标准记录; +