|
@@ -68,20 +68,19 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="left" class-name="small-padding fixed-width" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
- <div v-hasPermi="['airbottle:supplier:query']" class="button-box" style="display: inline-block;width: 90px;margin-right:20px;">
|
|
|
- <p class="table-min-button"
|
|
|
- @click="handleClick('',scope.row,'detail')"
|
|
|
- >查看</p>
|
|
|
- </div>
|
|
|
- <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)">
|
|
|
- <span class="el-dropdown-link">
|
|
|
+ <div style="display: flex;height:30px;">
|
|
|
+ <p v-hasPermi="['airbottle:supplier:query']" class="table-min-button" @click="handleClick('',scope.row,'detail')">查看</p>
|
|
|
+ <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)">
|
|
|
+ <span class="table-min-button">
|
|
|
更多<i class="el-icon-d-arrow-right el-icon--right"></i>
|
|
|
</span>
|
|
|
- <el-dropdown-menu slot="dropdown">
|
|
|
- <el-dropdown-item command="edit" icon="el-icon-edit-outline" v-hasPermiAnd="['airbottle:supplier:edit']">编辑</el-dropdown-item>
|
|
|
- <el-dropdown-item command="delete" icon="el-icon-delete" >删除</el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </el-dropdown>
|
|
|
+ <el-dropdown-menu slot="dropdown">
|
|
|
+ <el-dropdown-item command="edit" icon="el-icon-edit-outline" v-hasPermiAnd="['airbottle:supplier:edit']">编辑</el-dropdown-item>
|
|
|
+ <el-dropdown-item command="delete" icon="el-icon-delete" >删除</el-dropdown-item>
|
|
|
+ </el-dropdown-menu>
|
|
|
+ </el-dropdown>
|
|
|
+ </div>
|
|
|
+
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|