diff --git a/.editorconfig b/.editorconfig index 98a7f94..59a6505 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,4 +4,4 @@ indent_size = 2 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true -max_line_length = 200 +max_line_length = 120 diff --git a/package.json b/package.json index cb33cba..d8a46bb 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "prettier": "^3.2.4", "qrcode.vue": "^3.4.1", "queue-typescript": "^1.0.1", + "unplugin-vue-markdown": "^0.26.0", "uuid": "^9.0.1", "vite": "^5.0.12", "vite-svg-loader": "^5.1.0", @@ -42,7 +43,8 @@ "vue3-aplayer": "^1.7.3", "vue3-marquee": "^4.2.0-beta.1", "vueuc": "^0.4.58", - "worker-timers": "^7.1.1" + "worker-timers": "^7.1.1", + "xlsx": "^0.18.5" }, "devDependencies": { "@types/eslint": "^8.56.2", diff --git a/src/App.vue b/src/App.vue index 4497bf4..9f88998 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,7 @@ + + diff --git a/src/components/manage/PointGoodsItem.vue b/src/components/manage/PointGoodsItem.vue index bd5871d..29caa0f 100644 --- a/src/components/manage/PointGoodsItem.vue +++ b/src/components/manage/PointGoodsItem.vue @@ -1,45 +1,57 @@ + + + + {{ goods.description ? goods.description : '暂无描述' }} + + + {{ tag }} +