2023年3月30日 修改模板
This commit is contained in:
parent
704e05d32f
commit
ec70df3c29
|
@ -10,9 +10,7 @@ export const columns: BasicColumn[] = [
|
|||
align: "center",
|
||||
dataIndex: '$no',
|
||||
width: '50px',
|
||||
customRender: (r) => {
|
||||
return r.index+1;
|
||||
}
|
||||
customRender: (r) => r.index + 1
|
||||
},
|
||||
<#list columns as po>
|
||||
<#if po.isShowList =='Y' && po.fieldName !='id'>
|
||||
|
|
Loading…
Reference in New Issue