From 3608823914385a83aca3554ed208c7decda78b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Tue, 19 Nov 2024 11:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=83=A0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/productExamine/index.vue | 4 +++- src/views/product/productExamine/info.vue | 20 +++++++++++++++++-- .../product/productExamine/proDetails.vue | 6 ++++++ 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue index 6bb0c48..7bd1778 100644 --- a/src/views/product/productExamine/index.vue +++ b/src/views/product/productExamine/index.vue @@ -421,7 +421,9 @@ diff --git a/src/views/product/productExamine/info.vue b/src/views/product/productExamine/info.vue index 6d705d6..68446d9 100644 --- a/src/views/product/productExamine/info.vue +++ b/src/views/product/productExamine/info.vue @@ -630,8 +630,13 @@ > - - + + @@ -884,6 +889,9 @@ export default { dialogVisible: false, activeNames: "first", projectData: { + is_huimei: 0, + is_benefit: 0, + is_customize: 0, merchant: { ext: { com: {}, @@ -1121,6 +1129,14 @@ export default { .projectInfo ::v-deep .el-dialog__body { padding-top: 0 !important; } +.is_benefit { + ::v-deep .el-form-item__label { + color: red; + } + ::v-deep .el-radio__input.is-checked + .el-radio__label { + color: red; + } +} .pictrue { width: 60px; height: 60px; diff --git a/src/views/product/productExamine/proDetails.vue b/src/views/product/productExamine/proDetails.vue index 530028f..350a116 100644 --- a/src/views/product/productExamine/proDetails.vue +++ b/src/views/product/productExamine/proDetails.vue @@ -215,6 +215,12 @@ {{ productData.is_huimei ? "是" : "否" }} +
  • +
    特惠专区产品:
    +
    + {{ productData.is_benefit ? "是" : "否" }} +
    +