// 流程设计列表 - 左侧 流程分类树
{{ title.substr(0, title.indexOf(searchValue)) }}
{{ searchValue }}
{{
title.substr(
title.indexOf(searchValue) + searchValue.length
)
}}
{{ title }}
(
e.stopPropagation(), onIconAddClick(treeKey)
)
"
/>
(
e.stopPropagation(),
onIconEditClick(treeKey)
)
"
/>
(
e.stopPropagation(),
onIconDeleteClick(treeKey)
)
"
/>