Compare commits

...

2 Commits

10 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
</el-row>
<!-- 3. 列表 -->
<el-table v-loading="loading" :data="dewormList" @selection-change="handleSelectionChange"
<el-table v-loading="loading" :data="dewormList" @selection-change="handleSelectionChange" max-height="650px"
@sort-change="handleSortChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="羊只耳号" align="center" prop="sheepNo" />

View File

@@ -64,7 +64,7 @@
</el-row>
<!-- 列表 -->
<el-table v-loading="loading" :data="diagnosisList" @selection-change="handleSelectionChange"
<el-table v-loading="loading" :data="diagnosisList" @selection-change="handleSelectionChange" max-height="650px"
@sort-change="handleSortChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="耳号" align="center" prop="sheepNo" />

View File

@@ -41,7 +41,7 @@
</el-row>
<!-- 列表 -->
<el-table v-loading="loading" :data="disinfectList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="disinfectList" @selection-change="handleSelectionChange" max-height="650px">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="羊舍" align="center" prop="sheepfoldName" />
<el-table-column label="消毒日期" align="center" prop="datetime" width="180">

View File

@@ -27,7 +27,7 @@
</el-row>
<!-- 3. 列表 -->
<el-table v-loading="loading" :data="dewormList" @selection-change="handleSelectionChange"
<el-table v-loading="loading" :data="dewormList" @selection-change="handleSelectionChange" max-height="650px"
@sort-change="handleSortChange">
<el-table-column label="羊只耳号" align="center" prop="sheepNo" />

View File

@@ -27,7 +27,7 @@
</el-row>
<!-- 3. 列表 -->
<el-table v-loading="loading" :data="dewormList" @selection-change="handleSelectionChange"
<el-table v-loading="loading" :data="dewormList" @selection-change="handleSelectionChange" max-height="650px"
@sort-change="handleSortChange">
<el-table-column type="selection" width="55" align="center" />

View File

@@ -39,7 +39,7 @@
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList" />
</el-row>
<el-table v-loading="loading" :data="medicineList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="medicineList" @selection-change="handleSelectionChange" max-height="650px">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="药品编号" align="center" prop="medica" />
<el-table-column label="药品名称" align="center" prop="name" />

View File

@@ -42,7 +42,7 @@
</el-row>
<!-- 列表 -->
<el-table v-loading="loading" :data="prescriptionList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="prescriptionList" @selection-change="handleSelectionChange" max-height="650px">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="处方编号" align="center" prop="no" />
<el-table-column label="处方名称" align="center" prop="name" />

View File

@@ -53,7 +53,7 @@
</el-row>
<!-- 表格 -->
<el-table v-loading="loading" :data="quarantineList" @selection-change="handleSelectionChange"
<el-table v-loading="loading" :data="quarantineList" @selection-change="handleSelectionChange" max-height="600px"
@sort-change="handleSortChange">
<el-table-column type="selection" width="55" align="center" />

View File

@@ -45,7 +45,7 @@
</el-row>
<!-- 列表 -->
<el-table v-loading="loading" :data="treatmentList" @selection-change="handleSelectionChange"
<el-table v-loading="loading" :data="treatmentList" @selection-change="handleSelectionChange" max-height="650px"
@sort-change="handleSortChange">
<el-table-column type="selection" width="55" align="center" />

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>