lisenzhou hace 2 años
padre
commit
15466d7ddc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/pages/evaluate/evaluateList/addeValuate.jsx

+ 2
- 2
src/pages/evaluate/evaluateList/addeValuate.jsx Ver fichero

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