Browse Source

fix:修改教材征订

全蛋 8 months ago
parent
commit
6e2778616c

+ 1 - 1
src/views/educational/textbookSubscription/components/changeHistory.vue

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