根因:后端返回字段名为 status,而操作列条件判断使用了 scope.row.billStatus, billStatus 为 undefined 导致所有状态条件判断失败,仅显示固定的"详情"按钮。 修复:将操作列条件中的 billStatus 统一改为 status。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
根因:后端返回字段名为 status,而操作列条件判断使用了 scope.row.billStatus, billStatus 为 undefined 导致所有状态条件判断失败,仅显示固定的"详情"按钮。 修复:将操作列条件中的 billStatus 统一改为 status。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>