소스 검색

修改bug

chenrui 9 달 전
부모
커밋
49705e9c90
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/salesManagement/salesQueryNew/tipModal.vue

+ 1 - 2
src/views/salesManagement/salesQueryNew/tipModal.vue

@@ -109,8 +109,7 @@ export default {
       priceVal: undefined,
       columns: [
         { title: '产品编码', dataIndex: 'productCode', scopedSlots: { customRender: 'productCode' }, width: '15%', align: 'center' },
-        { title: '原价格级别', dataIndex: 'priceLevelDictValueOrig', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '现价格级别', dataIndex: 'priceLevelDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '价格变更前',
           children: [
             {