You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
616 B

//************************************************
// *Authorjxx
// *QQ283591387
// *代码由框架生成,任何更改都可能导致被代码生成器覆盖
// *业务请在#TableName.js中编写
//************************************************
export default function() {
return {
editFormFields: #editFormFileds,
editFormOptions: #editFormOptions,
searchFormFields: #searchFormFileds,
searchFormOptions: #searchFormOptions,
columns: [#columns],
table: {
key: '#key',
footer: "Foots",
cnName: '#cnName',
name: '#TableName',
url: "#url",
sortName: "#SortName"
}
}
}