|
@@ -98,6 +98,7 @@
|
|
|
placeholder="请选择检查项"
|
|
|
:options="options"
|
|
|
:props="{ checkStrictly: false, value: 'id', label: 'labelName',emitPath:false }"
|
|
|
+ popper-class="cascader-filterable-hazardCheckPro"
|
|
|
filterable>
|
|
|
<template slot-scope="{data}">
|
|
|
<el-tooltip :content="data.labelName" v-if="data.labelName.length>22">
|
|
@@ -183,6 +184,7 @@
|
|
|
placeholder="请选择检查项"
|
|
|
:options="options"
|
|
|
:props="{ checkStrictly: false, value: 'id', label: 'labelName',emitPath:false }"
|
|
|
+ popper-class="cascader-filterable-hazardCheckPro"
|
|
|
filterable>
|
|
|
<template slot-scope="{data}">
|
|
|
<el-tooltip :content="data.labelName" v-if="data.labelName.length>22">
|