|
@@ -31,6 +31,10 @@
|
|
|
<span>{{ scope.row.goodsName }}</span>
|
|
<span>{{ scope.row.goodsName }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+ <template #table-column-unit="{scope}">
|
|
|
|
|
+ <span>{{ scope.row.bigUnit }} / {{scope.row.smallUnit}}</span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<template #table-column-inTurn="{ scope }">
|
|
<template #table-column-inTurn="{ scope }">
|
|
|
<span v-if="!sort.status">{{ scope.row.inTurn }}</span>
|
|
<span v-if="!sort.status">{{ scope.row.inTurn }}</span>
|
|
|
<el-input
|
|
<el-input
|
|
@@ -437,16 +441,16 @@ export default {
|
|
|
'min-width': 100,
|
|
'min-width': 100,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'bigUnit',
|
|
|
|
|
- label: '大单位',
|
|
|
|
|
|
|
+ prop: 'unit',
|
|
|
|
|
+ label: '大小单位',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
minWidth: 100,
|
|
minWidth: 100,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'smallUnit',
|
|
|
|
|
- label: '小单位',
|
|
|
|
|
|
|
+ prop: 'ratio',
|
|
|
|
|
+ label: '单位比',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
- minWidth: 100,
|
|
|
|
|
|
|
+ minWidth: 60,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'inTurn',
|
|
prop: 'inTurn',
|