| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div |
| | | style="display: flex;flex-direction: row;min-width: 158px;max-width: 158px;margin-bottom: 5px;border-radius: 1px; user-select: none" |
| | | style="display: flex;flex-direction: row;min-width: 400px;max-width: 400px;margin-bottom: 5px;border-radius: 1px; user-select: none" |
| | | v-show="index !== 'image_resource_security'"> |
| | | <div @click="clickTab(0)" class="tab" |
| | | :class="{tabActive: 0 === queryParams.dataType, tabInactive: 0 !== queryParams.dataType}">全部 |
| | |
| | | <div @click="clickTab(1)" class="tab" |
| | | :class="{tabActive: 1 === queryParams.dataType, tabInactive: 1 !== queryParams.dataType}">省厅考核 |
| | | </div> |
| | | <div @click="clickTab(2)" class="tab" |
| | | :class="{tabActive: 2 === queryParams.dataType, tabInactive: 2 !== queryParams.dataType}">公安部考核 |
| | | </div> |
| | | </div> |
| | | <el-card class="box-card" v-show="index !== 'image_resource_security'"> |
| | | <el-row style="display: flex; flex-direction: row; align-items: center" justify="space-between"> |