新增盘点单界面优化

dev
黄泽腾 2 years ago
parent 6f1c10572e
commit af6c849789

@ -62,34 +62,41 @@
</el-table-column> </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.native.stop="printOrder(scope.row)" size="small"
>打印 @click.native.stop="printOrder(scope.row)"
</el-button >打印
> </el-button
<el-button >
type="text" </el-row>
size="small" <el-row>
@click.native.stop="editOrder(scope.row)" <el-button
>编辑 type="text"
</el-button size="small"
> @click.native.stop="editOrder(scope.row)"
<el-button >编辑
type="text" </el-button
size="small" >
@click.native.stop="submitAudit(scope.row)" </el-row>
>提交审核 <el-row>
</el-button <el-button
> type="text"
<el-button size="small"
type="text" @click.native.stop="submitAudit(scope.row)"
size="small" >提交审核
@click.native.stop="deleteDialog(scope.row.id)" </el-button
>删除 >
</el-button </el-row>
> <el-row>
<el-button
type="text"
size="small"
@click.native.stop="deleteDialog(scope.row.id)"
>删除
</el-button>
</el-row>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save