|
@ -259,7 +259,7 @@ |
|
|
<el-table-column fixed="right" |
|
|
<el-table-column fixed="right" |
|
|
label="操作" |
|
|
label="操作" |
|
|
align="center" |
|
|
align="center" |
|
|
width="140"> |
|
|
width="180"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button @click="handleChangeRecord(scope.row)" |
|
|
<el-button @click="handleChangeRecord(scope.row)" |
|
|
type="text" |
|
|
type="text" |
|
|