|
@@ -13,7 +13,7 @@ export function useRoeColumns() {
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
cellRenderer: ({ index, row }) => (
|
|
cellRenderer: ({ index, row }) => (
|
|
<>
|
|
<>
|
|
- <cy-amount-input v-model={row.mTROE} disabled></cy-amount-input>
|
|
|
|
|
|
+ <cy-amount-input dot-parts-num={ 4 } v-model={row.mTROE} disabled></cy-amount-input>
|
|
</>
|
|
</>
|
|
)
|
|
)
|
|
},
|
|
},
|
|
@@ -22,7 +22,7 @@ export function useRoeColumns() {
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
cellRenderer: ({ index, row }) => (
|
|
cellRenderer: ({ index, row }) => (
|
|
<>
|
|
<>
|
|
- <cy-amount-input v-model={row.cTROE} disabled></cy-amount-input>
|
|
|
|
|
|
+ <cy-amount-input dot-parts-num={ 4 } v-model={row.cTROE} disabled></cy-amount-input>
|
|
</>
|
|
</>
|
|
)
|
|
)
|
|
},
|
|
},
|
|
@@ -31,7 +31,7 @@ export function useRoeColumns() {
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
cellRenderer: ({ index, row }) => (
|
|
cellRenderer: ({ index, row }) => (
|
|
<>
|
|
<>
|
|
- <cy-amount-input v-model={row.mCROE} disabled></cy-amount-input>
|
|
|
|
|
|
+ <cy-amount-input dot-parts-num={ 4 } v-model={row.mCROE} disabled></cy-amount-input>
|
|
</>
|
|
</>
|
|
)
|
|
)
|
|
},
|
|
},
|
|
@@ -40,7 +40,7 @@ export function useRoeColumns() {
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
cellRenderer: ({ index, row }) => (
|
|
cellRenderer: ({ index, row }) => (
|
|
<>
|
|
<>
|
|
- <cy-amount-input v-model={row.aCROE} disabled></cy-amount-input>
|
|
|
|
|
|
+ <cy-amount-input dot-parts-num={ 4 } v-model={row.aCROE} disabled></cy-amount-input>
|
|
</>
|
|
</>
|
|
)
|
|
)
|
|
}
|
|
}
|