From 2c1419fb1a15b37743e7ee4e767ba57d1c03d9ff Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 8 Nov 2022 13:59:16 +0800 Subject: [PATCH] =?UTF-8?q?vue3=20=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/codegen/vue3/views/index.vue.vm | 58 ++++++++++--------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm index 0728a405a..bcca23c19 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3/views/index.vue.vm @@ -97,17 +97,20 @@ getList()
- - {{ t('action.add') }} - - + - {{ t('action.export') }} - + />
- - {{ t('action.edit') }} - - + - {{ t('action.detail') }} - - + - {{ t('action.del') }} - + @click="handleDelete(row.id)" + />
@@ -196,15 +199,14 @@ getList()