Your Name
2022-08-11 988558aaa309068fd393cc654be537434b0a15ea
src/views/goalManagement/performanceAppraisal/index.vue
@@ -21,7 +21,7 @@
               <div class="btns">
                  <div>
                     <el-button size="default" type="primary" :icon="Plus" @click="openD('新建')">新建</el-button>
                     <el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen">修改</el-button>
                     <!-- <el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen">修改</el-button> -->
                     <el-button size="default" :disabled="danger" type="danger" plain :icon="Delete" @click="onDeleteAll">删除</el-button>
                  </div>
               </div>
@@ -40,7 +40,7 @@
                  </el-table-column>
                  <el-table-column property="examineDate" align="center" :formatter="timeDate" label="考核日期" sortable />
                  <el-table-column property="examineDepartmentName" align="center" label="考核部门" sortable />
                  <el-table-column property="examinePersonId" label="考核人" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="examinePersonName" label="考核人" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="beExaminedDepartmentName" label="被考核部门" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="examineTotalNumber" label="总分" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="numberDetailJson.number" label="考核结果" align="center" sortable show-overflow-tooltip />
@@ -84,7 +84,7 @@
               <div class="btns">
                  <div>
                     <el-button size="default" type="primary" :icon="Plus" @click="openDs('新建')">新建</el-button>
                     <el-button size="default" :disabled="warnings" type="warning" plain :icon="EditPen">修改</el-button>
                     <!-- <el-button size="default" :disabled="warnings" type="warning" plain :icon="EditPen">修改</el-button> -->
                     <el-button size="default" :disabled="dangers" type="danger" plain :icon="Delete"  @click="onDeleteAlls">删除</el-button>
                  </div>
               </div>
@@ -105,8 +105,8 @@
                  </el-table-column>
                  <el-table-column label="标准标题" property="title" align="center" sortable />
                  <el-table-column property="applyRange" align="center" label="适用范围" sortable />
                  <el-table-column property="setPersonId" label="设定人" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="setPersonDepartmentId" label="设定人部门" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="setPersonName" label="设定人" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="setPersonDepartmentName" label="设定人部门" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="setTimem" label="设定日期" align="center" :formatter="timeDate" sortable show-overflow-tooltip />
                  <el-table-column property="templateCode" label="模板分类编码" align="center" sortable show-overflow-tooltip />
                  <el-table-column property="acceptanceNumber" label="合格分数" align="center" sortable show-overflow-tooltip />