From fa474c8a07a907ca9e593e6b9e50a134dad6f5d0 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 8 Jan 2025 10:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E5=88=B0=E8=B4=A7=E7=AE=A1?= =?UTF-8?q?=E7=90=86/=E9=A2=86=E6=96=99=E7=94=B3=E8=AF=B7-=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=A7=84=E6=A0=BC-=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 17 + .../lease/apply/component/addToolsApply.vue | 1866 +++++++++-------- .../goodsArrived/component/addTools.vue | 1087 ++++++---- 3 files changed, 1741 insertions(+), 1229 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..d4daf05b --- /dev/null +++ b/.prettierrc @@ -0,0 +1,17 @@ +{ + "printWidth": 120, + "tabWidth": 4, + "singleQuote": true, + "semi": false, + "bracketSpacing": true, + "jsxBracketSameLine": true, + "arrowParens": "avoid", + "endOfLine": "lf", + "useTabs": false, + "trailingComma": "none", + "bracketSameLine": false, + "htmlWhitespaceSensitivity": "ignore", + "vueIndentScriptAndStyle": false, + "singleAttributePerLine": false, + "importStatement": "none" +} diff --git a/src/views/material/lease/apply/component/addToolsApply.vue b/src/views/material/lease/apply/component/addToolsApply.vue index ff7ee67f..97db257b 100644 --- a/src/views/material/lease/apply/component/addToolsApply.vue +++ b/src/views/material/lease/apply/component/addToolsApply.vue @@ -1,838 +1,1028 @@ - - - - + + + + diff --git a/src/views/material/purchase/goodsArrived/component/addTools.vue b/src/views/material/purchase/goodsArrived/component/addTools.vue index 7cb9719e..1a70fc43 100644 --- a/src/views/material/purchase/goodsArrived/component/addTools.vue +++ b/src/views/material/purchase/goodsArrived/component/addTools.vue @@ -1,14 +1,7 @@ -