From 84b0f49acf92ed35735d5d74aac7e0b5438ad4c4 Mon Sep 17 00:00:00 2001 From: 63f1bb74d2451104dc7d8b9f <63f1bb74d2451104dc7d8b9f@devide> Date: Sat, 1 Jul 2023 18:53:51 +0000 Subject: [PATCH] Auto Commit --- src/components/const.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/const.js b/src/components/const.js index 9453678..0063fa8 100644 --- a/src/components/const.js +++ b/src/components/const.js @@ -1,4 +1,9 @@ -export const tableColumns= [{ +export const tableColumns= [ + { + title: '序号', + dataIndex: 'index', + fixed: true + }, { title: '文章名称', dataIndex: 'title', fixed: true @@ -35,4 +40,5 @@ export const tableColumns= [{ }, { title: '操作', key: 'option', + fixed: true }] \ No newline at end of file -- GitLab