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: [
             {