From 88cd73b90ba4e7232eb2964fed8a369780f01cbd Mon Sep 17 00:00:00 2001 From: wtq <2394975549@qq.com> Date: Tue, 9 Dec 2025 16:50:04 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E5=B1=9E=E6=80=A7'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cmp/uploadFile/index.vue | 4 +- .../jxGoodManager/cmp-create-good.vue | 38 -- .../jxGoodManager/cmp-update-good.vue | 56 --- .../jxGoodManager/goodSet/goodSet.scss | 3 +- .../jxGoodManager/goodSet/goodSet.vue | 398 ++++++++---------- .../jxGoodManager/jx-goods-manager.vue | 76 ++-- 6 files changed, 219 insertions(+), 356 deletions(-) delete mode 100644 src/components/goodmanager/jxGoodManager/cmp-create-good.vue delete mode 100644 src/components/goodmanager/jxGoodManager/cmp-update-good.vue diff --git a/src/components/cmp/uploadFile/index.vue b/src/components/cmp/uploadFile/index.vue index 6b9a49b..9d71176 100644 --- a/src/components/cmp/uploadFile/index.vue +++ b/src/components/cmp/uploadFile/index.vue @@ -61,7 +61,7 @@ @@ -651,7 +651,7 @@ export default { }, // 文件格式 getFileType(file){ - return file.raw.type === 'image/png' ? 'png' : (file.raw.type === "application/vnd.android.package-archive" ? 'apk': file.raw.type === 'application/pdf'? 'pdf' :'jpg' ) || "" // 后缀 + return file.raw.type === 'image/png' ? '.png' : (file.raw.type === "application/vnd.android.package-archive" ? '.apk': file.raw.type === 'application/pdf'? '.pdf' :'.jpg' ) || "" // 后缀 } // // 注册 // async registerSrc (hashCode, url, mimeType, name) { diff --git a/src/components/goodmanager/jxGoodManager/cmp-create-good.vue b/src/components/goodmanager/jxGoodManager/cmp-create-good.vue deleted file mode 100644 index d188aa6..0000000 --- a/src/components/goodmanager/jxGoodManager/cmp-create-good.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - - diff --git a/src/components/goodmanager/jxGoodManager/cmp-update-good.vue b/src/components/goodmanager/jxGoodManager/cmp-update-good.vue deleted file mode 100644 index f6db6d4..0000000 --- a/src/components/goodmanager/jxGoodManager/cmp-update-good.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/goodmanager/jxGoodManager/goodSet/goodSet.scss b/src/components/goodmanager/jxGoodManager/goodSet/goodSet.scss index 9f4d9c0..3821824 100644 --- a/src/components/goodmanager/jxGoodManager/goodSet/goodSet.scss +++ b/src/components/goodmanager/jxGoodManager/goodSet/goodSet.scss @@ -1,5 +1,5 @@ .separator { - border-top: 1px dashed #dcdfe6; + // border-top: 1px dashed #dcdfe6; margin: 20px 0; } @@ -10,6 +10,7 @@ margin:20px 0; font-weight: bold; color: #303133; + width: 100%; } .limitBorder{ diff --git a/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue b/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue index 0bdc2c3..ac94742 100644 --- a/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue +++ b/src/components/goodmanager/jxGoodManager/goodSet/goodSet.vue @@ -84,7 +84,7 @@ - +