From 0cf2031b0d75b32ff40038d016122ae8d0cd1edf Mon Sep 17 00:00:00 2001 From: lvjunzhao <967725@dms.yudean.com> Date: Tue, 11 Feb 2025 14:43:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90-?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0detail=E7=9A=84=E6=8C=89=E9=92=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CreateCodeStep/src/ViewDesignStep.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/CreateCodeStep/src/ViewDesignStep.vue b/src/components/CreateCodeStep/src/ViewDesignStep.vue index b2c95ad..75c154d 100644 --- a/src/components/CreateCodeStep/src/ViewDesignStep.vue +++ b/src/components/CreateCodeStep/src/ViewDesignStep.vue @@ -683,6 +683,13 @@ icon: 'ant-design:delete-outlined', isDefault: true, }, + { + isUse: true, + name: t('查看详情'), + code: 'detail', + icon: 'ant-design:eye-outlined', + isDefault: true, + }, { isUse: false, name: t('批量删除'),