|
|
|
@ -11,6 +11,10 @@ |
|
|
|
@search-reset="searchReset" |
|
|
|
@search-reset="searchReset" |
|
|
|
@selection-change="selectionChange" |
|
|
|
@selection-change="selectionChange" |
|
|
|
@on-load="onLoad"> |
|
|
|
@on-load="onLoad"> |
|
|
|
|
|
|
|
<template slot-scope="{row}" |
|
|
|
|
|
|
|
slot="suspensionState"> |
|
|
|
|
|
|
|
<el-tag>{{row.suspensionState===1?'激活':'挂起'}}</el-tag> |
|
|
|
|
|
|
|
</template> |
|
|
|
</avue-crud> |
|
|
|
</avue-crud> |
|
|
|
<el-dialog title="流程删除" |
|
|
|
<el-dialog title="流程删除" |
|
|
|
:visible.sync="followBox" |
|
|
|
:visible.sync="followBox" |
|
|
|
@ -80,6 +84,7 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "状态", |
|
|
|
label: "状态", |
|
|
|
prop: "suspensionState", |
|
|
|
prop: "suspensionState", |
|
|
|
|
|
|
|
slot: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "发起人", |
|
|
|
label: "发起人", |
|
|
|
|