|
@@ -164,7 +164,7 @@
|
|
|
</el-row>
|
|
|
<el-row class="mb4">
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="ftp通道名称">
|
|
|
+ <el-form-item label="sftp通道名称">
|
|
|
<el-select v-model="form.sftpChanelId" placeholder="请选择" style="width: 100%" clearable
|
|
|
@change="ftpChannelChange" popper-class="cpp-popper">
|
|
|
<el-option
|
|
@@ -384,7 +384,7 @@ export default {
|
|
|
}
|
|
|
if (this.form.ftpUrl != undefined && this.form.ftpUrl != '') {
|
|
|
if (this.form.ftpChanelId == undefined || this.form.ftpChanelId == '') {
|
|
|
- this.$message.warning('请选择ftp通道名称')
|
|
|
+ this.$message.warning('请选择sftp通道名称')
|
|
|
return
|
|
|
}
|
|
|
}
|