Browse Source

🐞 fix: 修复了金币退款审核的左侧固定,rate页面的样式调整

zhangrenyuan/feature-20251104133449-现金管理二期
zhangrenyuan 3 weeks ago
parent
commit
458dfd3154
  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