| 日期 | {{ indicatorMap[sid]?.name || sid }}✕ |
|---|---|
| {{ p }} | {{ formatNum(seriesData[sid][p]) }}{{ indicatorMap[sid]?.unit }}— |
👈 单击左侧目录树中的指标名称,开始叠加数据列
请先在数据表格中添加指标
📁 文件管理已移至 管理台 → 文件管理,点击前往
🔄 Wind映射 (请在完整部署中查看)
| 日期 | {{ indicatorMap[sid]?.name || sid }}✕ |
|---|---|
| {{ p }} | {{ formatNum(seriesData[sid][p]) }}{{ indicatorMap[sid]?.unit }}— |
🔄 Wind映射 (请在完整部署中查看)
| 编码 | 名称 | 域 | 来源标签 | 频率 | 状态 | 创建时间 | 最后修改 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ ind.code }} | {{ ind.name }} | {{ ind.domain_id }} | {{ ind.frequency }} | {{ {ACTIVE:'已生效',REVIEWING:'审核中',PROPOSED:'草稿',DEPRECATED:'已弃用',ARCHIVED:'已归档'}[ind.lifecycle_status]||ind.lifecycle_status }} | {{ fmtDateTime(ind.created_at) }} | {{ fmtDateTime(ind.updated_at) }} |
| ID | 用户名 | 显示名 | 角色 | 部门 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ u.id }} | {{ u.username }} | {{ u.display_name }} | {{ u.department }} | {{ u.status==='ACTIVE'?'正常':'停用' }} | {{ fmtDateTime(u.created_at) }} |
| 时间 | 操作类型 | 指标编码 | 指标名称 | 数据期间 | 操作人 | 说明 |
|---|---|---|---|---|---|---|
| {{ fmtDateTime(l.created_at) }} | {{ {IMPORT:'导入',UPDATE:'更新',REVISE:'修订',CREATE:'新建',DEPRECATE:'弃用'}[l.operation]||l.operation }} | {{ l.indicator_code }} | {{ l.indicator_name?.substring(0,30)||'' }} | {{ l.period_date||'—' }} | {{ l.operator }} | {{ l.details||'' }} |