| | |
| | | <th class="m-color b-font">企业基本情况</th> |
| | | <tr> |
| | | <td class="m-color w-33">批发许可证状态</td> |
| | | <td class="m-color w-33">库存(万箱)</td> |
| | | <td class="m-color w-33">库容(万箱)</td> |
| | | <td class="m-color w-33">库存(箱)</td> |
| | | <td class="m-color w-33">库容(箱)</td> |
| | | </tr> |
| | | <tr> |
| | | <td class="w-33">{{corpInfo.licenceValidStatus==0 ? '有效期内' : '失效'}}</td> |
| | |
| | | font-weight: bolder; |
| | | } |
| | | .table-tit{ |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | margin-bottom: 10px; |
| | | div:first-of-type{ |
| | | margin-right: 100px; |
| | | justify-content: space-between; |
| | | flex-flow: wrap; |
| | | background: #ecf5ff; |
| | | padding: 10px; |
| | | border-radius: 4px; |
| | | |
| | | &>div{ |
| | | width: 50%; |
| | | } |
| | | } |
| | | .corp-list{ |