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