页面调整

This commit is contained in:
zxy
2024-02-22 16:57:46 +08:00
parent 2ea01fdee8
commit c9ede71cd8
3 changed files with 24 additions and 24 deletions

View File

@@ -8,8 +8,8 @@
<template slot="menuLeft">
<el-button v-if="vaildData(permission.manage_compan_companyList_addUser, false)" size="small"
@click.stop="handleAddUser" type="primary" :disabled="selectionList.length === 0">添加账号</el-button>
<el-button v-if="vaildData(permission.manage_compan_companyList_config, false)" size="small"
@click.stop="handleConfig" type="primary" :disabled="selectionList.length === 0">服务设置</el-button>
<!-- <el-button v-if="vaildData(permission.manage_compan_companyList_config, false)" size="small"
@click.stop="handleConfig" type="primary" :disabled="selectionList.length === 0">服务设置</el-button> -->
<el-button v-if="vaildData(permission.manage_compan_companyList_check, false)" size="small"
@click.stop="handleCheck" type="primary" :disabled="selectionList.length === 0">审核</el-button>
</template>
@@ -197,7 +197,7 @@ export default {
viewBtn: true,
addBtn: true,
editBtn: true,
addBtnText: "企业开户",
addBtnText: "社区街道登记",
addTitle: "新增企业",
delBtn: false,
menuWidth: 300,