fix: 交车/还车/替换/待交车为0时不显示数字
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -471,7 +471,7 @@ export default function App() {
|
||||
{model.pending}
|
||||
</button>
|
||||
) : (
|
||||
model.pending
|
||||
''
|
||||
)}
|
||||
</td>
|
||||
<td className="p-3 text-center border-r border-gray-100 text-green-600 font-bold bg-green-50/10">
|
||||
@@ -489,7 +489,7 @@ export default function App() {
|
||||
{model.weeklyDelivered}
|
||||
</button>
|
||||
) : (
|
||||
model.weeklyDelivered
|
||||
''
|
||||
)}
|
||||
</td>
|
||||
<td className="p-3 text-center border-r border-gray-100 text-orange-600 bg-orange-50/5">
|
||||
@@ -504,7 +504,7 @@ export default function App() {
|
||||
{model.weeklyReturned}
|
||||
</button>
|
||||
) : (
|
||||
model.weeklyReturned
|
||||
''
|
||||
)}
|
||||
</td>
|
||||
<td className="p-3 text-center text-purple-600 bg-purple-50/5 font-medium">
|
||||
@@ -519,7 +519,7 @@ export default function App() {
|
||||
{model.weeklyReplaced}
|
||||
</button>
|
||||
) : (
|
||||
model.weeklyReplaced
|
||||
''
|
||||
)}
|
||||
</td>
|
||||
</motion.tr>
|
||||
|
||||
Reference in New Issue
Block a user