@foreach($this->gradeOptions() as $value => $label) @endforeach @foreach($this->termOptions() as $value => $label) @endforeach 自动推断 批量推断 保存当前卷子 密度切换
卷子列表(勾选后可批量覆盖)
全选当前列表 清空选择
@foreach($this->papers() as $paper) @endforeach @if($this->papers()->isEmpty())
暂无卷子数据
@endif
原始 Markdown 预览
@if($this->selectedPaper()) {!! \App\Services\MathFormulaProcessor::processFormulas($this->selectedPaper()?->raw_markdown ?? '') !!} @else
暂无选中卷子
@endif
@foreach($this->gradeOptions() as $value => $label) @endforeach @foreach($this->termOptions() as $value => $label) @endforeach @foreach($this->sourceTypeOptions() as $value => $label) @endforeach @foreach($this->textbookOptions() as $id => $title) @endforeach
对勾选卷子批量应用非空字段
@foreach($this->gradeOptions() as $value => $label) @endforeach @foreach($this->termOptions() as $value => $label) @endforeach @foreach($this->sourceTypeOptions() as $value => $label) @endforeach 批量覆盖