原来企业规模统一变更名称为企业信用代码
This commit is contained in:
@@ -10,16 +10,8 @@
|
||||
@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_check, false)" size="small"
|
||||
@click.stop="handleCheck" type="primary" :disabled="selectionList.length === 0">审核</el-button>
|
||||
</template>
|
||||
<template slot-scope="scope" slot="menu">
|
||||
<el-button type="text" size="small" @click.stop="rowStop(scope.row.id)" v-if="scope.row.status == 0 &&
|
||||
vaildData(permission.manage_compan_companyList_stop, false)
|
||||
">终止合作</el-button><!--只有已审核的企业才显示终止合作按钮-->
|
||||
<el-button type="text" size="small" @click.stop="rowStart(scope.row.id)" v-if="scope.row.status === 9 &&
|
||||
vaildData(permission.manage_compan_companyList_start, false)
|
||||
">合作恢复</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>
|
||||
<template slot="cityIdForm" slot-scope="{ disabled }">
|
||||
<jl-city-cascader :disabled="disabled" v-model="form.cityId"></jl-city-cascader>
|
||||
|
||||
Reference in New Issue
Block a user