Преглед на файлове

Merge branch 'develop_yh46' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh46

lilei преди 9 месеца
родител
ревизия
de986a3047
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/views/salesManagement/salesQueryNew/tipModal.vue

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

@@ -108,8 +108,8 @@ 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: 'priceLevelDictValue', width: '15%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '价格变更前',
           children: [
             {
@@ -203,7 +203,7 @@ export default {
 </script>
 <style lang="less" scoped>
   .tipModal-content{
-    width:85%;
+    width:87%;
     margin:30px auto 0;
     text-align:center;
     .tipModal-tit{