-
-
新增房屋
-
-
下载房屋模板
-
- 导入房屋数据
+ 新增房屋
+
+ 下载房屋模板
+
+ 导入房屋数据
- 导出
- 批量删除
- 导出一户一档
+ 导出
+ 批量删除
+ 导出一户一档
+ 智能填报
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
- {{scope.row.sort}}
-
+ {{ scope.row.sort }}
+
-
-
+
-
- 查看
- 修改
-
- 删除
+ 查看
+ 修改
+
+ 删除
-
+
-
-
-
+
+
+
-
diff --git a/src/views/modules/communityParty/calendar/index.vue b/src/views/modules/communityParty/calendar/index.vue
index 61ec69266..eb45bbd05 100644
--- a/src/views/modules/communityParty/calendar/index.vue
+++ b/src/views/modules/communityParty/calendar/index.vue
@@ -1,6 +1,118 @@
-
+
+
+
+
+
+
2222年2月22日
+
22
+
星期五
+
+
+
+
今日活动
+
+
+
+ 不忘初心牢记使命巴巴爸爸不不嘻嘻,分 额阿发文发文额
+
+
+ 活动类型:
+ 发发发发发发付付
+
+
+ 活动类型:
+ 发发发发发发付付
+
+
+ 活动类型:
+ 发发发发发发付付
+
+
+ 活动类型:
+ 发发发发发发付付
+
+
+ 发布
+ 编辑
+ 删除
+
+
+
+
+
+
+ 添加活动计划
+ 添加日程
+
+
+
+
+
+
+
+
+
+
+
+ 批量生成年度报表
+
+
+
+
+
+
+ 主题当日 (已发布)
+
+
巴拉巴拉巴拉巴拉巴拉巴拉巴拉巴拉
+
+
+
+
+
+
+
@@ -15,12 +127,36 @@ export default {
calendar,
},
data() {
- return {};
+ let todayObj = new Date();
+
+ return {
+ currentYearStr: todayObj.getFullYear() + "",
+ currentMonth: todayObj.getMonth(),
+
+ partyOptions: [],
+
+ fmData: {
+ party: "",
+ },
+ };
+ },
+ computed: {
+ currentYear() {
+ return parseInt(this.currentYearStr);
+ },
},
async mounted() {
// await this.getPartyOggList()
},
methods: {
+ handleChangeParty() {},
+
+ handleChangeDate(item) {
+ console.log("handleChangeDate");
+ this.currentYearStr = item.year + "";
+ this.currentMonth = item.month;
+ },
+
async getPartyOggList() {
const url = "/resi/partymember/icPartyOrg/getSearchTreelist";
let params = {
@@ -38,8 +174,197 @@ export default {
diff --git a/src/views/modules/cpts/baobiao/index.vue b/src/views/modules/cpts/baobiao/index.vue
new file mode 100644
index 000000000..86cf18c39
--- /dev/null
+++ b/src/views/modules/cpts/baobiao/index.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+ 填写
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/visual/cpts/map/index.vue b/src/views/modules/visual/cpts/map/index.vue
index 80110912b..acd84557f 100644
--- a/src/views/modules/visual/cpts/map/index.vue
+++ b/src/views/modules/visual/cpts/map/index.vue
@@ -560,13 +560,13 @@ export default {
},
updateGrid() {
- const { polygonData } = this;
+ const { polygonData,polygonDotData } = this;
if (polygonLayer) {
polygonLayer.setData(polygonData);
lineLayer.setData(polygonData);
- textLayer.setData(polygonData);
- posLayer.setData(polygonData);
- circleLayer.setData(polygonData);
+ textLayer.setData(polygonDotData);
+ posLayer.setData(polygonDotData);
+ circleLayer.setData(polygonDotData);
}
},