10.16 修改今日日期样式,增加风险提示,禁掉相关标的分时图tooltip展示
This commit is contained in:
@@ -947,22 +947,26 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
R: common_vendor.f($data.monthDateList[$data.selectMonthIndex], (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.isToday || item.date == $data.startDate || item.date == $data.endDate
|
||||
}, item.isToday || item.date == $data.startDate || item.date == $data.endDate ? {
|
||||
a: item.isToday
|
||||
}, item.isToday ? {
|
||||
b: common_vendor.t(item.day)
|
||||
} : common_vendor.e({
|
||||
c: item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp
|
||||
}, item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp ? {
|
||||
c: item.date == $data.startDate || item.date == $data.endDate
|
||||
}, item.date == $data.startDate || item.date == $data.endDate ? {
|
||||
d: common_vendor.t(item.day)
|
||||
} : common_vendor.e({
|
||||
e: !item.isCurrentMonth
|
||||
}, !item.isCurrentMonth ? {
|
||||
} : item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp ? {
|
||||
f: common_vendor.t(item.day)
|
||||
} : common_vendor.e({
|
||||
g: !item.isCurrentMonth
|
||||
}, !item.isCurrentMonth ? {
|
||||
h: common_vendor.t(item.day)
|
||||
} : {
|
||||
g: common_vendor.t(item.day)
|
||||
})), {
|
||||
h: index,
|
||||
i: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
i: common_vendor.t(item.day)
|
||||
}), {
|
||||
e: item.timestamp > $data.startTimeStamp && item.timestamp < $data.endTimeStamp
|
||||
}), {
|
||||
j: index,
|
||||
k: common_vendor.o(($event) => $options.clickSelectDate(item), index)
|
||||
});
|
||||
})
|
||||
} : {}, {
|
||||
|
||||
Reference in New Issue
Block a user