@@ -24,7 +24,7 @@
title: '变更类型',
dataIndex: 'alterationType',
customRender({ text }) {
- return text == 1 ? '变更数量' : '变更教材';
+ return text == 1 ? '变更数量' : text == 2 ? '变更教材' : '原始版本';
},
{