生物安全模块固定表头

This commit is contained in:
2026-01-13 21:45:32 +08:00
parent 4c55e8026e
commit cb51d95546
10 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@
</el-row>
<!-- 数据表格 -->
<el-table v-loading="loading" :data="usageList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="usageList" @selection-change="handleSelectionChange" max-height="650px">
<el-table-column label="使用时间" align="center" prop="datetime" width="180">
<template #default="scope">
<span>{{ parseTime(scope.row.datetime, '{y}-{m}-{d}') }}</span>