add rfid
This commit is contained in:
parent
54b2e0b57c
commit
32bc7cf18d
|
@ -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 }">
|
||||
|
|
Loading…
Reference in New Issue