Browse Source

mod:hide-after 改成 0

panqiuyao 8 months ago
parent
commit
9de1d2b1dc
1 changed files with 22 additions and 1 deletions
  1. 22 1
      frontend/src/views/Photography/shot.vue

+ 22 - 1
frontend/src/views/Photography/shot.vue

@@ -106,6 +106,7 @@
                       <el-popover
                       <el-popover
                           popper-class="shot-image-popper"
                           popper-class="shot-image-popper"
                           placement="left"
                           placement="left"
+                          :hide-after="0"
                           v-if="image.image_path"
                           v-if="image.image_path"
                       >
                       >
                         <template #reference>
                         <template #reference>
@@ -171,7 +172,27 @@ const takePictureLoading = ref(false)
 const clientStore = client();
 const clientStore = client();
 
 
 const Router = useRouter()
 const Router = useRouter()
-const goodsList = ref([])
+const goodsList = ref([{
+  goods_art_no:"110",
+  action_time:"110110110110110110110",
+  items:[
+    {
+      image_path:"C:\\Users\\Administrator\\Desktop\\174339173144067.png"
+    },
+    {
+      image_path:"C:\\Users\\Administrator\\Desktop\\微信图片_20250317091000.jpg"
+    },
+    {
+      image_path:"C:\\Users\\Administrator\\Desktop\\174339173144067.png"
+    },
+    {
+      image_path:"C:\\Users\\Administrator\\Desktop\\微信图片_20250317091000.jpg"
+    },
+    {
+      image_path:"C:\\Users\\Administrator\\Desktop\\174339173144067.png"
+    }
+  ]
+}])
 const  goods_art_no_tpl = ref('')
 const  goods_art_no_tpl = ref('')
 const  goods_art_no = ref('')
 const  goods_art_no = ref('')
 const runAction = ref({
 const runAction = ref({