export default {
title: '动态表格',
subTitle: '返回表格数据的同时返回列信息',
body: {
type: 'crud',
api: '/api/crud/dynamic?waitSeconds=1'
}
};