This commit is contained in:
@@ -1 +1,5 @@
|
||||
export const formStatusType = { create: '创建', update: '编辑', test: '测试' };
|
||||
export const formStatusType: { [key: string]: string } = {
|
||||
create: '创建',
|
||||
update: '编辑',
|
||||
test: '测试',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user