@@ -88,6 +88,12 @@
<el-tag v-else-if="row.sendStatus == 6" type="success">{{
'请托拒收'
}}</el-tag>
+ <el-tag v-else-if="row.sendStatus == 8" type="success">{{
+ '部分收货'
+ }}</el-tag>
+ <el-tag v-else-if="row.sendStatus == 9" type="success">{{
+ '部分驳回'
</template>
<template v-slot:approvalStatus="{ row }">