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