Commit 06cc01ac authored by xiongjinke's avatar xiongjinke

修改

parent b381b73c
......@@ -43,6 +43,7 @@
<template v-if="form.type==4">
<el-select
class="form-content-width"
:class="form.value.length > 1 ? 'selectTag' : ''"
v-model="form.value"
multiple
collapse-tags
......@@ -247,6 +248,22 @@ export default {
::v-deep .form-content-width{
width: 170px;
}
::v-deep .selectTag{
.el-select__tags{
.el-tag{
&:first-child{
width: 90px;
}
}
}
}
::v-deep .el-select__tags{
.el-tag{
&:first-child{
width: 100%;
}
}
}
}
.ability-total{
font-size: 12px;
......
......@@ -143,12 +143,7 @@ export default {
components: {
Detail
},
props: {
customerIds: {
type: String,
default: ''
}
},
props: ['customerIds'],
data() {
return {
ifEmpty:false,
......@@ -522,7 +517,7 @@ export default {
::v-deep .cooperate-detail{
.miantitle, .app-container{
margin: 12px 0;
//margin: 12px 0;
}
}
......
......@@ -81,12 +81,7 @@ export default {
components: {
Tables
},
props: {
customerIds: {
type: String,
default: ''
}
},
props: ['customerIds'],
data() {
return {
ifEmpty:false,
......
......@@ -160,12 +160,7 @@ export default {
components: {
},
props: {
customerIds: {
type: String,
default: ''
}
},
props: ['customerIds'],
data() {
return {
autosize: {
......
......@@ -33,12 +33,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -35,12 +35,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -33,12 +33,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -32,12 +32,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -41,12 +41,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -41,12 +41,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -41,12 +41,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -37,12 +37,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
}
},
props: ['companyId'],
data() {
return {
queryParams: {
......
......@@ -35,16 +35,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
},
companyInfo: {
type: Object,
default: {}
}
},
props: ['companyId','companyInfo'],
data() {
return {
addressList:'',
......
......@@ -118,16 +118,7 @@ export default {
components: {
},
props: {
companyId: {
type: Number,
default: 0
},
companyInfo: {
type: Object,
default: {}
}
},
props: ['companyId', 'companyInfo'],
data() {
return {
queryParams: {
......
......@@ -178,7 +178,7 @@
}
},
created(){
this.thistag = this.$route.query.tag
this.thistag = this.$route.query.tag ? this.$route.query.tag : this.thistag
this.prvinceTree()
this.id = this.detailId ? this.detailId : this.$route.query.id
//项目阶段
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment