Browse Source

fix(refundCharge): 修正表格列标签翻译错误

zhangrenyuan/feature-20260128093451-日常优化1.0
zhangrenyuan 1 month ago
parent
commit
b0b9cd5d14
  1. 4
      src/views/moneyManage/refundDetail/refundCharge.vue

4
src/views/moneyManage/refundDetail/refundCharge.vue

@ -68,8 +68,8 @@
{{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }}
</template>
</el-table-column>
<el-table-column prop="name" label="Homily ID" width="120" fixed="left" />
<el-table-column prop="jwcode" :label="t('common_list.name')" width="120" fixed="left"
<el-table-column prop="name" :label="t('common_list.name')" width="120" fixed="left" />
<el-table-column prop="jwcode" label="Homily ID" width="120" fixed="left"
show-overflow-tooltip />
<el-table-column prop="marketName" :label="t('common_list.market')" width="120" />
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="130" show-overflow-tooltip />

Loading…
Cancel
Save