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