@@ -427,6 +427,7 @@
</el-form-item>
</el-col>
<el-col :span="8" class="fr" style="padding: 18px 0 0 0">
+ <div class="lsac">咨询单总额:{{this.ruleForm.budget_price*this.ruleForm.num}} (元)</div>
<el-button
v-if="id !== '007'"
type="primary"
@@ -907,4 +908,12 @@ export default {
<style lang="scss" scoped>
.brand {
}
+.lsac{
+ font-weight: bold;
+ font-size: 14px;
+ position: absolute;
+ color: #777;
+ top: 0;
+ right: 0;
+}
</style>