|
|
@@ -4,6 +4,12 @@
|
|
|
:need-page="false">
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ <template v-slot:packingWeight="{ row }">
|
|
|
+ {{ row.packingWeight }} {{ row.weightUnit}}
|
|
|
+ </template>
|
|
|
+
|
|
|
|
|
|
|
|
|
<template v-slot:materielCode="{ row }">
|
|
|
@@ -99,7 +105,7 @@ export default {
|
|
|
|
|
|
{
|
|
|
label: '本包重量',
|
|
|
- prop: 'packingWeight'
|
|
|
+ slot: 'packingWeight'
|
|
|
},
|
|
|
|
|
|
{
|
|
|
@@ -134,7 +140,7 @@ export default {
|
|
|
],
|
|
|
|
|
|
|
|
|
- columns: [
|
|
|
+ columns2: [
|
|
|
{
|
|
|
label: '序号',
|
|
|
type: 'index',
|