页面调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user