ソースを参照

#fix 去除更多

jc-wangyt 1 ヶ月 前
コミット
9d1cde4d89
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/views/openMarketBid/index.vue

+ 3 - 2
src/views/openMarketBid/index.vue

@@ -182,7 +182,8 @@
                 <el-table-column label="操作" min-width="100" fixed="right">
                     <template slot-scope="scope">
                         <el-button type="text" @click="handleEdit(scope.row)">编辑</el-button>
-                        <el-dropdown @command="(command) => handleCommand(command, scope.row)"
+                        <el-button type="text" @click="handleCommand(`detail`, scope.row)">详情</el-button>
+                        <!-- <el-dropdown @command="(command) => handleCommand(command, scope.row)"
                             class="avatar-container right-menu-item hover-effect" trigger="click">
                             <div class="avatar-wrapper">
                                 <el-button type="text">更多</el-button>
@@ -194,7 +195,7 @@
                                     </el-dropdown-item>
                                 </el-dropdown-menu>
                             </template>
-                        </el-dropdown>
+                        </el-dropdown> -->
                     </template>
                 </el-table-column>