fix:测试次数

master
chaiyapeng 2024-09-09 14:44:09 +08:00
parent 5b84b43aac
commit d0598cf0c5
1 changed files with 16 additions and 8 deletions

View File

@ -51,17 +51,25 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作"> <el-table-column
label="购买次数"
width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <span style="margin-left: 10px">{{ scope.row.textNumber }}</span>
size="mini"
@click="handleEdit(scope.$index, scope.row)">编辑</el-button>
<el-button
size="mini"
type="danger"
@click="handleDelete(scope.$index, scope.row)">删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="操作">-->
<!-- <template slot-scope="scope">-->
<!-- <el-button-->
<!-- size="mini"-->
<!-- @click="handleEdit(scope.$index, scope.row)">编辑</el-button>-->
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="danger"-->
<!-- @click="handleDelete(scope.$index, scope.row)">删除</el-button>-->
<!-- </template>-->
<!-- </el-table-column>-->
</el-table> </el-table>
</div> </div>
</template> </template>