mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
refactor: formula syntax references link
This commit is contained in:
parent
7340a7d187
commit
39d8b1b694
@ -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>
|
||||||
</>
|
</>
|
||||||
|
@ -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',
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user