diff --git a/src/views/leger/toolinventoryrecord.vue b/src/views/leger/toolinventoryrecord.vue index 2389a6c..9e1ea81 100644 --- a/src/views/leger/toolinventoryrecord.vue +++ b/src/views/leger/toolinventoryrecord.vue @@ -160,8 +160,18 @@ }, { label: "审核状态", - prop: "check_status", + prop: "checkStatus", hide:true, + dicUrl: "/api/daf-system/dict/dictionary?code=check_status", + props: { + label: "dictValue", + value: "dictKey" + }, + rules: [{ + required: true, + message: "请输入审核状态", + trigger: "blur" + }] }, ] },