chenyc
2024-12-26 ac6966408a1de4c95c383d91da6bfd45d63ddbb5
src/views/home/components/suifangjilu/index.vue
@@ -3,7 +3,8 @@
        <el-row>
            <el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
                <div class="tableDiv">
                    <table>
                    <el-scrollbar :height="(tableHeight-130)+'px'">
                    <table v-if="tableHeight > 0" >
                        <tr>
                            <th colspan="7" style="text-align: left">营养服务管理记录</th>
                        </tr>
@@ -545,6 +546,7 @@
                        </tr>
                    </table>
                    </el-scrollbar>
                </div>
            </el-col>