src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -8,7 +8,7 @@ * @param {*} card 编辑按钮 * @param {*} type 按钮类型,用于区分可选的打开方式 */ export function getCardCellForm (card, type) { export function getCardCellForm (card, type, subtype) { let _options = [ { value: 'text', text: '文本'}, { value: 'number', text: '数值'}, @@ -22,7 +22,7 @@ { value: 'currentDate', text: '当前时间'}, ] if (type === 'table') { if (type === 'table' || (type === 'card' && subtype === 'datacard')) { _options.push({value: 'sequence', text: '序号'}) } let appMenus = []