Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
db4782d830
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/allocationManagement/transferOut/edit.vue

+ 1 - 1
src/views/allocationManagement/transferOut/edit.vue

@@ -479,7 +479,7 @@ export default {
         arr.splice(ind, 0, { title: '售价', dataIndex: 'productPrice', width: '6%', align: 'right', scopedSlots: { customRender: 'productPriceInfo' } })
       }
       if (this.basicInfoData && this.basicInfoData.targetType === 'DEALER') {
-        arr.splice(6, 0, { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } })
+        arr.splice(6, 0, { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '10%', align: 'center', scopedSlots: { customRender: 'priceLevel' } })
       }
       return arr
     },