|
|
@ -26,16 +26,16 @@ |
|
|
|
<template #equipmentLedgerId="scope"> |
|
|
|
<template #equipmentLedgerId="scope"> |
|
|
|
{{scope.row.kksEncoding}} |
|
|
|
{{scope.row.kksEncoding}} |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #description="scope"> |
|
|
|
<!-- <template #description="scope">--> |
|
|
|
<el-tooltip class="item" effect="dark" :content="scope.row.description" placement="top-start"> |
|
|
|
<!-- <el-tooltip class="item" effect="dark" :content="scope.row.description" placement="top-start">--> |
|
|
|
<span>{{ scope.row.description }}</span> |
|
|
|
<!-- <span>{{ scope.row.description }}</span>--> |
|
|
|
</el-tooltip> |
|
|
|
<!-- </el-tooltip>--> |
|
|
|
</template> |
|
|
|
<!-- </template>--> |
|
|
|
<template #maintenanceTaskType="scope"> |
|
|
|
<!-- <template #maintenanceTaskType="scope">--> |
|
|
|
<el-tooltip class="item" effect="dark" :content="scope.row.maintenanceTaskType" placement="top-start"> |
|
|
|
<!-- <el-tooltip class="item" effect="dark" :content="scope.row.maintenanceTaskType" placement="top-start">--> |
|
|
|
<span>{{ scope.row.maintenanceTaskType }}</span> |
|
|
|
<!-- <span>{{ scope.row.maintenanceTaskType }}</span>--> |
|
|
|
</el-tooltip> |
|
|
|
<!-- </el-tooltip>--> |
|
|
|
</template> |
|
|
|
<!-- </template>--> |
|
|
|
<template slot="menuRight"> |
|
|
|
<template slot="menuRight"> |
|
|
|
<el-button type="primary" size="small" plain @click="handleDetailAdd" v-if="permission.workorder_add">新增</el-button> |
|
|
|
<el-button type="primary" size="small" plain @click="handleDetailAdd" v-if="permission.workorder_add">新增</el-button> |
|
|
|
<el-button type="primary" size="small" plain @click="handleReject" v-if="permission.workorder_reject">批量驳回</el-button> |
|
|
|
<el-button type="primary" size="small" plain @click="handleReject" v-if="permission.workorder_reject">批量驳回</el-button> |
|
|
@ -332,9 +332,16 @@ |
|
|
|
}] |
|
|
|
}] |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "工单完成", |
|
|
|
label: "处理结果", |
|
|
|
prop: "handlingResult", |
|
|
|
prop: "handlingResult", |
|
|
|
width: "150px", |
|
|
|
width: "150px", |
|
|
|
|
|
|
|
type: "select", |
|
|
|
|
|
|
|
span: 8, |
|
|
|
|
|
|
|
dicUrl: "/api/daf-system/dict/dictionary?code=workorder_process_res", |
|
|
|
|
|
|
|
props: { |
|
|
|
|
|
|
|
label: "dictValue", |
|
|
|
|
|
|
|
value: "dictKey" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "审核状态", |
|
|
|
label: "审核状态", |
|
|
|