From 77e29e8e84a8a44c924b304fcb06f81dec594b07 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 06 六月 2025 14:57:06 +0800 Subject: [PATCH] 1.库存管理页面表头修改 2.销售出库表单字段添加 --- package.json | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 9e749e3..93e1650 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "axios": "0.28.1", "clipboard": "2.0.11", "echarts": "5.5.1", + "element-china-area-data": "^6.1.0", "element-plus": "2.7.6", "file-saver": "2.0.5", "fuse.js": "6.6.2", @@ -47,5 +48,12 @@ }, "overrides": { "quill": "2.0.2" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true, + "vue/setup-compiler-macros": true + } } } -- Gitblit v1.9.3