| | |
| | | </div> |
| | | </div> |
| | | <div class="search-btn"> |
| | | <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button> |
| | | |
| | | <el-button type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button> |
| | | <el-button icon="el-icon-delete" @click="handleReset">清空</el-button> |
| | | <el-button type="primary" icon="el-icon-back" @click="goback">返回</el-button> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | z-index: 99; |
| | | width: 277px; |
| | | overflow: hidden; |
| | | background: rgba(0, 0, 0, 0.6); |
| | | // backdrop-filter: blur(5px); |
| | | background: rgba(0, 0, 0, 0.8); |
| | | |
| | | border-radius: 8px 8px 8px 8px; |
| | | padding: 6px 10px 0 10px; |
| | | display: flex; |
| | |
| | | @on-load="onLoad" |
| | | > |
| | | <template #search-menu="{ row, size }"> |
| | | <el-button icon="el-icon-back" @click="goPatchManagement"> 返回 </el-button> |
| | | <el-button icon="el-icon-back" @click="goPatchManagement" type="primary"> 返回 </el-button> |
| | | </template> |
| | | <template #status="{ row }"> |
| | | <el-tag>{{ row.statusName }}</el-tag> |