| | |
| | | <!-- |
| | | * @Date: 2024-01-06 17:40:19 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-13 11:35:29 |
| | | * @LastEditTime: 2024-01-17 00:22:33 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/deviceType/index.vue |
| | | --> |
| | | <template> |
| | |
| | | <template slot="search"> |
| | | <div class="item"> |
| | | <span>名称</span> |
| | | <el-input class="item-value" v-model="queryInfo.name"></el-input> |
| | | <el-input class="item-value" v-model="queryInfo.name" clearable></el-input> |
| | | |
| | | </div> |
| | | |
| | | |
| | | <div class="item"> |
| | | <div class="item" style="flex: 1 1 auto;justify-content: flex-end;"> |
| | | <el-button type="primary" size="small" @click="query">查询</el-button> |
| | | </div> |
| | | <div class="item"> |
| | | <el-button type="primary" size="small" @click="reset">重置</el-button> |
| | | </div> |
| | | </template> |