@@ -67,6 +67,9 @@ export const columns: BasicColumn[] = [
title: '堆垛或棒线',
align: 'center',
dataIndex: 'bhtcId',
+ customRender: ({ text }) => {
+ return text === '1025' ? '判废' : text;
+ },
},
{
title: '定尺',