mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
🔱: [client] sync upgrade with 6 commits [trident-sync]
chore: chore: fix: 修复无法嵌套路由的bug build: publish success build: publish success
This commit is contained in:
@@ -48,18 +48,18 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
search: {
|
||||
//控制查询字段顺序
|
||||
show: true,
|
||||
//字段默认order为100,比100大的放最后面
|
||||
//字段默认order为1,比1大的放最后面
|
||||
order: 101
|
||||
},
|
||||
type: "text",
|
||||
column: {
|
||||
//控制列字段顺序
|
||||
//字段默认order为100,比100大的放最后面
|
||||
//字段默认order为1,比1大的放最后面
|
||||
order: 101
|
||||
},
|
||||
form: {
|
||||
//控制表单字段顺序
|
||||
//字段默认order为100,比100大的放最后面
|
||||
//字段默认order为1,比1大的放最后面
|
||||
order: 101
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user