From 825a4ae3ea003d86ba134b53a1885a6da55f6830 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Mon, 5 Aug 2024 05:33:20 +0800 Subject: [PATCH] feat(custom): --- src/views/order/pending_list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/order/pending_list/index.vue b/src/views/order/pending_list/index.vue index f52168a..62331fa 100644 --- a/src/views/order/pending_list/index.vue +++ b/src/views/order/pending_list/index.vue @@ -148,7 +148,7 @@ const columns = ref([ { title: '订单号', align: 'center', - key: 'oid', + key: 'jl_oid', width: 150, fixed: 'left', },