张诺
9 小时以前 41a639a4a4b6fbf35db7903b5ee3c068c8644430
src/views/inventoryManagement/vehicleFuelManagement/index.vue
@@ -79,7 +79,7 @@
          align="right"
        >
          <template #default="scope">
            <span>{{ scope.row.amount?.toFixed(2) }}</span>
            <span>{{ scope.row.amount?.toFixed(3) }}</span>
          </template>
        </el-table-column>
        <el-table-column
@@ -89,7 +89,7 @@
          align="right"
        >
          <template #default="scope">
            <span>{{ scope.row.liters?.toFixed(2) }}</span>
            <span>{{ scope.row.liters?.toFixed(3) }}</span>
          </template>
        </el-table-column>
        <el-table-column
@@ -120,7 +120,7 @@
            <span
              :style="scope.row.isAbnormal ? 'color:#F56C6C;font-weight:600;' : ''"
            >
              {{ scope.row.fuelConsumption != null ? scope.row.fuelConsumption.toFixed(2) : '-' }}
              {{ scope.row.fuelConsumption != null ? scope.row.fuelConsumption.toFixed(3) : '-' }}
            </span>
          </template>
        </el-table-column>
@@ -132,7 +132,7 @@
        >
          <template #default="scope">
            <span>
              {{ scope.row.avgConsumption != null ? scope.row.avgConsumption.toFixed(2) : '-' }}
              {{ scope.row.avgConsumption != null ? scope.row.avgConsumption.toFixed(3) : '-' }}
            </span>
          </template>
        </el-table-column>