From da1862fa23fe6f266d0671efb521a94d64dd09aa Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 8 Sep 2025 11:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E7=AE=A1=E7=90=86=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E5=85=B7=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ToolsTemplate/TemplateForm.vue | 269 ++++++++++++++++++ .../components/ToolsTemplate/index.vue | 238 ++++++++++++++++ src/views/dictionary/attachment/index.vue | 21 +- 3 files changed, 520 insertions(+), 8 deletions(-) create mode 100644 src/views/dictionary/attachment/components/ToolsTemplate/TemplateForm.vue create mode 100644 src/views/dictionary/attachment/components/ToolsTemplate/index.vue diff --git a/src/views/dictionary/attachment/components/ToolsTemplate/TemplateForm.vue b/src/views/dictionary/attachment/components/ToolsTemplate/TemplateForm.vue new file mode 100644 index 0000000..6bd75b2 --- /dev/null +++ b/src/views/dictionary/attachment/components/ToolsTemplate/TemplateForm.vue @@ -0,0 +1,269 @@ + + + + diff --git a/src/views/dictionary/attachment/components/ToolsTemplate/index.vue b/src/views/dictionary/attachment/components/ToolsTemplate/index.vue new file mode 100644 index 0000000..c23bd21 --- /dev/null +++ b/src/views/dictionary/attachment/components/ToolsTemplate/index.vue @@ -0,0 +1,238 @@ + + + diff --git a/src/views/dictionary/attachment/index.vue b/src/views/dictionary/attachment/index.vue index c667b8c..1d4faae 100644 --- a/src/views/dictionary/attachment/index.vue +++ b/src/views/dictionary/attachment/index.vue @@ -1,12 +1,13 @@