Compare commits
2 Commits
e6beaf3b25
...
25b6cfc877
| Author | SHA1 | Date | |
|---|---|---|---|
| 25b6cfc877 | |||
| cb51d95546 |
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -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