mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-09 02:40:26 +08:00
feat: 数据库表数据支持字段设置、表格宽度自适应调整
This commit is contained in:
@@ -517,7 +517,7 @@ const registerSqlCompletionItemProvider = () => {
|
||||
},
|
||||
kind: monaco.languages.CompletionItemKind.Property,
|
||||
detail: '', // 不显示detail, 否则选中时备注等会被遮挡
|
||||
insertText: fieldName + ' ', // create_time
|
||||
insertText: fieldName, // create_time
|
||||
range,
|
||||
sortText: 100 + index + '' // 使用表字段声明顺序排序,排序需为字符串类型
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user