修改配送状态

This commit is contained in:
2026-02-13 09:43:42 +08:00
parent 43791e8ab6
commit e400907db9

View File

@@ -113,8 +113,9 @@
>否</span >否</span
> >
<span v-else-if="scope.row.isDelivery === '1'">是</span> <span v-else-if="scope.row.isDelivery === '1'">是</span>
<span v-else-if="scope.row.isDelivery === '2'">配送</span> <span v-else-if="scope.row.isDelivery === '2'">配送</span>
<span v-else-if="scope.row.isDelivery === '3'">配送完成</span> <span v-else-if="scope.row.isDelivery === '3'">配送</span>
<span v-else-if="scope.row.isDelivery === '4'">配送完成</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column