Browse Source

8888

Hongxilin
donghaolin 5 months ago
parent
commit
3004f2e47c
  1. 2
      vue/gold-system/src/views/consume/addConsume.vue
  2. 2
      vue/gold-system/src/views/refund/addRefund.vue

2
vue/gold-system/src/views/consume/addConsume.vue

@ -334,7 +334,7 @@ function calculateCoins() {
</el-form> </el-form>
<!-- 客户信息栏 --> <!-- 客户信息栏 -->
<el-card style="width: 1200px; float: right" class="customer-info">
<el-card style="width: 850px; float: right" class="customer-info">
<el-form <el-form
:model="user" :model="user"
label-width="auto" label-width="auto"

2
vue/gold-system/src/views/refund/addRefund.vue

@ -379,7 +379,7 @@ const handleSelectionChange = (value) => {
</el-form> </el-form>
<!-- 客户信息栏 --> <!-- 客户信息栏 -->
<el-card style="width: 1200px; float: right" class="customer-info">
<el-card style="width: 850px; float: right" class="customer-info">
<el-form <el-form
:model="user" :model="user"
label-width="auto" label-width="auto"

Loading…
Cancel
Save