|
@@ -64,7 +64,7 @@
|
|
|
type="setting"
|
|
|
class="actionBtn orange"
|
|
|
@click="handleSet(record)" />
|
|
|
- <span v-if="(!$hasPermissions('M_evaluationPlan_edit') && !$hasPermissions('B_evaluationPlan_del') && !$hasPermissions('M_evaluationPlan_setItem'))||(record.status == '1' && !$hasPermissions('M_evaluationPlan_setItem'))">-</span>
|
|
|
+ <span v-if="(!$hasPermissions('M_evaluationPlan_edit') && !$hasPermissions('B_evaluationPlan_del') && !$hasPermissions('M_evaluationPlan_setItem'))||(record.status == '1' && !$hasPermissions('M_evaluationPlan_setItem'))">--</span>
|
|
|
</template>
|
|
|
<!-- 启用禁用 -->
|
|
|
<template slot="enable" slot-scope="text, row">
|
|
@@ -143,7 +143,10 @@ export default {
|
|
|
title: '考评方案说明',
|
|
|
dataIndex: 'desc',
|
|
|
width: 300,
|
|
|
- align: 'center'
|
|
|
+ align: 'center',
|
|
|
+ customRender: (text) => {
|
|
|
+ return text || '--'
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
title: '适用模式',
|