瀏覽代碼

fix: change textbookSubscription

DESKTOP-USV654P\pc 2 月之前
父節點
當前提交
af759442a7
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/educational/textbookSubscription/components/textBookPop.vue

+ 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();