flat: 邀请码暂存
This commit is contained in:
@@ -19,15 +19,15 @@
|
||||
@refresh-change="refreshChange"
|
||||
@on-load="onLoad"
|
||||
>
|
||||
<template slot="menu" slot-scope="{row}">
|
||||
<el-button
|
||||
v-if="vaildData(permission.manage_station_mainList_stop, false) && row.status !== 9"
|
||||
size="small"
|
||||
icon="el-icon-delete"
|
||||
@click.stop="stop(row)"
|
||||
type="text"
|
||||
>终止合作</el-button>
|
||||
</template>
|
||||
<!-- <template slot="menu" slot-scope="{row}">-->
|
||||
<!-- <el-button-->
|
||||
<!-- v-if="vaildData(permission.manage_station_mainList_stop, false) && row.status !== 9"-->
|
||||
<!-- size="small"-->
|
||||
<!-- icon="el-icon-delete"-->
|
||||
<!-- @click.stop="stop(row)"-->
|
||||
<!-- type="text"-->
|
||||
<!-- >终止合作</el-button>-->
|
||||
<!-- </template>-->
|
||||
<template slot="cityIdForm" slot-scope="{disabled}">
|
||||
<jl-city-cascader :disabled="disabled" v-model="form.cityId" filterable clearable></jl-city-cascader>
|
||||
</template>
|
||||
@@ -304,8 +304,8 @@ export default {
|
||||
listType: "picture-img",
|
||||
multiple: false,
|
||||
propsHttp: {
|
||||
res: "data",
|
||||
url: "link",
|
||||
// res: "data",
|
||||
url: "msg",
|
||||
},
|
||||
canvasOption: {},
|
||||
headers: [],
|
||||
@@ -313,7 +313,7 @@ export default {
|
||||
accept,
|
||||
size: "small",
|
||||
prop: "identityUrl4Id",
|
||||
action: putFile,
|
||||
action: putFile(5),
|
||||
viewDisplay: false,
|
||||
},
|
||||
{
|
||||
@@ -324,8 +324,8 @@ export default {
|
||||
listType: "picture-img",
|
||||
multiple: false,
|
||||
propsHttp: {
|
||||
res: "data",
|
||||
url: "link",
|
||||
// res: "data",
|
||||
url: "msg",
|
||||
},
|
||||
canvasOption: {},
|
||||
headers: [],
|
||||
@@ -333,7 +333,7 @@ export default {
|
||||
accept,
|
||||
size: "small",
|
||||
prop: "identityUrl5Id",
|
||||
action: putFile,
|
||||
action: putFile(5),
|
||||
viewDisplay: false,
|
||||
},
|
||||
{
|
||||
@@ -344,8 +344,8 @@ export default {
|
||||
listType: "picture-img",
|
||||
multiple: false,
|
||||
propsHttp: {
|
||||
res: "data",
|
||||
url: "link",
|
||||
// res: "data",
|
||||
url: "msg",
|
||||
},
|
||||
accept,
|
||||
canvasOption: {},
|
||||
@@ -353,7 +353,7 @@ export default {
|
||||
data: [],
|
||||
size: "small",
|
||||
prop: "authUrlId",
|
||||
action: putFile,
|
||||
action: putFile(5),
|
||||
viewDisplay: false,
|
||||
},
|
||||
// 图片预览
|
||||
@@ -468,7 +468,7 @@ export default {
|
||||
percent: row.percent,
|
||||
stationId: row.stationId,
|
||||
telphone: row.telphone,
|
||||
authType: 2
|
||||
authType: 0
|
||||
}).then(
|
||||
() => {
|
||||
this.$message({
|
||||
@@ -502,7 +502,7 @@ export default {
|
||||
this.loading = true;
|
||||
var params = {
|
||||
id: this.form.id,
|
||||
authType: 2
|
||||
authType: 0
|
||||
}
|
||||
companyDetail(params).then((res) => {
|
||||
this.loading = false;
|
||||
@@ -553,7 +553,7 @@ export default {
|
||||
var params = {
|
||||
companyId: row.id,
|
||||
flag: 0,
|
||||
authType: 2
|
||||
authType: 0
|
||||
}
|
||||
stationStop(params)
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user