king
2024-12-05 4a356e81b1a456f0cb16f61f548c46171c26c1b6
src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -673,6 +673,21 @@
    },
    {
      type: 'radio',
      key: 'showValue',
      label: '显示值',
      initVal: card.showValue || 'label',
      tooltip: '单元格不可编辑时显示的信息。',
      required: false,
      options: [{
        value: 'value',
        text: '值·字段'
      }, {
        value: 'label',
        text: '文本·字段'
      }]
    },
    {
      type: 'radio',
      key: 'dropdown',
      label: '下拉宽度',
      initVal: card.dropdown || 'flex',