From 05b376086bb0b383ceee51cdf232e3839f378721 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Tue, 28 May 2024 15:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/taskManagement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/taskManagement/index.vue b/src/views/taskManagement/index.vue index 129a5a5..6bb883f 100644 --- a/src/views/taskManagement/index.vue +++ b/src/views/taskManagement/index.vue @@ -291,7 +291,7 @@ export default { prop: 'dpsNoOne', istrue: true, filter(row, value) { - return getDictLabel(value, _that.dict.order_type_dict) + return getDictLabel(value, _that.dict.type.order_type_dict) } }, {