We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834433a commit cd520f7Copy full SHA for cd520f7
src/views/infra/fileConfig/index.vue
@@ -102,7 +102,7 @@
102
<el-form-item v-if="form.storage === 11" label="连接模式" prop="config.mode">
103
<el-radio-group v-model="form.config.mode">
104
<el-radio key="Active" label="Active">主动模式</el-radio>
105
- <el-radio key="Passive" label="Passive">主动模式</el-radio>
+ <el-radio key="Passive" label="Passive">被动模式</el-radio>
106
</el-radio-group>
107
</el-form-item>
108
<!-- S3 -->
0 commit comments