guhongwei 5 年之前
父節點
當前提交
5c69c484f0
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/hall/dock/dockDetail.vue

+ 1 - 3
src/views/hall/dock/dockDetail.vue

@@ -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>