优化 监控中心 前台页面
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
@ok="handleOk"
|
||||
@cancel="closeOpenUpload">
|
||||
<div style="display: flex">
|
||||
<div style="width: 15%">
|
||||
<div style="width: 15%; height: 100%; position: sticky; top: 0; align-self: flex-start">
|
||||
<a-tabs
|
||||
v-model:activeKey="typeValue"
|
||||
tab-position="left"
|
||||
@@ -76,25 +76,6 @@
|
||||
">
|
||||
<div style="display: flex; align-items: center; width: 85%">
|
||||
<div style="width: 10%">数据列表</div>
|
||||
<!-- <a-select
|
||||
v-model:value="typeValue"
|
||||
placeholder="请选择环境参数"
|
||||
style="width: 15%"
|
||||
:options="typeList" /> -->
|
||||
<!-- <a-tree-select
|
||||
v-model:value="quyuvalue"
|
||||
style="width: 35%; margin-left: 10px"
|
||||
:tree-data="treeData2"
|
||||
:field-names="{
|
||||
children: 'childList',
|
||||
label: 'name',
|
||||
value: 'id',
|
||||
}"
|
||||
tree-checkable
|
||||
allow-clear
|
||||
placeholder="请选择区域"
|
||||
tree-node-filter-prop="label"
|
||||
:maxTagCount="1" /> -->
|
||||
<a-cascader
|
||||
:options="treeData2"
|
||||
v-model:value="quyuvalue"
|
||||
@@ -115,18 +96,11 @@
|
||||
v-model:value="areaName"
|
||||
placeholder="请输入设备名称"
|
||||
style="width: 20%; margin-left: 1%" />
|
||||
<!-- <a-select
|
||||
v-model:value="frequencyValue"
|
||||
placeholder="请选择采集频率"
|
||||
style="width: 15%; margin-left: 10px"
|
||||
:options="frequencyOptions" /> -->
|
||||
<!-- <a-date-picker style="width: 15%; margin-left: 10px" v-model:value="timeValue" /> -->
|
||||
<a-button style="margin-left: 10px" @click="resetting"> 重置 </a-button>
|
||||
<a-button type="primary" style="margin-left: 10px" @click="queryDeviceInfoListPage">
|
||||
搜索
|
||||
</a-button>
|
||||
</div>
|
||||
<!-- <a-button type="primary"> 导出 </a-button> -->
|
||||
</div>
|
||||
<div>
|
||||
<a-divider />
|
||||
|
Reference in New Issue
Block a user