perf: 上传文档修改文案
This commit is contained in:
parent
978bb7f64e
commit
794fd5af79
@ -25,7 +25,7 @@
|
|||||||
<el-button @click="router.go(-1)" :disabled="loading">取消</el-button>
|
<el-button @click="router.go(-1)" :disabled="loading">取消</el-button>
|
||||||
<el-button @click="prev" v-if="active === 1" :disabled="loading">上一步</el-button>
|
<el-button @click="prev" v-if="active === 1" :disabled="loading">上一步</el-button>
|
||||||
<el-button @click="next" type="primary" v-if="active === 0" :disabled="loading">
|
<el-button @click="next" type="primary" v-if="active === 0" :disabled="loading">
|
||||||
创建并导入
|
{{ documentsType === 'txt' ? '下一步' : '开始导入' }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="submit" type="primary" v-if="active === 1" :disabled="loading">
|
<el-button @click="submit" type="primary" v-if="active === 1" :disabled="loading">
|
||||||
开始导入
|
开始导入
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user