编辑养护页面

dev
薛宇 2 years ago
parent db1a148984
commit 5c76856bf0

@ -146,30 +146,33 @@
show-overflow-tooltip></el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<el-button
type="text"
size="small"
@click.stop="true"
@click.native="editOrderDetail(scope.$index, scope.row)"
>编辑
</el-button
>
<el-button
type="text"
size="small"
@click.stop="true"
@click.native="updateOrderDetail(scope.$index,scope.row)"
>保存
</el-button
>
<el-button
type="text"
size="small"
@click.stop="true"
@click.native="deleteOrderDetail(scope.$index, scope.row)"
>减一
</el-button
>
<el-row>
<el-button
type="text"
size="small"
@click.stop="true"
@click.native="editOrderDetail(scope.$index, scope.row)"
>编辑
</el-button>
</el-row>
<el-row>
<el-button
type="text"
size="small"
@click.stop="true"
@click.native="updateOrderDetail(scope.$index,scope.row)"
>保存
</el-button>
</el-row>
<el-row>
<el-button
type="text"
size="small"
@click.stop="true"
@click.native="deleteOrderDetail(scope.$index, scope.row)"
>减一
</el-button>
</el-row>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save