@@ -58,7 +58,6 @@
{{ moneyFormat(row.subtotal) }}
</template>
</el-table-column>
- <el-table-column label="外箱包装费" prop="outerBoxPackingFee" align="center" width="100" />
<el-table-column label="合计" align="center" width="120">
<template #default="{ row }">
{{ moneyFormat(row.total) }}
@@ -302,17 +302,6 @@ const config = computed(() => {
},
{
attrs: {
- label: "外箱包装费 ¥",
- prop: "outerBoxPackingFee",
- width: 120,
- align: "right",
- },
- render(val) {
- return proxy.moneyFormat(val);
- {
- attrs: {
label: "交期",
prop: "deliveryTime",
width: 160,
@@ -274,21 +274,6 @@ const config = computed(() => {
- width: 110,
- // if (val) {
- // return proxy.moneyFormat(val);
- // } else {
- return 0;
- // }
label: "下单时间",
slot: "wlnCreateTime",
@@ -252,17 +252,6 @@ const config = computed(() => {
@@ -269,17 +269,6 @@ const config = computed(() => {