lisenzhou 2 years ago
parent
commit
15466d7ddc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/evaluate/evaluateList/addeValuate.jsx

+ 2
- 2
src/pages/evaluate/evaluateList/addeValuate.jsx View File

55
   
55
   
56
   return (
56
   return (
57
     <ModalForm
57
     <ModalForm
58
-      title="新增评价"
58
+      title="评价"
59
       trigger={<Button type="primary">新增</Button>}
59
       trigger={<Button type="primary">新增</Button>}
60
       form={form}
60
       form={form}
61
       // open={true}
61
       // open={true}
75
         name="taskId"
75
         name="taskId"
76
         label="任务ID"
76
         label="任务ID"
77
         readonly
77
         readonly
78
-
78
+        hidden={true}
79
       />
79
       />
80
       {itemList?.map((x) => {
80
       {itemList?.map((x) => {
81
        return <ProForm.Item
81
        return <ProForm.Item