fangmingyue 2 years ago
parent
commit
43c8ba6e77
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      src/pages/fillHistory/index.jsx

+ 8
- 0
src/pages/fillHistory/index.jsx View File

@@ -53,6 +53,14 @@ export default (props) => {
53 53
       dataIndex: 'personName',
54 54
       key: 'personName',
55 55
       search: true,
56
+      formItemProps: {
57
+        rules: [
58
+          {
59
+            required: true,
60
+            message: '请输入人员姓名',
61
+          }
62
+        ],
63
+      }
56 64
     },
57 65
     {
58 66
       title: '提交时间',