diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue index f848a804e..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 @@ -762,28 +771,30 @@ .m-search { background: #ffffff; border-radius: 4px; - padding: 30px 20px 5px; + padding: 24px 10px 10px; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); + 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; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); border-radius: 4px; margin-top: 15px; - padding: 23px 30px 10px; + padding: 24px 16px 10px; + margin: 16px 7px 7px; - .table { - margin-top: 20px; - } + // .table { + // margin-top: 20px; + // } } .div_btn { 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 @@ - + - +