From d8be5ff1f6e48f45fc58b97585822bd3a008bef1 Mon Sep 17 00:00:00 2001 From: Wayne <943146732@qq.com> Date: Sun, 3 Mar 2024 22:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=86=E7=B1=BB=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/content/article/category/Index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/content/article/category/Index.vue b/src/views/content/article/category/Index.vue index a03110c..0fc2997 100644 --- a/src/views/content/article/category/Index.vue +++ b/src/views/content/article/category/Index.vue @@ -14,6 +14,12 @@ :pagination="false" :loading="isLoading" > + + + + 分类图片 + + {{ text ? '显示' : '隐藏' }} @@ -59,6 +65,11 @@ export default { title: '分类名称', dataIndex: 'name' }, + { + title: '分类图片', + dataIndex: 'img_url', + scopedSlots: { customRender: 'img_url' } + }, { title: '状态', dataIndex: 'status',