From 5a965591e19e6a26758d21f0297a12a1797fbab3 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 26 Jul 2024 09:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E4=BA=A7=E5=93=81=E5=9E=8B?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 69e5dbe..a0f7117 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -196,6 +196,13 @@ export default { prop:'product_type.name', width: 140 }, + { + label:'产品型号', + sortable:false, + prop:'order.model_name', + width: 140 + }, + { prop:'order.serial', label:'订单编号',