Commit f540adcc by wusiyi

fix: lint

parent 885a48a6
......@@ -2039,16 +2039,16 @@ const operationOrderColumns = [
return (
<div style="display:flex;gap:4px;">
{list.map((img, idx) => (
<Thumbnail
title={img.title ?? ''}
key={idx}
src={img.url}
width="45"
display-width="50"
previewTeleported
previewSrcList={urls}
initialIndex={idx}
/>
<span key={idx} title={img.title ?? ''}>
<Thumbnail
src={img.url}
width="45"
display-width="50"
previewTeleported
previewSrcList={urls}
initialIndex={idx}
/>
</span>
))}
</div>
)
......
......@@ -6586,8 +6586,8 @@ function getProductMarkt(productMark: string) {
return ''
}
const dialogVisible = ref(false)
const dialogImageUrl = ref('')
// const dialogVisible = ref(false)
// const dialogImageUrl = ref('')
// const handlePictureCardPreview = (fileUrl: string, type?: string) => {
// dialogImageUrl.value = fileUrl
// if (type == 'variantImage')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment