流程状态中文显示

pull/59/head
smallchill 7 years ago
parent 8af7d66399
commit 1c32c2d15f
  1. 5
      src/views/flow/follow.vue

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

Loading…
Cancel
Save