This commit is contained in:
liuye
2022-07-27 10:54:10 +08:00
15 changed files with 182 additions and 359 deletions

View File

@@ -46,7 +46,7 @@
</div>
<div class="flex-between">
<div class="item-info">群发类型<span>{{$dict.getLabel('mstSendType', item.sendType) || ''}}</span></div>
<span class="item-btn">详情{{item.sendType}}</span>
<span class="item-btn" @click="$router.push({name: '357e228ba8e64008ace90d095a7a0dd7', params: { id: item.id }})">详情{{item.sendType}}</span>
</div>
</el-card>
</el-timeline-item>
@@ -213,7 +213,7 @@
this.getCalendarList(year, month)
this.getEffect()
this.getDepart()
this.dict.load('mstSendType')
this.dict.load('mstSendType')
},
methods: {
...mapActions(['initOpenData', 'transCanvas']),
@@ -561,7 +561,7 @@
width: 70px;
}
.name{
width: calc(100% - 70px);
width: calc(100% - 70px);
}
}
.item-btn{