src/templates/zshare/formconfig.jsx
@@ -1869,6 +1869,21 @@ }, { type: 'radio', key: 'format', label: '格式化', tooltip: '使用千分位时,数值将以千分位格式显示,提交时为原数值。', initVal: card.format || '', forbid: appType === 'mob', options: [{ value: '', text: '无' }, { value: 'thdSeparator', text: '千分位' }] }, { type: 'radio', key: 'colorType', label: '颜色类型', initVal: card.colorType || 'hex',