From 6f5f676fa88171a754947d539b0b3c3a6371b385 Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Mon, 26 Apr 2021 13:46:53 +0800 Subject: [PATCH] 订单页面bug修改 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html index 0bee811..ffc1769 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html @@ -118,8 +118,8 @@ } </style> </head> -<body> -<div class="ibox-content" id="app" v-cloak> +<body > +<div id="app" v-cloak> <el-row> @@ -359,7 +359,7 @@ </el-table> </el-row> - <el-row class="mt-20 vertical"> + <el-row class=" vertical"> <el-col :span="10" class="money-box"> <div> <ul> @@ -660,7 +660,7 @@ shopInfo: {}, - tableHeight: 500, + tableHeight: 'calc(100vh - 300px)', /*****搜索表格数据*********/ //搜索关键词 @@ -947,7 +947,7 @@ // if (optionType != 1) { //直接修改支付金额不重置支付金额 - item.payMoney = zkPrice * count; + item.payMoney =( zkPrice * count).toFixed(2); // } _this.order.payMoney += parseFloat(item.payMoney); -- Gitblit v1.9.1