2023年3月30日 修改模板

This commit is contained in:
bai 2023-03-30 22:18:53 +08:00
parent 704e05d32f
commit ec70df3c29
1 changed files with 1 additions and 3 deletions

View File

@ -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'>