路由跳转

This commit is contained in:
yanran200730
2022-07-27 10:04:40 +08:00
parent 5cb525d9a2
commit 2282183509
2 changed files with 9 additions and 4 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>
@@ -212,7 +212,7 @@
this.getCalendarList(year, month)
this.getEffect()
this.getDepart()
this.dict.load('mstSendType')
this.dict.load('mstSendType')
},
methods: {
...mapActions(['initOpenData', 'transCanvas']),
@@ -555,7 +555,7 @@
width: 70px;
}
.name{
width: calc(100% - 70px);
width: calc(100% - 70px);
}
}
.item-btn{