|
@@ -21,7 +21,7 @@
|
|
|
<el-table-column type="selection" label="操作" align="center"></el-table-column>
|
|
|
<el-table-column label="业务编号" prop="responsibilityCode" width="300" />
|
|
|
<el-table-column label="考评年度" prop="appraisalYear" width="200" />
|
|
|
- <el-table-column label="考评部门" prop="appraisalYear" width="200" />
|
|
|
+ <el-table-column label="考评部门" prop="deptName" width="200" />
|
|
|
<!-- <el-table-column label="业务简述" prop="des">
|
|
|
<template #default="scope">
|
|
|
<el-tooltip class="box-item" effect="customized" :content="scope.row.des" placement="top">
|