fangmingyue 2 years ago
parent
commit
a1311e5ae4
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/pages/check/edit/components/LocForm.jsx

+ 7
- 0
src/pages/check/edit/components/LocForm.jsx View File

108
           </CellGroup>
108
           </CellGroup>
109
         )
109
         )
110
       }
110
       }
111
+      <CellGroup style={{ marginTop: '20px' }}>
112
+        <Field
113
+          value="您已完成X份"
114
+          inputAlign="center"
115
+          readonly
116
+        />
117
+      </CellGroup>
111
     </View >
118
     </View >
112
   )
119
   )
113
 }
120
 }