原来企业规模统一变更名称为企业信用代码
This commit is contained in:
@@ -10,16 +10,8 @@
|
|||||||
@click.stop="handleAddUser" type="primary" :disabled="selectionList.length === 0">关联账号</el-button>
|
@click.stop="handleAddUser" type="primary" :disabled="selectionList.length === 0">关联账号</el-button>
|
||||||
<!-- <el-button v-if="vaildData(permission.manage_compan_companyList_config, false)" size="small"
|
<!-- <el-button v-if="vaildData(permission.manage_compan_companyList_config, false)" size="small"
|
||||||
@click.stop="handleConfig" type="primary" :disabled="selectionList.length === 0">服务设置</el-button> -->
|
@click.stop="handleConfig" type="primary" :disabled="selectionList.length === 0">服务设置</el-button> -->
|
||||||
<el-button v-if="vaildData(permission.manage_compan_companyList_check, false)" size="small"
|
<!-- <el-button v-if="vaildData(permission.manage_compan_companyList_check, false)" size="small"
|
||||||
@click.stop="handleCheck" type="primary" :disabled="selectionList.length === 0">审核</el-button>
|
@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>
|
|
||||||
</template>
|
</template>
|
||||||
<template slot="cityIdForm" slot-scope="{ disabled }">
|
<template slot="cityIdForm" slot-scope="{ disabled }">
|
||||||
<jl-city-cascader :disabled="disabled" v-model="form.cityId"></jl-city-cascader>
|
<jl-city-cascader :disabled="disabled" v-model="form.cityId"></jl-city-cascader>
|
||||||
|
|||||||
@@ -41,14 +41,6 @@
|
|||||||
<b>{{ row.takeOnCount }}人</b>
|
<b>{{ row.takeOnCount }}人</b>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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 }">
|
<div slot="menu" slot-scope="{ size, type, row }">
|
||||||
@@ -260,22 +252,14 @@ export default {
|
|||||||
display: false,
|
display: false,
|
||||||
width: 110,
|
width: 110,
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
label: "状态",
|
label: "状态",
|
||||||
prop: "status",
|
prop: "status",
|
||||||
// slot: true,
|
// slot: true,
|
||||||
dicData: missionState,
|
dicData: missionState,
|
||||||
display: false,
|
display: false,
|
||||||
// width: 200,
|
// width: 200,
|
||||||
},
|
}, */
|
||||||
{
|
|
||||||
label: "提示",
|
|
||||||
prop: "toStart",
|
|
||||||
slot: true,
|
|
||||||
display: false,
|
|
||||||
width: 200,
|
|
||||||
},
|
|
||||||
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -23,13 +23,7 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
// target: 'http://10.165.0.173:8000',
|
target: 'http://localhost:8000',
|
||||||
// target: "http://39.98.184.58:8000", // 阿里云后台地址
|
|
||||||
// target: "http://192.168.3.104:8000", // 本地
|
|
||||||
// target: 'http://192.168.1.106:8000',
|
|
||||||
// target: 'http://192.168.3.173:8000',
|
|
||||||
target: 'http://10.165.0.173:8000',
|
|
||||||
// target: 'http://198.168.3.120:8000',
|
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user