|
|
|
@ -77,7 +77,7 @@ export const columns: BasicColumn[] = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '投切', |
|
|
|
dataIndex: 'instantStatus', |
|
|
|
dataIndex: 'status', |
|
|
|
width: 100, |
|
|
|
slots: { customRender: 'status' }, |
|
|
|
fixed: 'right', |
|
|
|
@ -381,7 +381,7 @@ export const createInstantForm: FormSchema[] = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '计算组', |
|
|
|
field: 'calcGroup', |
|
|
|
field: 'group', |
|
|
|
component: 'Select', |
|
|
|
componentProps: { |
|
|
|
options: [], |
|
|
|
@ -410,7 +410,7 @@ export const createInstantForm: FormSchema[] = [ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '是否存储', |
|
|
|
field: 'hisSto', |
|
|
|
field: 'isStore', |
|
|
|
component: 'RadioGroup', |
|
|
|
defaultValue: '1', |
|
|
|
componentProps: { |
|
|
|
|