修改固定物显示

main
suixy 3 weeks ago
parent 7873250331
commit 5adbdbf2fc

@ -1487,6 +1487,7 @@ const dots2 = computed(() => {
}) })
const dotIndex2 = ref(-1) const dotIndex2 = ref(-1)
const table2Current = (e) => { const table2Current = (e) => {
console.log(e)
dotIndex.value = -1 dotIndex.value = -1
dotIndex1.value = -1 dotIndex1.value = -1
if (dotIndex2.value === e.$index) { if (dotIndex2.value === e.$index) {

Loading…
Cancel
Save