| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button> |
| | | <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button> |
| | | <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">搜索</el-button> |
| | | <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | |
| | | <span>考核类型:</span> |
| | | <dict-tag :options="dict.type.platform_examine_category" :value="item.examineCategory"/> |
| | | </div> |
| | | <div class="text item">考核频率:{{ item.frequency == 0 ? '月度考核' : '季度考核' }}</div> |
| | | <!-- <div class="text item">考核频率:{{ item.frequency == 0 ? '月度考核' : '季度考核' }}</div> --> |
| | | <div class="text item" style="display: flex"> |
| | | <span>考核对象:</span> |
| | | <el-tooltip effect="dark" :content="translateDeptIdList(item.deptId)" placement="top"> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="submitForm">确 定</el-button> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | <el-button type="primary" @click="submitForm">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |