diff --git a/src/views/procure/procureOrder/index.vue b/src/views/procure/procureOrder/index.vue index 7dcd238..1c9e874 100644 --- a/src/views/procure/procureOrder/index.vue +++ b/src/views/procure/procureOrder/index.vue @@ -614,11 +614,11 @@ const columns: Ref> = ref([ key: 'quantity', width: 80 }, - { - title: '计划重量', - key: 'totalWeight', - width: 80 - }, + // { + // title: '计划重量', + // key: 'totalWeight', + // width: 80 + // }, { title: '总价', key: 'totalPrice',