1
This commit is contained in:
22
iMES.WebApi/Template/Page/app/options.html
Normal file
22
iMES.WebApi/Template/Page/app/options.html
Normal file
@@ -0,0 +1,22 @@
|
||||
//************************************************
|
||||
// *Author:COCO
|
||||
// *代码由框架生成,任何更改都可能导致被代码生成器覆盖
|
||||
// *业务请在#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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user