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