bug PrintDom 打印成功也会提示失败

This commit is contained in:
lb
2023-08-15 10:41:43 +08:00
parent d1bc97f42a
commit 99619fdc0a
2 changed files with 35 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ export default function () {
{ prop: "orderCode", label: "订单号" },
{ prop: "realQty", label: "数量" },
{ prop: "typeDictValue", label: "类型", filter: dictFilter('pallet_type') },
{ prop: "stifling", label: "熏蒸", },
{ prop: "stifling", label: "熏蒸", filter: val => val != null ? ['非熏蒸', '熏蒸'][val] : '-' },
{ prop: "printTime", label: "打印时间", filter: timeFilter },
{ prop: "createTime", label: "添加时间", filter: timeFilter },
{