|
|
|
@ -345,7 +345,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!--选择发布考核信息-->
|
|
|
|
<!--选择发布考核信息-->
|
|
|
|
<el-dialog title="发布考核" :visible.sync="pcSetUp.open" width="99%">
|
|
|
|
<el-dialog title="发布考核" :visible.sync="pcSetUp.open" width="99%">
|
|
|
|
<el-table border v-loading="pcSetUp.loading" :data="pcSetUp.list">
|
|
|
|
<el-alert title="评分占比请输入小于 1 的小数,评分占比合计需为 1 " style="font-weight: bold" type="info" :closable="false"></el-alert>
|
|
|
|
|
|
|
|
<el-table border v-loading="pcSetUp.loading" :data="pcSetUp.list" style="margin-top: 10px;">
|
|
|
|
<el-table-column label="考核项主键" align="center" prop="id" width="90" fixed/>
|
|
|
|
<el-table-column label="考核项主键" align="center" prop="id" width="90" fixed/>
|
|
|
|
<el-table-column label="考核项名称" align="center" prop="itemName" min-width="120" :show-overflow-tooltip="true" fixed/>
|
|
|
|
<el-table-column label="考核项名称" align="center" prop="itemName" min-width="120" :show-overflow-tooltip="true" fixed/>
|
|
|
|
<el-table-column label="考核项类型" align="center" prop="type" min-width="110" fixed/>
|
|
|
|
<el-table-column label="考核项类型" align="center" prop="type" min-width="110" fixed/>
|
|
|
|
|