This commit is contained in:
yanran200730
2022-01-14 17:26:38 +08:00
parent 85fefcb74b
commit 6c09a8a464

View File

@@ -127,7 +127,6 @@
render: (h, {row}) => {
return h('span', {
style: {
color: row.status === '0' ? 'red' : '#333'
}
}, row.today === '0' ? '-' : (row.vaccine || 0 + '次'))
}