资源免费说明提示

master
wangbing 4 years ago
parent 7e16547c00
commit 3daf24f18b

@ -211,7 +211,9 @@
placeholder="请输入资源描述"></el-input>
</el-form-item>
<el-form-item label="是否免费" prop="free">
<el-tooltip effect="dark" content="对于不希望将模块完全或部分授权与角色时,可置为免费,即不需要授权情况下也拥有此资源。" placement="bottom">
<el-switch v-model="form.free" active-text="免费" inactive-text="授权" clearable size="mini"></el-switch>
</el-tooltip>
</el-form-item>
<el-form-item label="是否有效" prop="valid">
<el-radio-group v-model="form.valid" clearable size="mini">

Loading…
Cancel
Save

Powered by TurnKey Linux.