【修改】文件默认名
This commit is contained in:
@@ -454,13 +454,13 @@ const formData = ref({
|
||||
quId: '',
|
||||
url: '',
|
||||
fileType: '1',
|
||||
fileName: ''
|
||||
fileName: '原始'
|
||||
},
|
||||
{
|
||||
quId: '',
|
||||
url: '',
|
||||
fileType: '2',
|
||||
fileName: ''
|
||||
fileName: '结果'
|
||||
}]
|
||||
})
|
||||
|
||||
@@ -834,13 +834,13 @@ const resetForm = () => {
|
||||
quId: '',
|
||||
url: '',
|
||||
fileType: '1',
|
||||
fileName: ''
|
||||
fileName: '原始'
|
||||
},
|
||||
{
|
||||
quId: '',
|
||||
url: '',
|
||||
fileType: '2',
|
||||
fileName: ''
|
||||
fileName: '结果'
|
||||
}]
|
||||
}
|
||||
keywordList.value=[],
|
||||
|
@@ -248,8 +248,8 @@
|
||||
size="small"
|
||||
style="width: 100%"
|
||||
>
|
||||
<el-option label="添加到收藏夹" value="添加到收藏夹" />
|
||||
<el-option label="添加到文件夹" value="添加到文件夹" />
|
||||
<el-option label="添加到收藏夹" value="添加到收藏夹" />
|
||||
</el-select>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
Reference in New Issue
Block a user