feat:增加一个车牌号搜索
This commit is contained in:
@ -18,6 +18,9 @@
|
||||
start-placeholder="开始时间" end-placeholder="结束时间" value-format="YYYY-MM-DD HH:mm:ss"
|
||||
format="YYYY-MM-DD HH:mm:ss" />
|
||||
</el-form-item>
|
||||
<el-form-item label="车牌号">
|
||||
<el-input v-model="listQuery.yjClcph" placeholder="请输入车牌号" />
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="onSearch">查询</el-button>
|
||||
<el-button @click="resetForm(searchArr)">重置</el-button>
|
||||
@ -183,6 +186,7 @@ const onSearch = () => {
|
||||
const promes = {
|
||||
yjRyxm: listQuery.value.yjRyxm,
|
||||
// yjlx: listQuery.value.yjlx,
|
||||
yjClcph: listQuery.value.yjClcph,
|
||||
startTime: listQuery.value.time ? listQuery.value.time[0] : '',
|
||||
endTime: listQuery.value.time ? listQuery.value.time[1] : '',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user