feat: asset基本功能

This commit is contained in:
chenjinsong
2021-04-23 19:58:08 +08:00
parent 73f34335a2
commit 5cce046423
13 changed files with 365 additions and 1197 deletions

View File

@@ -317,7 +317,7 @@ export default {
},
terminalCopy: null,
terminalRules: {
// terminal_timeout: [{ validator: positiveInteger, trigger: 'blur' }],
terminal_timeout: [{ validator: positiveInteger, trigger: 'blur' }],
terminal_record_local_retention: [{ required: true, message: this.$t('validate.required'), trigger: 'blur' }, { validator: positiveInteger, trigger: 'blur' }]
},
ldap: {