king
2023-08-18 57266ee8c62f0fddb42c18c705507fc0dc2416f6
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -561,10 +561,11 @@
          </Col>
        )
      } else if (item.type === 'file') {
        let type = this.state.eleType
        let type = this.record.eleType
        if (item.key === 'posterUrl') {
          type = 'picture'
        }
        fields.push(
          <Col span={12} key={index}>
            <Form.Item label={item.tooltip ?