diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue index 930d5e2..90b845f 100644 --- a/src/views/product/productExamine/index.vue +++ b/src/views/product/productExamine/index.vue @@ -103,7 +103,7 @@ 批量设置推荐 导出列表 - + @@ -135,8 +135,8 @@ - - + + {{ productTypeList[scope.row.audit_type].label }} @@ -149,7 +149,7 @@ - + {{ scope.row.spec_type==0 ? '[单规格]' : '[多规格]' }}{{ scope.row.store_name || '-' }} @@ -160,12 +160,12 @@ - + {{ scope.row.merchant.is_huimei ? '是' : '否' }} - + {{ scope.row.is_huimei ? '是' : '否' }} @@ -173,7 +173,7 @@ - + {{ auditedList[scope.row.is_audited] }} diff --git a/src/views/product/productExamine/info.vue b/src/views/product/productExamine/info.vue index 269b21f..65c9ded 100644 --- a/src/views/product/productExamine/info.vue +++ b/src/views/product/productExamine/info.vue @@ -691,6 +691,7 @@ export default { }, 11: { 'api': productStatusApi, + 'status':1, 'backStatus':10 }, '15': {