|
@@ -339,14 +339,7 @@
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column field="remainingUsefulLife" title="尚可使用年限" width="160" :edit-render="{ name: 'VxeNumberInput', props: { type: 'integer' } }">
|
|
|
|
- <template #default="{ row }">
|
|
|
|
- <span>
|
|
|
|
- {{ row.depreciationRateByAge =
|
|
|
|
- ((row.economicServiceLife - row.yearsInUse) / row.economicServiceLife < 0.15) ? ((row.remainingUsefulLife * 1 / (row.yearsInUse * 1 + row.remainingUsefulLife * 1)).toFixed(2) * 100) : ((row.economicServiceLife - row.yearsInUse) / row.economicServiceLife).toFixed(2) * 100 }}
|
|
|
|
- </span>
|
|
|
|
- </template>
|
|
|
|
- </vxe-column>
|
|
|
|
|
|
+ <vxe-column field="remainingUsefulLife" title="尚可使用年限" width="160" :edit-render="{ name: 'VxeNumberInput', props: { type: 'integer' } }"></vxe-column>
|
|
<vxe-column title="年限成新率%" width="160">
|
|
<vxe-column title="年限成新率%" width="160">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
<span>
|
|
<span>
|