@@ -123,10 +123,7 @@ export default {
align: "center",
width: "5%",
},
- {
- align: "center",
- width: "10%",
- },
+
{
align: "center",
width: "10%",
@@ -145,7 +142,7 @@ export default {
},
{
align: "center",
- width: "20%",
+ width: "30%",
},
{
align: "center",
@@ -156,7 +153,7 @@ export default {
width: "10%",
},
],
- header: ["序号", "项目编号", "类别", "反映渠道", "所属网格", "状态", "项目标题", "转成项目时间", "操作"],
+ header: ["序号", "类别", "反映渠道", "所属网格", "状态", "项目标题", "转成项目时间", "操作"],
list: [],
pageSize: 10,
pageNo: 1,
@@ -427,7 +424,7 @@ export default {
item.statusShow = item.status === 'pending' ? '待处理' : '已结案'
return [
{ type: "index" },
- item.projectCode ? item.projectCode : '',
+ // item.projectCode ? item.projectCode : '',
item.categoryNames.join(','),
item.originShow ? item.originShow : '',
item.gridName ? item.gridName : '',
diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue
index 71601608..0c2833d5 100644
--- a/src/views/modules/visual/communityParty/community.vue
+++ b/src/views/modules/visual/communityParty/community.vue
@@ -6,13 +6,20 @@
src="../../../../assets/img/shuju/title-tip.png" />
区域化党建
+
+