编辑养护页面

dev
薛宇 2 years ago
parent db1a148984
commit 5c76856bf0

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

Loading…
Cancel
Save