浏览代码

修改bug

chenrui 1 年之前
父节点
当前提交
db4782d830
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     },