产业数据收集系统 - {{ currentReportType === 'daily' ? '早报' : '周报' }}
{{ currentDate }} {{ currentTime }}
{{ userRole === 'admin' ? '🔐' : '👤' }}
{{ userRole === 'admin' ? '管理员' : '普通用户' }}: {{ username }}
{{ formTitle }}
{{ formData.title.length }}/200
{{ formData.content.length }}/2000
数据审阅面板 - {{ currentReportType === 'daily' ? '早报' : '周报' }}
{{ totalItems }}
总条目
{{ completedItems }}
已完成
{{ pendingItems }}
待填写
| 分类 | 子分类 | 观点标题 | 详细内容 | 状态 | 更新时间 | 操作 |
|---|---|---|---|---|---|---|
| {{ item.categoryName }} | {{ item.subCategoryName }} - | {{ item.title || '-' }} | {{ item.content || '暂无内容' }} | {{ item.statusText }} | {{ item.updatedAt || '-' }} |
|