| | |
| | | } |
| | | } |
| | | |
| | | const handleSearch = async () => { |
| | | } |
| | | |
| | | </script> |
| | | |
| | | <template> |
| | |
| | | :value="item.value" |
| | | /> |
| | | </el-select> |
| | | <el-input v-model="searchVal" style="width: 20rem" /> |
| | | <el-button><el-icon><Search /></el-icon>搜索</el-button> |
| | | <el-input v-model="searchVal" style="width: 20rem" placeholder="请输入监测点名称" /> |
| | | <el-button @click="handleSearch"><el-icon><Search /></el-icon>搜索</el-button> |
| | | <el-button style="margin-left: 0" v-if="userType === '1'"><el-icon><Plus /></el-icon>新增</el-button> |
| | | </div> |
| | | <div class="tool-r" @click="handleFullScreen"> |
| | |
| | | background: rgba(23,108,229,0.3); |
| | | border: 1px solid #176CE5; |
| | | padding: 20px; |
| | | border-radius: 8px; |
| | | .title{ |
| | | height: 12%; |
| | | text-align: center; |
| | |
| | | width: 100%; |
| | | height: 60%; |
| | | background: url("@/assets/images/login_icon.png") no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | .info{ |
| | | width: 100%; |