通用表格组件-更改getValue函数实现逻辑,更改Data字段名

This commit is contained in:
禾几海
2020-07-02 23:16:10 +08:00
parent 551dbc10e5
commit 8bd8986bdd
3 changed files with 23 additions and 27 deletions

View File

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