BUG 20240827 7
This commit is contained in:
@@ -191,7 +191,7 @@ Vue.component("tableColumn", {
|
|||||||
return config.custom ? h('div', {
|
return config.custom ? h('div', {
|
||||||
style: {color: row.preSaleNum > row.stockNum ? 'red' : '#fff'}, class: 'pointer'
|
style: {color: row.preSaleNum > row.stockNum ? 'red' : '#fff'}, class: 'pointer'
|
||||||
}, '周边库存情况') :
|
}, '周边库存情况') :
|
||||||
h('span', row[config.prop] ?? '')
|
h('span', config.format?.(row) ?? row[config.prop] ?? '')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user