编辑养护页面

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-button <el-row>
type="text" <el-button
size="small" type="text"
@click.stop="true" size="small"
@click.native="editOrderDetail(scope.$index, scope.row)" @click.stop="true"
>编辑 @click.native="editOrderDetail(scope.$index, scope.row)"
</el-button >编辑
> </el-button>
<el-button </el-row>
type="text" <el-row>
size="small" <el-button
@click.stop="true" type="text"
@click.native="updateOrderDetail(scope.$index,scope.row)" size="small"
>保存 @click.stop="true"
</el-button @click.native="updateOrderDetail(scope.$index,scope.row)"
> >保存
<el-button </el-button>
type="text" </el-row>
size="small" <el-row>
@click.stop="true" <el-button
@click.native="deleteOrderDetail(scope.$index, scope.row)" type="text"
>减一 size="small"
</el-button @click.stop="true"
> @click.native="deleteOrderDetail(scope.$index, scope.row)"
>减一
</el-button>
</el-row>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save