Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
66c2cb8d0b

+ 2 - 2
src/views/promotionRulesManagement/promotionRules/detail.vue

@@ -112,7 +112,7 @@ export default {
         { title: '客户名称', dataIndex: 'buyerName', align: 'center', customRender: function (text) { return text || '--' } }
       ],
       pColumns: [ //  正品
-        { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center', fixed: 'left' },
+        { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center' },
         { title: '类型', dataIndex: 'goodsTypeName', width: 140, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '类型名称', dataIndex: 'goodsName', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '产品名称', dataIndex: 'name', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
@@ -120,7 +120,7 @@ export default {
         { title: '起订量限制', scopedSlots: { customRender: 'orderGoodsUnit' }, align: 'center' }
       ],
       promoColumns: [ //  促销品
-        { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center', fixed: 'left' },
+        { title: '序号', scopedSlots: { customRender: 'no' }, width: 80, align: 'center' },
         { title: '类型', dataIndex: 'goodsTypeName', width: 140, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '类型名称', dataIndex: 'goodsName', width: 220, align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '产品名称', dataIndex: 'name', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },