{
field: 'CheckList_cycle', title: '周期', width: 100, align: 'center',
editor: {
type: 'combobox',
options: {
editable: false,
data: [{ "value": "M", "text": "月" }, { "value": "W", "text": "周" }, { "value": "D", "text": "日" }],
textField: "text",
valueField: "value",
required: true,
}
}
}