| | |
| | | '<table class="table slds-table slds-table--bordered slds-table--cell-buffer">'; |
| | | content += '<thead><tr class="slds-text-title--caps">'; |
| | | for (i = 0; i < headers.length; i++) { |
| | | content += '<th scope="col">' + headers[i] + '</th>'; |
| | | //content += '<th scope=\"col"\ style=\"width:200px">' + headers[i] + '</th>'; |
| | | if (headers[i] == '产品1同类耗材科室月使用量') { |
| | | content += |
| | | '<th scope="col" style="width:250px">' + |
| | | headers[i] + |
| | | '</th>'; |
| | | } else { |
| | | content += |
| | | '<th scope="col" style="width:200px">' + |
| | | headers[i] + |
| | | '</th>'; |
| | | } |
| | | } |
| | | content += '</tr></thead>'; |
| | | for (var i = 0; i < objectRecords.length; i++) { |