|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div v-show="isCutFill" class="cut_fill_box">
|
|
<div v-show="isCutFill" class="cut_fill_box">
|
|
<div class="cut_fill_centent1">
|
|
<div class="cut_fill_centent1">
|
|
- 设计高度(米):
|
|
|
|
|
|
+ 设计深度(米):
|
|
<el-input class="cut_fill_input" v-model="height" placeholder=""></el-input>
|
|
<el-input class="cut_fill_input" v-model="height" placeholder=""></el-input>
|
|
<br>
|
|
<br>
|
|
土石方量(立方米):
|
|
土石方量(立方米):
|
|
@@ -134,7 +134,7 @@ export default {
|
|
// that.handler_Cut_fill.activate();
|
|
// that.handler_Cut_fill.activate();
|
|
|
|
|
|
let cutVolume = cutFillAnalysis.VolumeAnalysis(that.array, -that.height);
|
|
let cutVolume = cutFillAnalysis.VolumeAnalysis(that.array, -that.height);
|
|
- that.result = cutVolume;
|
|
|
|
|
|
+ that.result = cutVolume.toFixed(2);
|
|
|
|
|
|
|
|
|
|
});
|
|
});
|
|
@@ -233,7 +233,9 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.cut_fill_Buttons {
|
|
.cut_fill_Buttons {
|
|
- margin-bottom: 5%;
|
|
|
|
|
|
+
|
|
|
|
+ margin-bottom: 2%;
|
|
|
|
+ float: right;
|
|
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|