@@ -99,7 +99,7 @@
:sorter="(a, b) => (Boolean(a.isSuspended) ? 0 : 1 - Boolean(b.isSuspended) ? 0 : 1)"
>
<template slot-scope="t">
- <a-tag color="green" v-if="!Boolean(t)">审批中</a-tag>
+ <a-tag color="green" v-if="!Boolean(t)">处理中</a-tag>
<a-tag color="orange" v-if="Boolean(t)">已完成</a-tag>
</template>
</a-table-column>