From 2e35ad1655149cc39269aeea1f63f9054db2daf8 Mon Sep 17 00:00:00 2001 From: Dayu <1010@qq.com> Date: Tue, 9 Jul 2024 15:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=99=A8=E5=85=B7=E5=8F=B0=E8=B4=A6?= =?UTF-8?q?=20=E5=AE=A1=E6=A0=B8=E7=8A=B6=E6=80=81=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/leger/toolinventoryrecord.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/leger/toolinventoryrecord.vue b/src/views/leger/toolinventoryrecord.vue index dd773d1..2389a6c 100644 --- a/src/views/leger/toolinventoryrecord.vue +++ b/src/views/leger/toolinventoryrecord.vue @@ -97,6 +97,7 @@ { label: "工器具类别", prop: "toolCategory", + search: true, }, { label: "工器具类别描述", @@ -156,7 +157,11 @@ label: "dictValue", value: "dictKey" }, - + }, + { + label: "审核状态", + prop: "check_status", + hide:true, }, ] },