@@ -203,6 +203,9 @@
<el-tag v-else-if="row.sendStatus == 4" type="success">{{
'请托已收'
}}</el-tag>
+ <el-tag v-else-if="row.sendStatus == 7" type="success">{{
+ '部分发货'
+ }}</el-tag>
</template>
<template v-slot:approvalStatus="{ row }">