From a5d95bfe4f5f0325c0b351b1e55c906af9207c8e Mon Sep 17 00:00:00 2001 From: jyy <935090232@qq.com> Date: Mon, 15 Mar 2021 14:47:04 +0800 Subject: [PATCH] 测试支付5 --- zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html index 59504c6..f76a2a6 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/pbxq-form.html @@ -76,17 +76,17 @@ <el-table-column prop="projInfo.name" label="商品名称" - width="280"> + width="400"> </el-table-column> <el-table-column :formatter="hkPrice" label="划扣金额" - width="200"> + width="100"> </el-table-column> <el-table-column prop="count" label="次数" - width="200"> + width="100"> </el-table-column> <el-table-column prop="projInfo.timeLength" -- Gitblit v1.9.1