通用表格组件-更改getValue函数实现逻辑,更改Data字段名
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {TemplateRef} from '@angular/core';
|
||||
|
||||
export class Data<T> {
|
||||
fieldName: string;
|
||||
title: string;
|
||||
fieldValue: string;
|
||||
show: boolean = true;
|
||||
primaryKey?: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user