|
@ -27,9 +27,9 @@ |
|
|
v-model:currentPage="tableObject.currentPage" |
|
|
v-model:currentPage="tableObject.currentPage" |
|
|
v-model:sort="tableObject.sort" |
|
|
v-model:sort="tableObject.sort" |
|
|
> |
|
|
> |
|
|
<template #fgLocationCode="{row}"> |
|
|
<template #productionLineCode="{row}"> |
|
|
<el-button type="primary" link @click="openDetail(row, '完工收货库位', row.fgLocationCode)"> |
|
|
<el-button type="primary" link @click="openDetail(row, '产线代码', row.productionLineCode)"> |
|
|
<span>{{ row.fgLocationCode }}</span> |
|
|
<span>{{ row.productionLineCode }}</span> |
|
|
</el-button> |
|
|
</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<template #action="{ row }"> |
|
|
<template #action="{ row }"> |
|
|