update 工段设备关联

This commit is contained in:
2022-08-30 10:29:56 +08:00
parent e690c90d74
commit 1e78bbf6ee
4 changed files with 318 additions and 74 deletions

View File

@@ -2,8 +2,9 @@
"singleQuote": true,
"tabWidth": 2,
"bracketSameLine": true,
"jsxBracketSameLine": true,
"embeddedLanguageFormatting": "auto",
"printWidth": 180,
"printWidth": 80,
"quoteProps": "consistent",
"trailingComma": "none",
"semi": false,