样式优化

master
fanluyan 2 years ago
parent 6dc2fba6b2
commit ff8e190e53

@ -142,7 +142,7 @@
min-width="80" min-width="80"
><template slot-scope="scope" ><template slot-scope="scope"
>{{ scope.row.batteryCapacity }} / >{{ scope.row.batteryCapacity }} /
{{ scope.row.batteryVoltage }}V</template {{ scope.row.batteryVoltage.toFixed(1) }}V</template
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column

Loading…
Cancel
Save