king
2021-07-28 bebeca442cee4b83de0d00df29a6514b3f723c4f
src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx
@@ -264,12 +264,11 @@
      key: 'postfix',
      label: Formdict['header.form.postfix'],
      initVal: card.postfix || '',
      tooltipClass: 'middle',
      required: false,
      readonly: false
    },
    {
      type: 'radio',
      type: 'select',
      key: 'lenWidRadio',
      label: '长宽比',
      initVal: card.lenWidRadio || '1:1',