新增盘点单界面优化

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

@ -62,6 +62,7 @@
</el-table-column> </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"
@ -69,6 +70,8 @@
>打印 >打印
</el-button </el-button
> >
</el-row>
<el-row>
<el-button <el-button
type="text" type="text"
size="small" size="small"
@ -76,6 +79,8 @@
>编辑 >编辑
</el-button </el-button
> >
</el-row>
<el-row>
<el-button <el-button
type="text" type="text"
size="small" size="small"
@ -83,13 +88,15 @@
>提交审核 >提交审核
</el-button </el-button
> >
</el-row>
<el-row>
<el-button <el-button
type="text" type="text"
size="small" size="small"
@click.native.stop="deleteDialog(scope.row.id)" @click.native.stop="deleteDialog(scope.row.id)"
>删除 >删除
</el-button </el-button>
> </el-row>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save