| | |
| | | @keyup.enter.native="searchQuery" |
| | | > |
| | | <a-row :gutter="24"> |
| | | <!--<a-col--> |
| | | <!--:xl="4"--> |
| | | <!--:lg="4"--> |
| | | <!--:md="4"--> |
| | | <!--:sm="24"--> |
| | | <!-->--> |
| | | <!--<a-form-item label="设备编号">--> |
| | | <!--<a-input--> |
| | | <!--placeholder="请输入设备编号"--> |
| | | <!--v-model="queryParam.equipmentId"--> |
| | | <!--></a-input>--> |
| | | <!--</a-form-item>--> |
| | | <!--</a-col>--> |
| | | <!--<a-col--> |
| | | <!--:xl="4"--> |
| | | <!--:lg="4"--> |
| | | <!--:md="4"--> |
| | | <!--:sm="24"--> |
| | | <!-->--> |
| | | <!--<a-form-item label="设备名称">--> |
| | | <!--<a-input--> |
| | | <!--placeholder="请输入设备名称"--> |
| | | <!--v-model="queryParam.equipmentName"--> |
| | | <!--></a-input>--> |
| | | <!--</a-form-item>--> |
| | | <!--</a-col>--> |
| | | <a-col |
| | | :xl="6" |
| | | :lg="7" |
| | |
| | | :sm="24" |
| | | > |
| | | <a-form-item label="控制系统类型"> |
| | | <!--<j-dict-select-tag--> |
| | | <!--placeholder="请选择控制系统类型"--> |
| | | <!--v-model="queryParam.driveType"--> |
| | | <!--dictCode="mdc_driveType"--> |
| | | <!--/>--> |
| | | <a-auto-complete |
| | | v-model="queryParam.driveType" |
| | | :data-source="driveTypeList" |
| | |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | | >重置</a-button> |
| | | <!--<a--> |
| | | <!--@click="handleToggleSearch"--> |
| | | <!--style="margin-left: 8px"--> |
| | | <!-->--> |
| | | <!--{{ toggleSearchStatus ? '收起' : '展开' }}--> |
| | | <!--<a-icon :type="toggleSearchStatus ? 'up' : 'down'" />--> |
| | | <!--</a>--> |
| | | </span> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | return parseInt(index) + 1; |
| | | } |
| | | }, |
| | | // { |
| | | // title: '设备编号', |
| | | // align: "center", |
| | | // // sorter: true, |
| | | // dataIndex: 'equipmentId' |
| | | // }, |
| | | // { |
| | | // title: '设备名称', |
| | | // align: "center", |
| | | // // sorter: true, |
| | | // dataIndex: 'equipmentName' |
| | | // }, |
| | | { |
| | | title: '报警号', |
| | | align: "center", |