Browse Source

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

lanjianrong 4 năm trước cách đây
mục cha
commit
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 }}