chenrui 1 rok pred
rodič
commit
a324b8e5d3

+ 1 - 1
src/views/reportData/hPriceDifferenceDetailReport/list.vue

@@ -257,7 +257,7 @@ export default {
         { title: '日期', dataIndex: 'bizDate', width: 90, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '省份', dataIndex: 'provinceName', width: 90, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '差价归属方', dataIndex: 'parentDealerName', width: 120, align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '百分比', dataIndex: 'rebateRate', width: 120, align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '百分比', dataIndex: 'rebateRate', width: 80, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '差价归属类型', dataIndex: 'rebateParentTypeDictValue', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户名称', dataIndex: 'buyerName', width: 120, align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '客户级别', dataIndex: 'buyerLevelDictValue', width: 120, align: 'center', customRender: function (text) { return text || '--' } },