diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue
index 690e12526..80a3d1a7a 100644
--- a/src/views/modules/communityParty/activity/index.vue
+++ b/src/views/modules/communityParty/activity/index.vue
@@ -23,17 +23,13 @@
placeholder="请输入关键字">
-
-
-
-
+
-
@@ -47,6 +43,9 @@
+
+
+
查询
@@ -67,10 +66,10 @@
+ style="width: 100%;margin-top:16px">
-
+
@@ -103,24 +102,24 @@
- 查看
- 编辑
-
- 活动总结
删除
取消
@@ -298,6 +297,14 @@
this.tableData = data.list
this.tableData.forEach((item) => {
+ this.typeList.forEach((itemuse)=>{
+ if(item.typeId==itemuse.id)
+ {
+ item.typeName=itemuse.typeName
+ }
+
+ })
+
const currentTime = new Date();
if (item.startTime > currentTime) {
if( item.status === 0 ){
@@ -324,12 +331,14 @@
this.updatetow()
}
}
+
});
} else {
this.$message.error(msg)
}
+ console.log(this.tableData);
},
async getDemandOptions() {
this.$http
@@ -767,13 +776,13 @@
margin: 20px 7px 7px;
}
- .item_width_1 {
- width: 260px;
- }
+ // .item_width_1 {
+ // width: 260px;
+ // }
- .item_width_2 {
- width: 495px;
- }
+ // .item_width_2 {
+ // width: 495px;
+ // }
.m-table {
background: #ffffff;
diff --git a/src/views/modules/workSys/typeActivity/index.vue b/src/views/modules/workSys/typeActivity/index.vue
index 78dbc0e24..9c840a3b7 100644
--- a/src/views/modules/workSys/typeActivity/index.vue
+++ b/src/views/modules/workSys/typeActivity/index.vue
@@ -41,25 +41,25 @@
-
+
-
+
- 查看
修改
删除