feat: 🚀 文章分类

This commit is contained in:
2025-04-11 10:54:56 +08:00
parent 473aa04ea4
commit bbf953f47a
10 changed files with 156 additions and 63 deletions

View File

@@ -32,7 +32,5 @@ export const COLUMNS = [
render: (scope: RenderScope<any>): VNode | string | any => {
return YES_OR_NO[scope.row.is_show];
}
},
{ prop: "operation", label: "操作", fixed: "right", width: 300 }
}
];