mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
export default {
|
|
title: '动态表格',
|
|
subTitle: '返回表格数据的同时返回列信息',
|
|
body: {
|
|
type: 'crud',
|
|
api: '/api/crud/dynamic?waitSeconds=1'
|
|
}
|
|
};
|