|
@@ -1,10 +1,9 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div class="body-wrapper">
|
3
|
3
|
<div class="search-card">
|
4
|
|
- <h5>车场查询</h5>
|
|
4
|
+ <h5 style="margin-bottom: 10px">车场查询</h5>
|
5
|
5
|
<el-input class="input-wrapper" v-model="searchWords" placeholder="请输入车场名称">
|
6
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
7
|
|
- </el-button>
|
|
6
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
8
|
7
|
</el-input>
|
9
|
8
|
</div>
|
10
|
9
|
<el-table :data="tableData" style="background: #2a2a2a;border-color: #333;">
|
|
@@ -18,10 +17,9 @@
|
18
|
17
|
</div>
|
19
|
18
|
|
20
|
19
|
<div class="search-card">
|
21
|
|
- <h5>泊位查询</h5>
|
|
20
|
+ <h5 style="margin-bottom: 10px">泊位查询</h5>
|
22
|
21
|
<el-input class="input-wrapper" v-model="searchWords2" placeholder="请输入泊位编号">
|
23
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
24
|
|
- </el-button>
|
|
22
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
25
|
23
|
</el-input>
|
26
|
24
|
</div>
|
27
|
25
|
<el-table :data="tableData2" style="background: #2a2a2a;border-color: #333;">
|
|
@@ -35,10 +33,9 @@
|
35
|
33
|
</div>
|
36
|
34
|
|
37
|
35
|
<div class="search-card">
|
38
|
|
- <h5>监控查询</h5>
|
|
36
|
+ <h5 style="margin-bottom: 10px">监控查询</h5>
|
39
|
37
|
<el-input class="input-wrapper" v-model="searchWords3" placeholder="请输入监控编号">
|
40
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
41
|
|
- </el-button>
|
|
38
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
42
|
39
|
</el-input>
|
43
|
40
|
</div>
|
44
|
41
|
<el-table :data="tableData" style="background: #2a2a2a;border-color: #333;">
|
|
@@ -52,10 +49,9 @@
|
52
|
49
|
</div>
|
53
|
50
|
|
54
|
51
|
<div class="search-card">
|
55
|
|
- <h5>设备查询</h5>
|
|
52
|
+ <h5 style="margin-bottom: 10px">设备查询</h5>
|
56
|
53
|
<el-input class="input-wrapper" v-model="searchWords4" placeholder="请输入设备编号">
|
57
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
58
|
|
- </el-button>
|
|
54
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
59
|
55
|
</el-input>
|
60
|
56
|
</div>
|
61
|
57
|
<el-table :data="tableData" style="background: #2a2a2a;border-color: #333;">
|
|
@@ -69,10 +65,9 @@
|
69
|
65
|
</div>
|
70
|
66
|
|
71
|
67
|
<div class="search-card">
|
72
|
|
- <h5>单位查询</h5>
|
|
68
|
+ <h5 style="margin-bottom: 10px">单位查询</h5>
|
73
|
69
|
<el-input class="input-wrapper" v-model="searchWords5" placeholder="请输入单位名称">
|
74
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
75
|
|
- </el-button>
|
|
70
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
76
|
71
|
</el-input>
|
77
|
72
|
</div>
|
78
|
73
|
<el-table :data="tableData" style="background: #2a2a2a;border-color: #333;">
|
|
@@ -86,10 +81,9 @@
|
86
|
81
|
</div>
|
87
|
82
|
|
88
|
83
|
<div class="search-card">
|
89
|
|
- <h5>备案资源查询</h5>
|
|
84
|
+ <h5 style="margin-bottom: 10px">备案资源查询</h5>
|
90
|
85
|
<el-input class="input-wrapper" v-model="searchWords6" placeholder="请输入备案单位名称">
|
91
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
92
|
|
- </el-button>
|
|
86
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
93
|
87
|
</el-input>
|
94
|
88
|
</div>
|
95
|
89
|
<el-table :data="tableData" style="background: #2a2a2a;border-color: #333;">
|
|
@@ -103,10 +97,9 @@
|
103
|
97
|
</div>
|
104
|
98
|
|
105
|
99
|
<div class="search-card">
|
106
|
|
- <h5>普查资源查询</h5>
|
|
100
|
+ <h5 style="margin-bottom: 10px">普查资源查询</h5>
|
107
|
101
|
<el-input class="input-wrapper" v-model="searchWords7" placeholder="请输车场名称">
|
108
|
|
- <el-button slot="append" class="searchbtn" @click="handleSearch">
|
109
|
|
- </el-button>
|
|
102
|
+ <el-button slot="append" icon="el-icon-search" @click="handleSearch"></el-button>
|
110
|
103
|
</el-input>
|
111
|
104
|
</div>
|
112
|
105
|
<el-table :data="tableData" style="background: #2a2a2a;border-color: #333;">
|