{{ title }}

@if (hintText) {

{{ hintText }}

} @if (showDebugInfo && (debugDataSource || debugRegisterUrl || debugListUrl)) {
@if (debugDataSource) {
数据源: {{ debugDataSource }} 记录条数: {{ debugRecordCount }} 更新时间: {{ debugLastUpdated }} @if (debugUseMockData) { ⚠ 使用模拟数据 } @else { ✓ 使用API数据 }
} @if (debugRegisterUrl || debugListUrl) {
@if (debugRegisterUrl) { 注册API: {{ debugRegisterUrl || '未调用' }} } @if (debugListUrl) { 列表API: {{ debugListUrl || '未调用' }} }
}
}