mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-22 20:13:32 +08:00
Routine Update
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user