refactor: formula syntax references link

This commit is contained in:
katherinehhh 2025-04-23 13:58:25 +08:00
parent 7340a7d187
commit 39d8b1b694
3 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ export const ValueDynamicComponent = (props: ValueDynamicComponentProps) => {
<span style={{ marginLeft: '.25em' }} className={'ant-formily-item-extra'}> <span style={{ marginLeft: '.25em' }} className={'ant-formily-item-extra'}>
{t('Syntax references')}: {t('Syntax references')}:
</span> </span>
<a href="https://formulajs.info/functions/" target="_blank" rel="noreferrer"> <a href="https://docs.nocobase.com/handbook/calculation-engines/formula" target="_blank" rel="noreferrer">
Formula.js Formula.js
</a> </a>
</> </>

View File

@ -199,7 +199,7 @@ export default {
value: 'formula.js', value: 'formula.js',
label: 'Formula.js', label: 'Formula.js',
tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}', tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
link: 'https://formulajs.info/functions/', link: 'https://docs.nocobase.com/handbook/calculation-engines/formula',
}, },
], ],
default: 'formula.js', default: 'formula.js',

View File

@ -882,7 +882,7 @@ export const builtinExpression = {
value: 'formula.js', value: 'formula.js',
label: 'Formula.js', label: 'Formula.js',
tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}', tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
link: 'https://formulajs.info/functions/', link: 'https://docs.nocobase.com/handbook/calculation-engines/formula',
}, },
], ],
default: 'formula.js', default: 'formula.js',