Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | <el-table-column label="结束时间" align="center" prop="endDate" width="100" /> | 47 | <el-table-column label="结束时间" align="center" prop="endDate" width="100" /> |
| 48 | <el-table-column label="最后修改人" align="center" prop="updateUserName" width="100" /> | 48 | <el-table-column label="最后修改人" align="center" prop="updateUserName" width="100" /> |
| 49 | <el-table-column label="最后修改时间" align="center" prop="updateTime" width="100" /> | 49 | <el-table-column label="最后修改时间" align="center" prop="updateTime" width="100" /> |
| 50 | - <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="280" fixed="right"> | 50 | + <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="180" fixed="right"> |
| 51 | <template slot-scope="scope"> | 51 | <template slot-scope="scope"> |
| 52 | <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button> | 52 | <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)">修改</el-button> |
| 53 | <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDeleteorPlayorpause(scope.row,0,'删除')"> | 53 | <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDeleteorPlayorpause(scope.row,0,'删除')"> | ... | ... |
-
Please register or login to post a comment