interface staticfield { /** * 标签名 */ fieldLabel: string /** * 标签宽度 */ labelWidth: string /** * 内容 */ text: string /** * 是否隐藏 */ hidden: boolean }