Browse Source

fix: 调整市场名称和产品名称列宽以改善表格布局

milestone-20251215-现金管理三期
zhangrenyuan 4 weeks ago
parent
commit
50e46e4219
  1. 4
      src/views/moneyManage/receiveDetail/receiveService.vue

4
src/views/moneyManage/receiveDetail/receiveService.vue

@ -95,10 +95,10 @@
</el-table-column> </el-table-column>
<el-table-column fixed="left" prop="jwcode" label="Homily ID" width="110px" /> <el-table-column fixed="left" prop="jwcode" label="Homily ID" width="110px" />
<el-table-column fixed="left" prop="name" :label="t('common_list.name')" width="110px" /> <el-table-column fixed="left" prop="name" :label="t('common_list.name')" width="110px" />
<el-table-column prop="marketName" :label="t('common_list.market')" width="100px" />
<el-table-column prop="marketName" :label="t('common_list.market')" width="120px" />
<el-table-column prop="activity" :label="t('common_list.activity')" width="120px" <el-table-column prop="activity" :label="t('common_list.activity')" width="120px"
show-overflow-tooltip /> show-overflow-tooltip />
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="120px" />
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="150px" />
<el-table-column prop="goodNum" :label="t('common_list.productNum')" width="130px"> <el-table-column prop="goodNum" :label="t('common_list.productNum')" width="130px">
<template #default="scope"> <template #default="scope">
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{ <span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{

Loading…
Cancel
Save