Kaynağa Gözat

页面调整

shuhao 2 hafta önce
ebeveyn
işleme
d5ca07c345

+ 1 - 2
src/views/home/album/album_compoents/albumCarousel7d.vue

@@ -12,7 +12,6 @@ import "./cacheImg.js"
 import AlbumCarouselItem from "./albumCarouselItem";
 import {dateFormat} from "@/utils/date_util.js"
 import eventBus from "@/api/eventBus";
-
 const props =defineProps({
   // sampleId:{
   //   type: [Number, String],
@@ -39,7 +38,7 @@ onMounted(() => {
     params.startDate = dateFormat(pastDate, "YY-mm-dd");
     params.endDate = dateFormat(futureDate, "YY-mm-dd");
   }
-  // getImageList(params)
+  getImageList(params)
 });
 
 const updateData = () =>{

+ 2 - 2
src/views/home/album/index.vue

@@ -473,7 +473,7 @@ const showDetail = (card) => {
     // if (card.orderStatus === 5 || card.orderStatus === 4) {
     //     // 农事成效
     //     router.push({ path: "/work_completed", query: { data: JSON.stringify(card) } });
-    // } else 
+    // } else
     if (card.orderStatus === 0) {
         router.push({ path: "/add_farm", query: { farmId: card.farmId, libId: card.farmWorkId, id: card.id } });
     } else if (card.orderStatus) {
@@ -511,7 +511,7 @@ function addNsRecord(){
     .album-wrap {
         width: 100%;
         height: 100%;
-        
+
         .slot-right {
         width: 70%;
         cursor: pointer;