Browse Source

始宁农业管理后台:农产品上架申请

panyong 2 years ago
parent
commit
1eb91b2d67
1 changed files with 10 additions and 1 deletions
  1. 10 1
      htmldev/shiningManage/src/views/productManage/recommend/index.vue

+ 10 - 1
htmldev/shiningManage/src/views/productManage/recommend/index.vue

@@ -148,7 +148,16 @@ export default {
       return this.$store.state.common.arrProductSaleType
       return this.$store.state.common.arrProductSaleType
     },
     },
     arrProductStatus() {
     arrProductStatus() {
-      return this.$store.state.common.arrProductStatus
+      return [
+        {
+          name: '未上架',
+          value: '0'
+        },
+        {
+          name: '已上架',
+          value: '1'
+        }
+      ]
     }
     }
   },
   },
   methods: {
   methods: {