|
@ -65,42 +65,44 @@ |
|
|
</q-tab-panel> |
|
|
</q-tab-panel> |
|
|
<q-tab-panel name="scaleValidate" class="px-0"> |
|
|
<q-tab-panel name="scaleValidate" class="px-0"> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-5 pr-2"> |
|
|
<div class="col-4 pr-4"> |
|
|
<w-grid |
|
|
<w-grid |
|
|
|
|
|
:title="$t('io.sc.engine.mv.result.chiSquare.grid.title')" |
|
|
:checkbox-selection="false" |
|
|
:checkbox-selection="false" |
|
|
:fetch-data-url="Environment.apiContextPath('/api/mv/sc/roc?modelId=' + detailRef.modelId + '&validateDate=' + detailRef.validateDate)" |
|
|
:fetch-data-url="Environment.apiContextPath('/api/mv/coe/chiSquare?modelId=' + detailRef.modelId + '&validateDate=' + detailRef.validateDate)" |
|
|
:pageable="true" |
|
|
:pageable="true" |
|
|
:toolbar-actions="['refresh', 'separator', 'export']" |
|
|
:toolbar-actions="['refresh', 'separator', 'export']" |
|
|
:columns="[ |
|
|
:columns="[ |
|
|
{ width: 100, name: 'level', label: $t('io.sc.engine.mv.result.chiSquare.level'), align: 'right' }, |
|
|
{ width: 50, name: 'level', label: $t('io.sc.engine.mv.result.chiSquare.level'), align: 'right' }, |
|
|
{ width: 100, name: 'pd', label: $t('io.sc.engine.mv.result.chiSquare.pd'), align: 'right' }, |
|
|
{ width: 50, name: 'pd', label: $t('io.sc.engine.mv.result.chiSquare.pd'), align: 'right' }, |
|
|
{ width: 100, name: 'count', label: $t('io.sc.engine.mv.result.chiSquare.count'), align: 'right' }, |
|
|
{ width: 50, name: 'count', label: $t('io.sc.engine.mv.result.chiSquare.count'), align: 'right' }, |
|
|
{ width: 100, name: 'defaultCount', label: $t('io.sc.engine.mv.result.chiSquare.defaultCount'), align: 'right' }, |
|
|
{ width: 50, name: 'defaultCount', label: $t('io.sc.engine.mv.result.chiSquare.defaultCount'), align: 'right' }, |
|
|
{ width: 100, name: 'chiSquare', label: $t('io.sc.engine.mv.result.chiSquare.chiSquare'), align: 'right' }, |
|
|
{ width: 50, name: 'chiSquare', label: $t('io.sc.engine.mv.result.chiSquare.chiSquare'), align: 'right' }, |
|
|
]" |
|
|
]" |
|
|
></w-grid> |
|
|
></w-grid> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-7 pl-2"> |
|
|
<div class="col-8 pl-4"> |
|
|
<w-grid |
|
|
<w-grid |
|
|
|
|
|
:title="$t('io.sc.engine.mv.result.binomial.grid.title')" |
|
|
:checkbox-selection="false" |
|
|
:checkbox-selection="false" |
|
|
:fetch-data-url="Environment.apiContextPath('/api/mv/sc/roc?modelId=' + detailRef.modelId + '&validateDate=' + detailRef.validateDate)" |
|
|
:fetch-data-url="Environment.apiContextPath('/api/mv/coe/binomial?modelId=' + detailRef.modelId + '&validateDate=' + detailRef.validateDate)" |
|
|
:pageable="true" |
|
|
:pageable="true" |
|
|
:toolbar-actions="['refresh', 'separator', 'export']" |
|
|
:toolbar-actions="['refresh', 'separator', 'export']" |
|
|
:columns="[ |
|
|
:columns="[ |
|
|
{ width: 100, name: 'level', label: $t('io.sc.engine.mv.result.binomial.level'), align: 'right' }, |
|
|
{ width: 50, name: 'level', label: $t('io.sc.engine.mv.result.binomial.level'), align: 'right' }, |
|
|
{ width: 100, name: 'pd', label: $t('io.sc.engine.mv.result.binomial.pd'), align: 'right' }, |
|
|
{ width: 50, name: 'pd', label: $t('io.sc.engine.mv.result.binomial.pd'), align: 'right' }, |
|
|
{ width: 100, name: 'count', label: $t('io.sc.engine.mv.result.binomial.count'), align: 'right' }, |
|
|
{ width: 50, name: 'count', label: $t('io.sc.engine.mv.result.binomial.count'), align: 'right' }, |
|
|
{ width: 100, name: 'defaultCount', label: $t('io.sc.engine.mv.result.binomial.defaultCount'), align: 'right' }, |
|
|
{ width: 50, name: 'defaultCount', label: $t('io.sc.engine.mv.result.binomial.defaultCount'), align: 'right' }, |
|
|
{ width: 100, name: 'ndAvg', label: $t('io.sc.engine.mv.result.binomial.ndAvg'), align: 'right' }, |
|
|
{ width: 50, name: 'ndAvg', label: $t('io.sc.engine.mv.result.binomial.ndAvg'), align: 'right' }, |
|
|
{ width: 100, name: 'ndSd', label: $t('io.sc.engine.mv.result.binomial.ndSd'), align: 'right' }, |
|
|
{ width: 50, name: 'ndSd', label: $t('io.sc.engine.mv.result.binomial.ndSd'), align: 'right' }, |
|
|
{ width: 100, name: 'sl', label: $t('io.sc.engine.mv.result.binomial.sl'), align: 'right' }, |
|
|
{ width: 50, name: 'sl', label: $t('io.sc.engine.mv.result.binomial.sl'), align: 'right' }, |
|
|
{ width: 100, name: 'cl', label: $t('io.sc.engine.mv.result.binomial.cl'), align: 'right' }, |
|
|
{ width: 50, name: 'cl', label: $t('io.sc.engine.mv.result.binomial.cl'), align: 'right' }, |
|
|
{ width: 100, name: 'zUpper', label: $t('io.sc.engine.mv.result.binomial.zUpper'), align: 'right' }, |
|
|
{ width: 50, name: 'zUpper', label: $t('io.sc.engine.mv.result.binomial.zUpper'), align: 'right' }, |
|
|
{ width: 100, name: 'zLower', label: $t('io.sc.engine.mv.result.binomial.zLower'), align: 'right' }, |
|
|
{ width: 50, name: 'zLower', label: $t('io.sc.engine.mv.result.binomial.zLower'), align: 'right' }, |
|
|
{ width: 100, name: 'dUpper', label: $t('io.sc.engine.mv.result.binomial.dUpper'), align: 'right' }, |
|
|
{ width: 50, name: 'dUpper', label: $t('io.sc.engine.mv.result.binomial.dUpper'), align: 'right' }, |
|
|
{ width: 100, name: 'dLower', label: $t('io.sc.engine.mv.result.binomial.dLower'), align: 'right' }, |
|
|
{ width: 50, name: 'dLower', label: $t('io.sc.engine.mv.result.binomial.dLower'), align: 'right' }, |
|
|
{ width: 100, name: 'leUpper', label: $t('io.sc.engine.mv.result.binomial.leUpper'), align: 'right' }, |
|
|
{ width: 50, name: 'leUpper', label: $t('io.sc.engine.mv.result.binomial.leUpper'), align: 'right' }, |
|
|
{ width: 100, name: 'geLower', label: $t('io.sc.engine.mv.result.binomial.geLower'), align: 'right' }, |
|
|
{ width: 50, name: 'geLower', label: $t('io.sc.engine.mv.result.binomial.geLower'), align: 'right' }, |
|
|
]" |
|
|
]" |
|
|
></w-grid> |
|
|
></w-grid> |
|
|
</div> |
|
|
</div> |
|
|