Co-Authored-By: Claude <noreply@anthropic.com>
@@ -46,7 +46,7 @@
<view class="card-badge" :class="device.remainingStock < device.standardStock ? 'warn' : 'normal'">
<text>{{ device.remainingStock < device.standardStock ? '待补货' : '正常' }}</text>
</view>
- <view class="card-audit" @click.stop="goToAudit(device)"><text>盘点</text></view>
+ <view class="card-audit" @click.stop="goToAudit(device)"><text>库存盘点</text></view>
</scroll-view>