|
@@ -176,7 +176,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="anniu">
|
|
<el-col :span="24" class="anniu">
|
|
- <el-button type="primary" @click="btnPhone()" v-if="this.user.uid != detailInfo.userid">对接</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="btnPhone()" v-if="this.user.uid != detailInfo.userid">交流洽谈</el-button>
|
|
<el-button v-if="this.user.uid != detailInfo.userid" @click="onSubmit()" type="success">洽谈</el-button>
|
|
<el-button v-if="this.user.uid != detailInfo.userid" @click="onSubmit()" type="success">洽谈</el-button>
|
|
<!-- <el-button @click="onSubmit" type="success">对接</el-button><el-button @click="onSubmit" type="primary">洽谈</el-button></el-col -->
|
|
<!-- <el-button @click="onSubmit" type="success">对接</el-button><el-button @click="onSubmit" type="primary">洽谈</el-button></el-col -->
|
|
</el-col>
|
|
</el-col>
|
|
@@ -507,6 +507,9 @@ p {
|
|
.anniu {
|
|
.anniu {
|
|
float: left;
|
|
float: left;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ /deep/.el-button {
|
|
|
|
+ margin: 0 10px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/deep/.argsDialog .el-dialog__body {
|
|
/deep/.argsDialog .el-dialog__body {
|