From 42c2b691249e5a89d6ea42cb9357605d20cd5143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E9=92=B1?= Date: Mon, 10 Mar 2025 15:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=B1=9E=E6=80=A7=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E5=80=BC=E7=9A=84=E5=8F=AF=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- ...oductCategoryPropertiesCategoryMapForm.vue | 142 ++++++++++++------ .../category/propertiescategorymap/index.vue | 10 +- 3 files changed, 101 insertions(+), 53 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f145f386a..de0d3f645 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -87,7 +87,7 @@ "source.fixAll.stylelint": "explicit" }, "[vue]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "Vue.volar" }, "i18n-ally.localesPaths": ["src/locales"], "i18n-ally.keystyle": "nested", diff --git a/src/views/erp/product/category/propertiescategorymap/ProductCategoryPropertiesCategoryMapForm.vue b/src/views/erp/product/category/propertiescategorymap/ProductCategoryPropertiesCategoryMapForm.vue index 8b31569d8..b5918ca71 100644 --- a/src/views/erp/product/category/propertiescategorymap/ProductCategoryPropertiesCategoryMapForm.vue +++ b/src/views/erp/product/category/propertiescategorymap/ProductCategoryPropertiesCategoryMapForm.vue @@ -1,42 +1,45 @@