Przeglądaj źródła

页面显示ftp字样改为sftp

xusl 2 miesięcy temu
rodzic
commit
ec62192348

+ 2 - 2
cpp-ui/src/views/configManager/electricField/index.vue

@@ -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
             }
           }