【修改】文件默认名

This commit is contained in:
YOHO\20373
2025-06-09 17:48:47 +08:00
committed by 陆光LG
parent 42bec171e9
commit 0b2b4d1dc5
2 changed files with 5 additions and 5 deletions

View File

@@ -454,13 +454,13 @@ const formData = ref({
quId: '', quId: '',
url: '', url: '',
fileType: '1', fileType: '1',
fileName: '' fileName: '原始'
}, },
{ {
quId: '', quId: '',
url: '', url: '',
fileType: '2', fileType: '2',
fileName: '' fileName: '结果'
}] }]
}) })
@@ -834,13 +834,13 @@ const resetForm = () => {
quId: '', quId: '',
url: '', url: '',
fileType: '1', fileType: '1',
fileName: '' fileName: '原始'
}, },
{ {
quId: '', quId: '',
url: '', url: '',
fileType: '2', fileType: '2',
fileName: '' fileName: '结果'
}] }]
} }
keywordList.value=[], keywordList.value=[],

View File

@@ -248,8 +248,8 @@
size="small" size="small"
style="width: 100%" style="width: 100%"
> >
<el-option label="添加到收藏夹" value="添加到收藏夹" />
<el-option label="添加到文件夹" value="添加到文件夹" /> <el-option label="添加到文件夹" value="添加到文件夹" />
<el-option label="添加到收藏夹" value="添加到收藏夹" />
</el-select> </el-select>
</template> </template>
</el-table-column> </el-table-column>