feat: DBMS 数据库管理、redis管理、mongo管理,新增【数据操作】快捷跳转

This commit is contained in:
刘宗洋
2022-10-18 17:21:42 +08:00
parent 6c197edddd
commit 9013fff804
16 changed files with 377 additions and 45 deletions

View File

@@ -49,7 +49,7 @@ export default defineComponent({
require: true,
},
db: {
type: [Number],
type: [String],
require: true,
},
keyInfo: {
@@ -66,7 +66,7 @@ export default defineComponent({
dialogVisible: false,
operationType: 1,
redisId: '',
db: 0,
db: '0',
key: {
key: '',
type: 'string',
@@ -180,4 +180,4 @@ export default defineComponent({
max-width: 70px;
}
}
</style>
</style>