Explorar o código

feat: 项目节第一层不可编辑

lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
dccc7a1866

+ 1 - 1
src/pages/Contract/Content/Income/components/TableContent/EditableTable.tsx

@@ -71,7 +71,7 @@ const EditableCell: React.FC<EditableCellProps> = ({
 
   let childNode = children
 
-  if (editable) {
+  if (editable && record.depth !== 1) {
     childNode = editing ? (
       <Form.Item
         style={{ margin: 0 }}