否
@@ -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 ? "是" : "否" }}
+
+