微调
This commit is contained in:
parent
c06c626d52
commit
a486e97e5a
@ -44,7 +44,6 @@
|
||||
/>
|
||||
<q-select
|
||||
dense
|
||||
outlined
|
||||
label="线路类型"
|
||||
v-model="filter.lineType"
|
||||
:options="searchOptionsLineType"
|
||||
@ -52,7 +51,6 @@
|
||||
/>
|
||||
<q-select
|
||||
dense
|
||||
outlined
|
||||
label="故障类型"
|
||||
v-model="filter.alertType"
|
||||
:options="searchOptionsAlertType"
|
||||
@ -60,7 +58,6 @@
|
||||
/>
|
||||
<q-input
|
||||
dense
|
||||
outlined
|
||||
v-model="filter.areaConfigName"
|
||||
label="区域名称"
|
||||
></q-input>
|
||||
|
Loading…
Reference in New Issue
Block a user