生物安全模块固定表头
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user