mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
refactor: formula syntax references link (#6751)
This commit is contained in:
parent
7340a7d187
commit
63ebe1d357
@ -131,7 +131,7 @@ export const ValueDynamicComponent = (props: ValueDynamicComponentProps) => {
|
||||
<span style={{ marginLeft: '.25em' }} className={'ant-formily-item-extra'}>
|
||||
{t('Syntax references')}:
|
||||
</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
|
||||
</a>
|
||||
</>
|
||||
|
@ -199,7 +199,7 @@ export default {
|
||||
value: 'formula.js',
|
||||
label: 'Formula.js',
|
||||
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',
|
||||
|
@ -882,7 +882,7 @@ export const builtinExpression = {
|
||||
value: 'formula.js',
|
||||
label: 'Formula.js',
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user