mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-10 18:00:28 +08:00
feat: DBMS 数据库管理、redis管理、mongo管理,新增【数据操作】快捷跳转
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user