Files
tms-erp-base-tool/blade-starter-develop/src/main/resources/templates/element/sub/option.js.btl
T
2026-07-07 18:01:21 +08:00

32 lines
556 B
Plaintext

export default {
size: 'small',
expand: false,
index: true,
border: true,
selection: true,
column: [
#for(x in prototypes) {
{
label: "${x.jdbcComment!}",
prop: "${x.propertyName!}",
#if(strutil.contain(x.componentType,"date")||strutil.contain(x.componentType,"time")){
format: "yyyy-MM-dd hh:mm:ss",
valueFormat: "yyyy-MM-dd hh:mm:ss",
#}
#if(x.isForm==0){
display: false,
#}
#if(x.isRow==1){
span: 24,
#}
#if(x.isList==0){
hide: true,
#}
#if(x.isQuery==1){
search: true,
#}
},
#}
]
}