diff --git a/src/components/modals/ExportModal.vue b/src/components/modals/ExportModal.vue index 46ba63e..8538aed 100644 --- a/src/components/modals/ExportModal.vue +++ b/src/components/modals/ExportModal.vue @@ -1,9 +1,8 @@ - - 导出记录 - - + + + 导出记录 + + + + + + + - 日期范围 + 日期范围 @@ -139,9 +220,60 @@ const handleExport = async () => { + + + + 选择要导出的主标签 + + + {{ tag.name }} + + + + + + 生成预览表格 + - 导出为 JSON + + + + + 数据预览 + + 一键复制完整表格 + + + + + + + + 日期 + + {{ getTagName(tagId) }} + + + + + + + {{ date }} + + + {{ previewData[date]?.[tagId] || '' }} + + + + + + + - + \ No newline at end of file