This commit is contained in:
qsh
2024-06-27 15:29:54 +08:00
parent 6f4067d50c
commit bae1f2608a
3 changed files with 9 additions and 5 deletions

View File

@@ -69,7 +69,6 @@
<el-table-column prop="productName" label="成交产品" />
<el-table-column prop="specsName" label="产品规格" />
<el-table-column prop="signNum" label="成交数量" width="100px" />
<el-table-column prop="warehouseName" label="发货仓库" width="150px" />
<el-table-column label="发货状态" width="100px">
<template #default="scope">
{{ scope.row.warehouseName ? '已发货' : '待发货' }}