fix: cannot find name 'toFixedByStep'

This commit is contained in:
chenos 2022-07-28 17:44:20 +08:00
parent 609b0e2ff2
commit b8cf8c92eb

View File

@ -1,4 +1,4 @@
import { getDefaultFormat, str2moment } from '@nocobase/utils';
import { getDefaultFormat, str2moment, toFixedByStep } from '@nocobase/utils';
export async function _(field, row, ctx, column?: any) {
if (column?.dataIndex.length > 1) {