|
|
@ -34,7 +34,7 @@
|
|
|
|
<el-table-column label="包装规格" prop="spec" width="100"></el-table-column>
|
|
|
|
<el-table-column label="包装规格" prop="spec" width="100"></el-table-column>
|
|
|
|
<el-table-column label="实际数量" prop="count" width="100">
|
|
|
|
<el-table-column label="实际数量" prop="count" width="100">
|
|
|
|
<template v-slot="scope">
|
|
|
|
<template v-slot="scope">
|
|
|
|
<div style="font-size: 26px;color: red">{{ scope.row.count }}</div>
|
|
|
|
<div :style="{ fontSize: '26px', color: scope.row.getConfirm ? 'green' : 'red' }">{{ scope.row.count }}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="摆放位置" prop="productLocation" ></el-table-column>
|
|
|
|
<el-table-column label="摆放位置" prop="productLocation" ></el-table-column>
|
|
|
|