This commit is contained in:
duanxiaohai 2024-10-21 15:44:15 +08:00
parent 5339a1e51e
commit ade632515d
2 changed files with 47 additions and 17 deletions

View File

@ -1777,6 +1777,33 @@ const showTab = (val) => {
djmbsj: "14:20", djmbsj: "14:20",
cc: "6", cc: "6",
}, },
{
lm: "301",
smz: "龙游—金村",
xjsbsj: "7:30",
xjmbsj: "14:30",
djsbsj: "7:30",
djmbsj: "14:30",
cc: "6",
},
{
lm: "302",
smz: "龙游—南溪",
xjsbsj: "6:50",
xjmbsj: "14:40",
djsbsj: "6:50",
djmbsj: "14:40",
cc: "6",
},
{
lm: "303",
smz: "龙游—徐坞",
xjsbsj: "6:50",
xjmbsj: "14:50",
djsbsj: "6:50",
djmbsj: "14:50",
cc: "6",
},
]; ];
dialogShowTab.value = true; dialogShowTab.value = true;
break; break;

View File

@ -264,7 +264,7 @@
/> />
</template> </template>
<template #zxs="{ currentCol, currentData }"> <template #zxs="{ currentCol, currentData }">
<div v-if="currentData.zt>0" style="font-size: 30px;">*</div> <div v-if="currentData.zt > 0" style="font-size: 30px">*</div>
</template> </template>
</Dialog> </Dialog>
<DialogCamera <DialogCamera
@ -3022,8 +3022,8 @@ const get_dk_zyys = async (sj,xd,ssly) => {
if (item.committee == dk.name) { if (item.committee == dk.name) {
let a = { let a = {
...dk, ...dk,
zt:item.zt zt: item.zt,
} };
zyys_data.value.point.push(a); zyys_data.value.point.push(a);
} }
}); });
@ -3095,8 +3095,11 @@ const Xr_zyysNum = (polygon, indexx) => {
div.style.cursor = "pointer"; div.style.cursor = "pointer";
div.style.padding = "5px"; div.style.padding = "5px";
div.style.minWidth = "60px"; div.style.minWidth = "60px";
div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`; div.style.borderRadius = "12px";
div.style.transform = "translateY(50px)"; // div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`;
div.style.background = "linear-gradient(90deg, rgba(146,151,217,1) 0%, rgba(236,236,236,1) 100%)";
div.style.transform = "translate(50px, 26px)";
// div.style.transform = "translateY(50px)";
div.setAttribute("name", this.properties.title); div.setAttribute("name", this.properties.title);
var title = document.createElement("div"); var title = document.createElement("div");