diff --git a/.gitignore b/.gitignore index bf9c2e8..61e8775 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .DS_Store node_modules /dist - +yarn.lock # local env files .env.local @@ -21,4 +21,4 @@ pnpm-debug.log* *.njsproj *.sln *.sw? -!/yarn.lock + diff --git a/package.json b/package.json index 3f5eded..c873d00 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "xlsx": "^0.18.5" }, "devDependencies": { + "@typescript-eslint/eslint-plugin": "^8.18.0", "@vitejs/plugin-vue": "^4.1.0", "@vue/compiler-sfc": "^3.2.47", "eslint": "^8.38.0", diff --git a/src/App.vue b/src/App.vue index 0a2c80b..6af8d1b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,8 +4,8 @@ - - + + diff --git a/src/views/gateway/collectdatamonitor.vue b/src/views/gateway/collectdatamonitor.vue index b79f0dc..5a6a7bc 100644 --- a/src/views/gateway/collectdatamonitor.vue +++ b/src/views/gateway/collectdatamonitor.vue @@ -32,7 +32,7 @@
-

数据源配置 {{ activeDeviceConfig.equipId || '' }}

+

数据源配置 {{ activeDeviceConfig.equipId || '' }}

@@ -40,7 +40,15 @@
- +