| | |
| | | <div class="search-list"> |
| | | <div class="search-top"> |
| | | <div class="left"> |
| | | <el-button v-if="showAdd" type="primary" size="mini" @click="addBtn"> |
| | | <div style="display: flex"> |
| | | <!-- <img |
| | | v-if="ishumanResource" |
| | | src="../../../assets/DingDing/index.png" |
| | | style="width: 15px; height: 15px; margin-right: 5px; background-color: #ffffff; border-radius: 50%" |
| | | alt="" |
| | | /> --> |
| | | <slot name="buttonIcon" /> |
| | | <p style="margin-top: 1px; line-height: 15px">{{ addTitle }}</p> |
| | | </div> |
| | | </el-button> |
| | | <el-button v-if="showAdd" type="primary" size="mini" @click="addBtn">{{ addTitle }}</el-button> |
| | | <slot name="leftButton" /> |
| | | <div class="download" @click="downloadClick" :style="{ cursor: showDownload ? 'pointer' : 'no-drop' }"> |
| | | <img src="@/assets/img/xiazai.png" style="width: 13px" /> |
| | |
| | | align-items: center; |
| | | .left { |
| | | display: flex; |
| | | width: 150px; |
| | | width: 250px; |
| | | |
| | | .download { |
| | | width: 30px; |
| | | height: 30px; |