马宇豪
2025-04-23 34ec919649adfefeecd0418284dd7b02e9ed49b8
src/views/selfCheck/components/checkDetails.vue
@@ -19,8 +19,8 @@
                <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>
@@ -170,11 +170,17 @@
        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{