说明: formchef系列表单组件成员, 插入一段文字或者案子链接.

``` jsx
    let customProps={
        fieldProperties: { text:'每刻官网', link:'//www.maycur.com' },
        extraProps: { hideInApprovalStatus:false },
        readOnly:false
    };
    <DescText {...customProps}/>
```
