更新
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
<span style="color: #00b7ff" class="pointer" @click="seeMoreFn">查看更多》</span>
|
||||
</div>
|
||||
<div class="ml10 mr10 mt10">
|
||||
<el-input v-model="searchForm.keyword" placeholder="姓名、证件号码搜索">
|
||||
<el-input v-model="keyword" placeholder="姓名、证件号码搜索">
|
||||
<template #append><el-icon><Search /></el-icon></template>
|
||||
</el-input>
|
||||
</div>
|
||||
@ -74,12 +74,8 @@ import BarHatEcharts from "@/views/home/echarts/barHatEcharts.vue";
|
||||
import { reactive, ref } from "vue";
|
||||
import { useRouter } from "vue-router";
|
||||
const router = useRouter()
|
||||
const listQuery = ref({
|
||||
keyword: ""
|
||||
});
|
||||
const searchForm = ref({
|
||||
keyword: ""
|
||||
});
|
||||
const listQuery = ref({});
|
||||
const keyword = ref('');
|
||||
|
||||
const search = reactive({
|
||||
xd: [
|
||||
@ -239,7 +235,7 @@ const seeMoreFn = () => {
|
||||
|
||||
.rightList {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
right: 30px;
|
||||
top: 10px;
|
||||
width: 427px;
|
||||
height: calc(100% - 20px);
|
||||
|
Reference in New Issue
Block a user