筛选、导出、弹框优化
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</a-col>
|
||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||
<a-form-item label="功能区类别:">
|
||||
<a-select v-model:value="where.functionType" placeholder="选择功能区类型">
|
||||
<a-select v-model:value="where.functionType" placeholder="功能区类别">
|
||||
<a-select-option value="1">1</a-select-option>
|
||||
<a-select-option value="2">2</a-select-option>
|
||||
<a-select-option value="4">3</a-select-option>
|
||||
@@ -177,27 +177,6 @@
|
||||
dataIndex: 'functionType',
|
||||
sorter: true
|
||||
},
|
||||
|
||||
// {
|
||||
// title: '月',
|
||||
// dataIndex: 'monitorMonth',
|
||||
// sorter: true
|
||||
// },
|
||||
// {
|
||||
// title: '日',
|
||||
// dataIndex: 'monitorDay',
|
||||
// sorter: true
|
||||
// },
|
||||
// {
|
||||
// title: '时',
|
||||
// dataIndex: 'monitorHour',
|
||||
// sorter: true
|
||||
// },
|
||||
// {
|
||||
// title: '分',
|
||||
// dataIndex: 'monitorMinute',
|
||||
// sorter: true
|
||||
// },
|
||||
{
|
||||
title: 'LeqdB(A)',
|
||||
dataIndex: 'indexLeq',
|
||||
|
||||
Reference in New Issue
Block a user