This commit is contained in:
chenbo 2024-01-13 17:42:11 +08:00
parent 54b2e0b57c
commit 32bc7cf18d
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
:model="queryParams"
inline
>
<el-form-item label="" prop="rfid">
<el-form-item label="RFID" prop="rfid">
<el-input class="w-[280px]" v-model="queryParams.rfid" clearable placeholder="请输入" />
</el-form-item>
@ -33,8 +33,8 @@
<div class="mt-4">
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" />
<el-table-column label="" prop="rfid" show-overflow-tooltip />
<el-table-column label="" prop="fence_house_id" show-overflow-tooltip />
<el-table-column label="RFID" prop="rfid" show-overflow-tooltip />
<el-table-column label="所属栏舍" prop="fence_house_id" show-overflow-tooltip />
<el-table-column label="操作" width="120" fixed="right">
<template #default="{ row }">