通常情况下,我们会发现,Model在不同的页面是有相通性的,而且每次column的书写可能会比较麻烦,如下,我们来引入Model层来解决。
标题:{{slotProps.column.getLabel(slotProps.model)}}
{{slotProps.column.getValue(slotProps.model, slotProps.index)}}