feat(commonTable): editable field

This commit is contained in:
禾几海
2020-08-28 11:25:45 +08:00
parent 22480569a2
commit 449adc4cee
5 changed files with 106 additions and 10 deletions

View File

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