|
@@ -174,7 +174,7 @@
|
|
|
label="操作"
|
|
|
>
|
|
|
<template #default="scope">
|
|
|
- <div class="operations">
|
|
|
+ <div class="operations" style="display:flex">
|
|
|
<!-- <el-button type="primary" > -->
|
|
|
<el-button type="primary" @click="amendDialogData(scope.$index)" size="mini">修改</el-button>
|
|
|
<el-button type="primary" @click="Del(scope.$index)" size="mini">删除</el-button>
|