Browse Source

Merge branch 'refs/heads/milestone-20251104-现金二期' into lihui/feature-20251104165712-现金二期

lihui/feature-20251104165712-现金二期^2
lihui 3 weeks ago
parent
commit
0a0c2d3286
  1. 6
      src/views/audit/gold/refundAudit.vue
  2. 2
      src/views/managerecharge/rate.vue

6
src/views/audit/gold/refundAudit.vue

@ -76,9 +76,9 @@
<el-table :data="tableData" style="height:61vh;width:82vw" @sort-change="handleSortChange" <el-table :data="tableData" style="height:61vh;width:82vw" @sort-change="handleSortChange"
:row-style="{ height: '50px' }"> :row-style="{ height: '50px' }">
<el-table-column type="index" label="序号" width="60" />
<el-table-column prop="name" label="姓名" width="120" show-overflow-tooltip />
<el-table-column prop="jwcode" label="精网号" width="120" />
<el-table-column fixed="left" type="index" label="序号" width="60" />
<el-table-column fixed="left" prop="name" label="姓名" width="120" show-overflow-tooltip />
<el-table-column fixed="left" prop="jwcode" label="精网号" width="120" />
<el-table-column prop="market" label="所属地区" width="120" /> <el-table-column prop="market" label="所属地区" width="120" />
<el-table-column prop="orderCode" label="订单号" width="260px" show-overflow-tooltip /> <el-table-column prop="orderCode" label="订单号" width="260px" show-overflow-tooltip />

2
src/views/managerecharge/rate.vue

@ -256,7 +256,7 @@ onMounted(async function () {
</script> </script>
<template> <template>
<el-card class="card2" style="width:82vw;height:92vh" v-if="hasrateShow">
<el-card class="card2" style="width:81vw;height:92vh" v-if="hasrateShow">
<el-table :data="tableData" v-if="(tableData.flag = 1)"> <el-table :data="tableData" v-if="(tableData.flag = 1)">
<el-table-column type="index" label="序号" width="100px" fixed="left"> <el-table-column type="index" label="序号" width="100px" fixed="left">
<template #default="scope"> <template #default="scope">

Loading…
Cancel
Save