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

【功能修复】企业微信列表显示字段数调整

zhouy преди 1 месец
родител
ревизия
87f50de5fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      uas-office-web/uas-mobile/src/pages/private/report/ReportList.jsx

+ 1 - 1
uas-office-web/uas-mobile/src/pages/private/report/ReportList.jsx

@@ -46,7 +46,7 @@ class ReportList extends Component {
           onOpenChange={this.onOpenChange}
         />
         <CurrencyList
-          rowCount={5}
+          rowCount={20}
           listUrl={API.REPORT_GETREPORTLIST}
           searchUrl={API.REPORT_GETORDERSEARCHFORM}
           handlePrompt={this.handlePrompt.bind(this)}