原来企业规模统一变更名称为企业信用代码
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>
|
||||
|
||||
@@ -41,14 +41,6 @@
|
||||
<b>{{ row.takeOnCount }}人</b>
|
||||
</div>
|
||||
</template>
|
||||
<template slot="toStart" slot-scope="{ row }">
|
||||
<div>
|
||||
<i class="el-icon-warning-outline"></i> 距任务开始剩余
|
||||
<span style="color: #f56c6c">
|
||||
<b>{{ row.toStart }}天</b>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
<!--/自定义列-->
|
||||
<!--自定义操作栏-->
|
||||
<div slot="menu" slot-scope="{ size, type, row }">
|
||||
@@ -260,22 +252,14 @@ export default {
|
||||
display: false,
|
||||
width: 110,
|
||||
},
|
||||
{
|
||||
/* {
|
||||
label: "状态",
|
||||
prop: "status",
|
||||
// slot: true,
|
||||
dicData: missionState,
|
||||
display: false,
|
||||
// width: 200,
|
||||
},
|
||||
{
|
||||
label: "提示",
|
||||
prop: "toStart",
|
||||
slot: true,
|
||||
display: false,
|
||||
width: 200,
|
||||
},
|
||||
|
||||
}, */
|
||||
],
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user