修改bug

ywj_dev
wangwei 2 years ago
parent 8a9909bef0
commit 6933a43dad

@ -53,7 +53,7 @@
<el-table-column label="操作"> <el-table-column label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="small" @click.native="newDistributionForm(scope.$index, scope.row)">编辑 <el-button type="text" size="small" @click.native.stop="newDistributionForm(scope.$index, scope.row)">编辑
</el-button> </el-button>
<el-button type="text" size="small" @click.native="printQRCodeText(scope.row)">打印</el-button> <el-button type="text" size="small" @click.native="printQRCodeText(scope.row)">打印</el-button>
<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)">删除</el-button> <el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)">删除</el-button>

Loading…
Cancel
Save