From e2dd88f29f6d080d0ec29815528cd61506ed1da4 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 10 Jan 2018 13:07:37 +0800 Subject: [PATCH] 删除多余文件 --- src/app/core/entity/grid.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/core/entity/grid.ts b/src/app/core/entity/grid.ts index d380735..3a1ac82 100644 --- a/src/app/core/entity/grid.ts +++ b/src/app/core/entity/grid.ts @@ -13,7 +13,7 @@ sort?: string; isSort?: boolean; type?: DataType; - format?: Function; + format?: (value: any, col: Column, row: any) => string; } export interface DataType { name: Types; -- Gitblit v1.8.0