zhangafei 1 miesiąc temu
rodzic
commit
cc383a457d

+ 3 - 0
src/views/billet/billetBasicInfo/BilletBasicInfo.data.ts

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