chenrui 10 bulan lalu
induk
melakukan
16a7d14c3c
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 4 3
      src/views/salesManagement/salesQueryNew/tipModal.vue

+ 4 - 3
src/views/salesManagement/salesQueryNew/tipModal.vue

@@ -108,8 +108,9 @@ export default {
       sourceData: [],
       priceVal: undefined,
       columns: [
-        { title: '产品编码', dataIndex: 'productCode', scopedSlots: { customRender: 'productCode' }, width: '20%', align: 'center' },
-        { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
+        { 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: '价格变更前',
           children: [
             {
@@ -203,7 +204,7 @@ export default {
 </script>
 <style lang="less" scoped>
   .tipModal-content{
-    width:85%;
+    width:87%;
     margin:30px auto 0;
     text-align:center;
     .tipModal-tit{