Routine Update

This commit is contained in:
yubaolee
2015-11-05 23:41:06 +08:00
parent 4ee0a395e2
commit e2f7e2cf42
3 changed files with 11 additions and 11 deletions

View File

@@ -52,14 +52,10 @@
},
{
name: 'Status',
label: '禁用',
type: 'boolean',
label: '状态',
type: 'select',
align: 'center',
render: function (value) {
return (value && String(value) == 'true') ?
'<span style="color:red;">是</span>' : '否'
}
items:[{'0':'正常'}, {'1':'禁用'}]
},
{
name: 'CreateTime',