king
2023-08-18 486717570e2fc4b81b6e9db511cd445447fca333
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 ?