Kaynağa Gözat

招标书-筛选条件修改

jingbb 4 ay önce
ebeveyn
işleme
069ff74c7e

+ 1 - 1
src/views/saleCode/rfp/SaleRfp.data.ts

@@ -412,7 +412,7 @@ export function getCustomerOptions(){
         customerOption.value.splice(0,customerOption.value.length);
         res.result.records.forEach(item=>{
           customerOption.value.push({
-            label: item.name,
+            label: item.abbreviation,
             value: item.id
           })
         })      

+ 3 - 0
src/views/saleCode/rfp/SaleRfpList.vue

@@ -74,6 +74,9 @@
                width: 200,
                fixed:'right'
             },
+            scroll:{
+            x:'3000px'
+           },
             beforeFetch: (params) => {
               return Object.assign(params, queryParam);
             },