|
|
@@ -14,23 +14,23 @@
|
|
|
>
|
|
|
<!-- :summary-method="getSummaries" -->
|
|
|
<!-- <el-table-column type="index" label="序号" width="50" /> -->
|
|
|
- <el-table-column label="岗位" prop="gangWei">
|
|
|
+ <el-table-column label="岗位" prop="gangWei" width="200">
|
|
|
<!-- <template slot-scope="scope">
|
|
|
<span>{{ gangWeiMap[scope.row.gangWei] || scope.row.gangWei }}</span>
|
|
|
</template> -->
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="科目" prop="kaoHeLeiMu" />
|
|
|
+ <el-table-column label="科目" prop="kaoHeLeiMu" width="200"/>
|
|
|
<!-- <el-table-column label="考核说明" prop="kaoHeLeiXing" width="300" /> -->
|
|
|
- <el-table-column label="要点" prop="kaoHeNeiRong" width="200" />
|
|
|
+ <el-table-column label="要点" prop="kaoHeNeiRong" />
|
|
|
<el-table-column label="考核标准" prop="kaoHeBiaoZhun" />
|
|
|
- <el-table-column label="评分" prop="kaoHePingFen" width="120">
|
|
|
+ <el-table-column label="评分" prop="kaoHePingFen" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-if="!readonly" v-model="scope.row.kaoHePingFen" placeholder="请输入评分" @input="handleInput(scope.$index, scope.column.property)" />
|
|
|
<span v-else>{{ scope.row.kaoHePingFen }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column label="考核情况" prop="shiFouGuoShen" /> -->
|
|
|
- <el-table-column label="是否合格" prop="shiFouHeGe" width="130">
|
|
|
+ <el-table-column label="是否合格" prop="shiFouHeGe" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<el-radio-group v-if="!readonly" v-model="scope.row.shiFouHeGe" @change="handleRadioChange(scope.$index)">
|
|
|
<el-radio label="是">是</el-radio>
|