Browse Source

fix: change textbookSubscription

DESKTOP-USV654P\pc 2 months ago
parent
commit
af759442a7

+ 7 - 0
src/views/educational/textbookSubscription/components/textBookPop.vue

@@ -53,6 +53,13 @@
       });
       return data;
     },
+    actionColumn: {
+      width: 150,
+      title: '操作',
+      dataIndex: 'action',
+      slots: { customRender: 'action' },
+      fixed: 'right',
+    },
   });
 
   const { createMessage } = useMessage();