mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +00:00
feat:工作流 - 小优化
This commit is contained in:
parent
7e56389c34
commit
c18fd1ef20
@ -264,6 +264,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
'$route' (to, from) {
|
||||||
|
if(to.name == 'manage-review'){
|
||||||
|
this.tabsClick()
|
||||||
|
}
|
||||||
|
},
|
||||||
wsMsg: {
|
wsMsg: {
|
||||||
handler(info) {
|
handler(info) {
|
||||||
const {type, action} = info;
|
const {type, action} = info;
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
</Col> -->
|
</Col> -->
|
||||||
<Col v-for="(item, key) in list" :xxl="{ span: 6 }" :xl="{ span: 8 }" :lg="{ span: 12 }" :sm="{ span: 24 }" :xs="{ span: 24 }" >
|
<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)">
|
<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;"/>
|
<Divider style="margin: 12px 0;"/>
|
||||||
<div class="approve-button-box" @click.stop="edit(item)">
|
<div class="approve-button-box" @click.stop="edit(item)">
|
||||||
<p>{{$L('是否发布')}}: </p>
|
<p>{{$L('是否发布')}}: </p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user