From 5acb31a4646927c5e4d3c2ba6f1b125d4c800ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Sat, 15 Mar 2025 14:11:25 +0800 Subject: [PATCH] first --- src/views/procure/procureOrder/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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',