|
@@ -351,7 +351,7 @@ function handleResponse(response: any) {
|
|
|
<el-icon>
|
|
|
<Plus />
|
|
|
</el-icon>
|
|
|
- 添加关键词
|
|
|
+ 添加词根
|
|
|
</el-button>
|
|
|
<div style="height: 72px">
|
|
|
<el-upload
|
|
@@ -362,7 +362,7 @@ function handleResponse(response: any) {
|
|
|
:on-exceed="handleExceed"
|
|
|
:http-request="handleCustomUpload">
|
|
|
<template #trigger>
|
|
|
- <el-button plain round type="warning" :icon="Upload">文件上传</el-button>
|
|
|
+ <el-button plain round type="warning" :icon="Upload">批量词根上传</el-button>
|
|
|
</template>
|
|
|
</el-upload>
|
|
|
</div>
|