export const formStatusType: { [key: string]: string } = { create: '创建', update: '编辑', test: '测试', };