Browse Source

最后的了

Hongxilin
donghaolin 5 months ago
parent
commit
f9a34b23de
  1. 4
      vue/gold-system/src/views/audit/refundAudit.vue
  2. 4
      vue/gold-system/src/views/refund/allRefund.vue

4
vue/gold-system/src/views/audit/refundAudit.vue

@ -469,11 +469,11 @@ onMounted(async function () {
<el-table-column prop="user" label="姓名" width="100px" />
<el-table-column prop="jwcode" label="精网号" width="150px" />
<el-table-column prop="area" label="所属地区" width="100px" />
<el-table-column prop="refundType" label="退款类型" width="150px" />
<el-table-column prop="refundType" label="退款类型" width="100px" />
<el-table-column
prop="refundGoods"
label="退款商品"
width="100px"
width="200px"
/>
<el-table-column prop="refundCoin" label="退款金币数" width="100px">
<template #default="scope">

4
vue/gold-system/src/views/refund/allRefund.vue

@ -386,11 +386,11 @@ getGoods();
<el-table-column prop="userName" label="姓名" width="80px" />
<el-table-column prop="jwcode" label="精网号" width="180px" />
<el-table-column prop="adminArea" label="所属地区" width="120px" />
<el-table-column prop="refundType" label="退款类型" width="180px" />
<el-table-column prop="refundType" label="退款类型" width="100px" />
<el-table-column
prop="refundGoods"
label="退款商品"
width="120px"
width="200px"
/>
<el-table-column label="退款金币数" width="120px">
<template #default="scope">

Loading…
Cancel
Save