|
@@ -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({
|