Commit 1556e914 by qinjianhui

fix: 问题修改

parent 9ca29d34
...@@ -254,8 +254,8 @@ const columns = [ ...@@ -254,8 +254,8 @@ const columns = [
return ( return (
<span <span
style={{ style={{
color: row.inventoryStatus === 3 ? '#E6A23C' : '', color: !row.locationCode ? '#E6A23C' : '',
fontWeight: row.inventoryStatus === 3 ? 'bold' : '', fontWeight: !row.locationCode ? 'bold' : '',
}} }}
> >
{row.salesNum || 0} {row.salesNum || 0}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment