装修页面权限按钮处理
This commit is contained in:
parent
5c4e0f4266
commit
b550755d32
|
|
@ -7,7 +7,7 @@
|
|||
<attr-setting class="flex-1" :widget="getSelectWidget" />
|
||||
</div>
|
||||
</el-card>
|
||||
<footer-btns class="mt-4" :fixed="false">
|
||||
<footer-btns class="mt-4" :fixed="false" v-perms="['decorate:pages:save']">
|
||||
<el-button type="primary" @click="setData">保存</el-button>
|
||||
</footer-btns>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</el-card>
|
||||
<footer-btns class="mt-4" :fixed="false">
|
||||
<footer-btns class="mt-4" :fixed="false" v-perms="['decorate:tabbar:save']">
|
||||
<el-button type="primary" @click="setData">保存</el-button>
|
||||
</footer-btns>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -95,11 +95,14 @@
|
|||
</el-form-item>
|
||||
|
||||
<el-form-item label="多处登录">
|
||||
<el-switch
|
||||
v-model="formData.isMultipoint"
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
/>
|
||||
<div>
|
||||
<el-switch
|
||||
v-model="formData.isMultipoint"
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
/>
|
||||
<div class="form-tips">允许多人同时在线登录</div>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</popup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue