|
@@ -81,10 +81,9 @@
|
|
|
<el-col class="mainDown">
|
|
|
<!-- <el-button @click="btnInfo()" type="info">项目详情</el-button> -->
|
|
|
<!-- <el-button v-if="this.user.uid != detailInfo.userid" @click="btnPhone()" type="primary">对接聊天</el-button> -->
|
|
|
+ <el-button type="warning" style="float:left;" @click.native="back()">返回</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="btnTrade()" type="success">洽谈交易</el-button>
|
|
|
-
|
|
|
<el-dialog title="对接聊天" :visible.sync="dialogTableVisible">
|
|
|
<el-col :span="24" class="two">
|
|
|
<chat :room="room"></chat>
|
|
@@ -102,7 +101,6 @@
|
|
|
<el-table-column prop="memo" label="参数内容" align="center"> </el-table-column>
|
|
|
</el-table>
|
|
|
</el-dialog>
|
|
|
- <el-col :span="24" class="marketPublish" @click.native="back()"> <span>返回</span></el-col>
|
|
|
</div>
|
|
|
</template>
|
|
|
|