Bläddra i källkod

fix: change textbookSubscription

DESKTOP-USV654P\pc 2 månader sedan
förälder
incheckning
af759442a7

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

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