mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-27 14:45:41 +08:00
1.0正式版
修复beta版未能解决的BUG; 全面修改页面结构,采用面向对象JS开发; 优化进出库管理示例,对资源的应用更加清晰; 完整的SQL初始数据;
This commit is contained in:
@@ -52,8 +52,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="User" class="control-label x120">操作人:</label>
|
||||
<input type="text" id="User" name="User" value="" />
|
||||
<label for="User" class="control-label x120">可见范围:</label>
|
||||
<select name="User" id="User" data-toggle="selectpicker">
|
||||
<option value="" selected="selected">全部可见</option>
|
||||
<option value="ADMIN">管理员可见</option>
|
||||
<option value="DEV">开发可见</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user