refactor(commonTable): remove unused field

This commit is contained in:
禾几海
2020-08-28 11:36:42 +08:00
parent 990548b8d5
commit d8e6e9c5d9

View File

@@ -12,7 +12,7 @@ export class Data<T> {
[value: string]: string [value: string]: string
} }
}; };
order?: number; // order?: number;
action ?: { action ?: {
name: string, name: string,
color?: string, color?: string,