add(桌台统计,点歌)

This commit is contained in:
2024-07-08 10:28:37 +08:00
parent addb27be82
commit c4059d109c
7 changed files with 754 additions and 2 deletions

View File

@@ -51,7 +51,7 @@
{{ `${scope.row.number} ${scope.row.unitName}` }}
</template>
</el-table-column>
<el-table-column label="库存开关">
<template v-slot="scope">
<el-switch v-model="scope.row.isStock" :active-value="1" :inactive-value="0"
@@ -178,6 +178,7 @@ export default {
paginationSizeChange(e){
console.log(e);
this.tableData.size = e
this.getTableData()
},
// 分页回调
paginationChange(e) {
@@ -227,4 +228,4 @@ export default {
gap: 10px;
}
}
</style>
</style>