src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -23,6 +23,7 @@ { value: 'number', text: '数值'}, { value: 'picture', text: '图片'}, { value: 'icon', text: '图标'}, { value: 'link', text: '链接'}, { value: 'slider', text: '进度条'}, { value: 'splitline', text: '分割线'}, ] @@ -62,6 +63,14 @@ required: true }, { type: 'select', key: 'labelfield', label: '提示字段', initVal: card.labelfield || '', required: false, options: [] }, { type: 'text', key: 'prefix', label: '前缀',