| | |
| | | <div class="tips"> |
| | | <el-tag style="width: 100%;" size="large">当前评优任务:{{ tipInfo.evaluateTaskName }}</el-tag> |
| | | <div class="tags"> |
| | | <el-tag size="large" class="item">候选人姓名:{{ tipInfo.userName }}</el-tag> |
| | | <el-tag size="large" class="item">候选人部门:{{ tipInfo.deptName }}</el-tag> |
| | | <el-tag size="large" class="item">候选人职位:{{ tipInfo.postName }}</el-tag> |
| | | <el-tag size="large" class="item" v-if="!curType">候选人姓名:{{ tipInfo.userName }}</el-tag> |
| | | <el-tag size="large" class="item" >候选人部门:{{ tipInfo.deptName }}</el-tag> |
| | | <el-tag size="large" class="item" v-if="!curType">候选人职位:{{ tipInfo.postName }}</el-tag> |
| | | </div> |
| | | </div> |
| | | <avue-crud :data="table.data" :option="tableOption" v-model:page="table.page"> |
| | |
| | | } |
| | | }) |
| | | |
| | | const type = inject('type') |
| | | const curType = computed(() => type()) |
| | | |
| | | const tableOption = markRaw({ |
| | | height: '240', |
| | | calcHeight: 30, |