|
|
@ -372,19 +372,19 @@ |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
<el-button |
|
|
<el-button |
|
|
@click="handleEdit(scope.$index)" |
|
|
@click="handleChangeRecord(scope.row)" |
|
|
type="text" |
|
|
type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
class="div-table-button--blue" |
|
|
class="div-table-button--blue" |
|
|
>修改</el-button |
|
|
>查看</el-button |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
<el-button |
|
|
<el-button |
|
|
@click="handleChangeRecord(scope.row)" |
|
|
@click="handleEdit(scope.$index)" |
|
|
type="text" |
|
|
type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
class="div-table-button--blue" |
|
|
class="div-table-button--blue" |
|
|
>变更记录</el-button |
|
|
>编辑</el-button |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
<el-popconfirm |
|
|
<el-popconfirm |
|
|
|