新增替换功能,快速增加餐类菜品

This commit is contained in:
huangdeliang
2021-03-04 16:50:51 +08:00
parent 96a405a314
commit bea29e310e
10 changed files with 207 additions and 71 deletions

View File

@ -277,7 +277,6 @@
v-model="scope.row.weight"
size="mini"
controls-position="right"
@change="handleInputChange"
:min="0"
:step="5"
/>
@ -749,12 +748,9 @@ export default {
}, []);
});
},
handleInputChange(val) {
// console.log({ val, table: this.selTableData });
},
getSummaries(param) {
const { columns, data } = param;
console.log(data);
// console.log(data);
return columns.reduce(
(arr, cur, idx) => {
if (idx > 1) {