|
|
@ -6,9 +6,10 @@ |
|
|
|
total: tableObject.total |
|
|
|
}" v-model:pageSize="tableObject.pageSize" v-model:currentPage="tableObject.currentPage" |
|
|
|
v-model:sort="tableObject.sort"> |
|
|
|
<template #batch="{ row }"> |
|
|
|
<!-- 批次暂时不修改,两个相同物品生成标签,无法区分包装数据 --> |
|
|
|
<!-- <template #batch="{ row }"> |
|
|
|
<el-input v-model="row.batch">{{ row.batch }}</el-input> |
|
|
|
</template> |
|
|
|
</template> --> |
|
|
|
</Table> |
|
|
|
</ContentWrap> |
|
|
|
<ButtonBase :Butttondata="Butttondata" @button-base-click="buttonTableClick($event)"/> |
|
|
|