mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 12:40:36 +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')
|
helpText: this.$t('EsIndex')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
comment: {
|
||||||
|
component: 'el-input',
|
||||||
|
el: {
|
||||||
|
type: 'textarea'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getUrl() {
|
getUrl() {
|
||||||
@@ -83,12 +89,6 @@ export default {
|
|||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
computed: {},
|
|
||||||
methods: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
@@ -64,6 +64,12 @@ export default {
|
|||||||
},
|
},
|
||||||
is_default: {
|
is_default: {
|
||||||
hidden: (formValue) => formValue.type === 'sftp'
|
hidden: (formValue) => formValue.type === 'sftp'
|
||||||
|
},
|
||||||
|
comment: {
|
||||||
|
component: 'el-input',
|
||||||
|
el: {
|
||||||
|
type: 'textarea'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
cleanFormValue(values) {
|
cleanFormValue(values) {
|
||||||
|
Reference in New Issue
Block a user