26740
This commit is contained in:
@@ -127,7 +127,6 @@
|
|||||||
render: (h, {row}) => {
|
render: (h, {row}) => {
|
||||||
return h('span', {
|
return h('span', {
|
||||||
style: {
|
style: {
|
||||||
color: row.status === '0' ? 'red' : '#333'
|
|
||||||
}
|
}
|
||||||
}, row.today === '0' ? '-' : (row.vaccine || 0 + '次'))
|
}, row.today === '0' ? '-' : (row.vaccine || 0 + '次'))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user