zhh 6 anni fa
parent
commit
d6c2e6a415
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      src/views/pms/product/index.vue

+ 9 - 0
src/views/pms/product/index.vue

@@ -582,6 +582,15 @@
       handleUpdateProduct(index,row){
         this.$router.push({path:'/pms/updateProduct',query:{id:row.id}});
       },
+      handleShowProduct(index,row){
+        console.log("handleShowProduct",row);
+      },
+      handleShowVerifyDetail(index,row){
+        console.log("handleShowVerifyDetail",row);
+      },
+      handleShowLog(index,row){
+        console.log("handleShowLog",row);
+      },
       updatePublishStatus(publishStatus, ids) {
         let params = new URLSearchParams();
         params.append('ids', ids);