98b1f533 by zhangmeng

保险

1 parent 3a0f4c64
......@@ -513,7 +513,7 @@ function handleRowClick(row) {
const init = () => {
var today = dayjs().format('YYYY-MM-DD HH:mm:ss')
time.value = dayjs('2025-07-17 07:00:00').diff(today, 'millisecond')
etime.value = dayjs('2025-07-22 12:00:00').diff(today, 'millisecond')
etime.value = dayjs('2025-07-20 24:00:00').diff(today, 'millisecond')
getRank().then(res => {
rank.value = res.data
console.log(rank.value)
......
......@@ -493,7 +493,7 @@ function handleRowClick(row) {
const init = () => {
var today = dayjs().format('YYYY-MM-DD HH:mm:ss')
etime.value = dayjs('2025-07-22 12:00:00').diff(today, 'millisecond')
etime.value = dayjs('2025-07-20 24:00:00').diff(today, 'millisecond')
time.value = dayjs('2025-07-17 07:00:00').diff(today, 'millisecond')
getRank().then(res => {
rank.value = res.data
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!