From da47fd7f9b8d9eb96bb43db898e5c344ccb6388f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 14 Jun 2024 14:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E5=AD=97=E6=AE=B5bug?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/tabsDesTions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/utils/tabsDesTions/index.js b/fe/PC/src/utils/tabsDesTions/index.js index 9ed07e135..1fcd67cf1 100644 --- a/fe/PC/src/utils/tabsDesTions/index.js +++ b/fe/PC/src/utils/tabsDesTions/index.js @@ -2154,7 +2154,7 @@ export const Kitting = [ // 空器具呼叫任务 export const callEmptyUtensilJob = [ { label: "任务编号", prop: "number" }, - { label: "状态", prop: "status",type: "filter", filters: "jobStatus" }, + { label: "状态", prop: "jobStatus",type: "filter", filters: "jobStatus" }, { label: "器具呼叫号码", prop: 'containerRequestNumber' }, { label: "器具类型", prop: 'containerType',type:"filter",filters:"utensilType" }, { label: "器具规格", prop: "specificationsType",type: "filter", filters: "getDict" , dictType:"ContainerSpecificationsType"},