mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +08:00
Routine Update
This commit is contained in:
@@ -31,8 +31,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="Status" class="control-label x85">禁用:</label>
|
||||
<input type="checkbox" name="Status" id="Status" value="true" data-toggle="icheck">
|
||||
<label for="Status" class="control-label x85">设置状态:</label>
|
||||
|
||||
<select name="Status" id="Status" data-toggle="selectpicker" data-rule="required">
|
||||
<option value="0">正常</option>
|
||||
<option value="1">禁用</option>
|
||||
</select>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@@ -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