From 71098dd6d671eb13fd0efa8ad5e1b7b766ddd7a6 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Thu, 1 Feb 2024 16:14:14 +0800 Subject: [PATCH] 1 --- src/views/examine/jfproduct.vue | 10 +- src/views/examine/jfsp.vue | 372 ++++++++++++++++++++++++++++++++ src/views/examine/product.vue | 2 +- 3 files changed, 378 insertions(+), 6 deletions(-) create mode 100644 src/views/examine/jfsp.vue diff --git a/src/views/examine/jfproduct.vue b/src/views/examine/jfproduct.vue index 819c160..3d4fef2 100644 --- a/src/views/examine/jfproduct.vue +++ b/src/views/examine/jfproduct.vue @@ -182,9 +182,9 @@ - + @@ -365,9 +365,9 @@ export default { this.opens = true; this.detailForm.goodsName = value.goodsName; this.detailForm.userName = value.shopInfo.userName; - this.detailForm.wpPath = value.domainInfo.wpPath; - this.detailForm.code = value.domainInfo.code; - this.detailForm.introduce = value.domainInfo.introduce; + this.detailForm.wpPath = value.panUrl; + this.detailForm.code = value.panCode; + // this.detailForm.introduce = value.domainInfo.introduce; let img1 = null; if (value.domainInfo.file) { img1 = value.domainInfo.file.split(","); diff --git a/src/views/examine/jfsp.vue b/src/views/examine/jfsp.vue new file mode 100644 index 0000000..050281a --- /dev/null +++ b/src/views/examine/jfsp.vue @@ -0,0 +1,372 @@ + + + + + diff --git a/src/views/examine/product.vue b/src/views/examine/product.vue index 2ec3453..757c045 100644 --- a/src/views/examine/product.vue +++ b/src/views/examine/product.vue @@ -177,7 +177,7 @@ width="50%" > - +