This commit is contained in:
parent
5339a1e51e
commit
ade632515d
|
@ -1777,6 +1777,33 @@ const showTab = (val) => {
|
|||
djmbsj: "14:20",
|
||||
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;
|
||||
break;
|
||||
|
|
|
@ -264,7 +264,7 @@
|
|||
/>
|
||||
</template>
|
||||
<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>
|
||||
</Dialog>
|
||||
<DialogCamera
|
||||
|
@ -3022,8 +3022,8 @@ const get_dk_zyys = async (sj,xd,ssly) => {
|
|||
if (item.committee == dk.name) {
|
||||
let a = {
|
||||
...dk,
|
||||
zt:item.zt
|
||||
}
|
||||
zt: item.zt,
|
||||
};
|
||||
zyys_data.value.point.push(a);
|
||||
}
|
||||
});
|
||||
|
@ -3095,8 +3095,11 @@ const Xr_zyysNum = (polygon, indexx) => {
|
|||
div.style.cursor = "pointer";
|
||||
div.style.padding = "5px";
|
||||
div.style.minWidth = "60px";
|
||||
div.style.background = `url(${xcbg}) no-repeat 0/100% 100%`;
|
||||
div.style.transform = "translateY(50px)";
|
||||
div.style.borderRadius = "12px";
|
||||
// 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);
|
||||
|
||||
var title = document.createElement("div");
|
||||
|
|
Loading…
Reference in New Issue