修改固定物显示

main
suixy 3 weeks ago
parent 96e8c61d2a
commit 700404b500

@ -1487,6 +1487,7 @@ const dots2 = computed(() => {
})
const dotIndex2 = ref(-1)
const table2Current = (e) => {
console.log(e)
let index = -1
if (itemsId.value === 4) {
index = tableData3.value.findIndex(v => v.id === e.id)

Loading…
Cancel
Save