表格列位置转移
https://doc.rg1008.com/docs/rg_dev/rg_dev-1elalf5o2iqn8
设置前效果
配置文件
{
"table": {
"columns": {
"vipLevel": {
"attrs": {
"positionType": "main"
}
}
}
}
}
{
"table": {
"columns": {
"modifyUserId": {
"attrs": {
"positionType": "main"
}
},
"modifyDate": {
"attrs": {
"positionType": "main"
}
}
}
}
}
{
"table": {
"columns": {
"createUserId": {
"attrs": {
"positionType": "main"
}
},
"createDate": {
"attrs": {
"positionType": "main"
}
}
}
}
}
推送并令配置生效(build-mapper-used)
http://localhost:5775/auth/main-content
推送并令配置生效(build-bridge-used)
http://localhost:5775/auth/main-content
设置后效果
文档更新时间: 2023-06-12 11:17 作者:admin