mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-23 20:17:54 +00:00
Merge pull request #4304 from jumpserver/pr@dev@fix_storage_textarea
fixed:Fixed the common item in the storage Settings to be a text field
This commit is contained in:
@@ -56,6 +56,12 @@ export default {
|
||||
helpText: this.$t('EsIndex')
|
||||
}
|
||||
}
|
||||
},
|
||||
comment: {
|
||||
component: 'el-input',
|
||||
el: {
|
||||
type: 'textarea'
|
||||
}
|
||||
}
|
||||
},
|
||||
getUrl() {
|
||||
@@ -83,12 +89,6 @@ export default {
|
||||
return value
|
||||
}
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
@@ -64,6 +64,12 @@ export default {
|
||||
},
|
||||
is_default: {
|
||||
hidden: (formValue) => formValue.type === 'sftp'
|
||||
},
|
||||
comment: {
|
||||
component: 'el-input',
|
||||
el: {
|
||||
type: 'textarea'
|
||||
}
|
||||
}
|
||||
},
|
||||
cleanFormValue(values) {
|
||||
|
Reference in New Issue
Block a user