wzyyy 3 лет назад
Родитель
Сommit
a617a218c7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/system/DataSource/Management/EditTable.tsx

+ 1 - 1
src/pages/system/DataSource/Management/EditTable.tsx

@@ -147,7 +147,7 @@ const EditTable = (props: Props) => {
               'x-component': 'ArrayTable.Column',
               'x-component-props': { title: '精度' },
               properties: {
-                precision: {
+                scale: {
                   type: 'number',
                   'x-decorator': 'FormItem',
                   'x-component': 'NumberPicker',