This commit is contained in:
zc
2026-03-09 16:06:00 +08:00
parent d8273464c5
commit a3cb2263fd
2 changed files with 26 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ const columns = ref<TableInstanceColumns[]>(processColumns([
{ title: '物料编码', dataIndex: 'encoding' },
{ title: '单位克重', dataIndex: 'unitWeight' ,slotName: 'unitWeight'},
{ title: '总重量', dataIndex: 'totalWeight' ,slotName: 'totalWeight'},
{ title: '称重次数', dataIndex: 'totalCount' },
{ title: '总数量', dataIndex: 'totalCount' },
{ title: '创建时间', dataIndex: 'createTime', width: 180 },
{
title: '操作',