From 906502f49b3980c450e5837521393c3810b62395 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 29 May 2025 11:10:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=AD=97=E5=85=B8=E9=A1=B9?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=E9=87=8D=E6=9E=84(?= =?UTF-8?q?=E4=B8=8B=E4=B8=AA=E7=89=88=E6=9C=AC=E5=86=8D=E4=BB=8B=E5=85=A5?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/dict/type/index-refactor.vue | 225 ++++++++++++------ 1 file changed, 150 insertions(+), 75 deletions(-) diff --git a/apps/web-antd/src/views/system/dict/type/index-refactor.vue b/apps/web-antd/src/views/system/dict/type/index-refactor.vue index 1b1229e0..f37e93eb 100644 --- a/apps/web-antd/src/views/system/dict/type/index-refactor.vue +++ b/apps/web-antd/src/views/system/dict/type/index-refactor.vue @@ -1,7 +1,9 @@ + @@ -127,17 +181,34 @@ const emptyImage = Empty.PRESENTED_IMAGE_SIMPLE; 字典项列表 - + - + - + + - + - - - - + + + + {{ item.dictName }} - {{ item.dictType }} - + - + - + - - - + + - - 共 {{ searchResultList.length }} 条数据 - - + 共 {{ total }} 条数据 + + +