"vscode:/vscode.git/clone" did not exist on "450f27ebc147874abb4dca7346e0afd24fc52902"
Commit 5279bdc9 authored by 季圣华's avatar 季圣华
Browse files

给系统设置增加演示用户禁止操作的判断(优化)

parent 53a43385
......@@ -80,14 +80,16 @@
</tr>
<tr>
<td>仓库开关</td>
<td style="padding:5px">
<input name="depotFlag" id="depotFlag" type="checkbox" style="width: 220px;height: 20px" title="勾选后需要到用户列表配置权限"/>
<td style="padding:5px;text-align:center;">
<input name="depotFlag" id="depotFlag" type="checkbox" style="width: 20px;height: 20px" title="勾选后需要到用户列表配置权限"/>
(勾选后需要到用户列表配置)
</td>
</tr>
<tr>
<td>客户开关</td>
<td style="padding:5px">
<input name="customerFlag" id="customerFlag" type="checkbox" style="width: 220px;height: 20px" title="勾选后需要到用户列表配置权限"/>
<td style="padding:5px;text-align:center;">
<input name="customerFlag" id="customerFlag" type="checkbox" style="width: 20px;height: 20px" title="勾选后需要到用户列表配置权限"/>
(勾选后需要到用户列表配置)
</td>
</tr>
</table>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment