From 5f41da34fb055feaf6887016b269f48a899b3c6e Mon Sep 17 00:00:00 2001
From: duan <1004387497@qq.com>
Date: Wed, 26 Feb 2025 15:52:22 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E5=9B=BE=E5=BA=93=E5=8A=9F=E8=83=BD=E6=9C=AA=E5=BC=80=E5=A7=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.vscode/settings.json | 6 +
src/components/mycomponents/addImg.vue | 221 ++++++++++++++++++
.../addImgconfig/imageComponent.vue | 194 +++++++++++++++
.../addImgconfig/mypagination.vue | 79 +++++++
.../indexconfig/SpecificationAttribute.vue | 2 +-
src/views/product/indexconfig/addgoods.vue | 85 +++++--
6 files changed, 568 insertions(+), 19 deletions(-)
create mode 100644 src/components/mycomponents/addImg.vue
create mode 100644 src/components/mycomponents/addImgconfig/imageComponent.vue
create mode 100644 src/components/mycomponents/addImgconfig/mypagination.vue
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 01df9ae..ca69dfc 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -83,5 +83,11 @@
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
+ },
+ "[snippets]": {
+ "editor.defaultFormatter": "vscode.json-language-features"
+ },
+ "[jsonc]": {
+ "editor.defaultFormatter": "vscode.json-language-features"
}
}
diff --git a/src/components/mycomponents/addImg.vue b/src/components/mycomponents/addImg.vue
new file mode 100644
index 0000000..963817e
--- /dev/null
+++ b/src/components/mycomponents/addImg.vue
@@ -0,0 +1,221 @@
+
+
+
+
+
+ -
+ {{ item.name }} ({{ item.count }})
+
+
+ 我的图片
+
+
+
+
+
+
+
+
+
+
+ 确 定
+ 取 消
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/mycomponents/addImgconfig/imageComponent.vue b/src/components/mycomponents/addImgconfig/imageComponent.vue
new file mode 100644
index 0000000..d92a299
--- /dev/null
+++ b/src/components/mycomponents/addImgconfig/imageComponent.vue
@@ -0,0 +1,194 @@
+
+
+
+ 只能上传png、jgp图片
+ 上传文件
+
+
+ -
+
+
+
+
+
+
+
+ 确认
+
+
+
+
+
+
+
diff --git a/src/components/mycomponents/addImgconfig/mypagination.vue b/src/components/mycomponents/addImgconfig/mypagination.vue
new file mode 100644
index 0000000..1f53618
--- /dev/null
+++ b/src/components/mycomponents/addImgconfig/mypagination.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/indexconfig/SpecificationAttribute.vue b/src/views/product/indexconfig/SpecificationAttribute.vue
index ce825b3..ae0b972 100644
--- a/src/views/product/indexconfig/SpecificationAttribute.vue
+++ b/src/views/product/indexconfig/SpecificationAttribute.vue
@@ -81,7 +81,7 @@