feat:工作流 - 小优化

This commit is contained in:
weifs 2023-04-20 18:25:34 +08:00
parent 7e56389c34
commit c18fd1ef20
2 changed files with 6 additions and 1 deletions

View File

@ -264,6 +264,11 @@ export default {
}
},
watch: {
'$route' (to, from) {
if(to.name == 'manage-review'){
this.tabsClick()
}
},
wsMsg: {
handler(info) {
const {type, action} = info;

View File

@ -8,7 +8,7 @@
</Col> -->
<Col v-for="(item, key) in list" :xxl="{ span: 6 }" :xl="{ span: 8 }" :lg="{ span: 12 }" :sm="{ span: 24 }" :xs="{ span: 24 }" >
<div class="approve-col-box approve-col-for" @click="edit(item)">
<p>{{$L('流程名称')}}<span style="font-weight: 500;color: #135de6;">{{$L(item.name)}}</span></p>
<p>{{$L('流程名称')}}<span style="font-weight: 500;color: #135de6;">{{$L(item.name)}}</span></p>
<Divider style="margin: 12px 0;"/>
<div class="approve-button-box" @click.stop="edit(item)">
<p>{{$L('是否发布')}} </p>